update swig on windows
This commit is contained in:
15
winx64/bin/swigwin-4.0.0/Examples/php/sync/runme.php
Normal file
15
winx64/bin/swigwin-4.0.0/Examples/php/sync/runme.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?
|
||||
|
||||
// Load module and PHP classes.
|
||||
include("example.php");
|
||||
|
||||
echo "Got new object\n";
|
||||
echo "Got string $s and value $x \n";
|
||||
|
||||
$s = new Sync();
|
||||
echo "Got new object\n";
|
||||
|
||||
$s->printer();
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user