/tags/rel-1-3-25/SWIG/Examples/php4/sync/runme.php4

# · PHP · 15 lines · 8 code · 6 blank · 1 comment · 0 complexity · 954004e01e8c0aba98b6832067674bd6 MD5 · raw file

  1. <?
  2. // Load module and PHP classes.
  3. include("example.php");
  4. echo "Got new object\n";
  5. echo "Got string $s and value $x \n";
  6. $s = new Sync();
  7. echo "Got new object\n";
  8. $s->printer();
  9. ?>