aboutsummaryrefslogtreecommitdiff
path: root/Examples/php/disown/runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/php/disown/runme.php')
-rw-r--r--Examples/php/disown/runme.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/Examples/php/disown/runme.php b/Examples/php/disown/runme.php
index a70d7b061..e847dc71d 100644
--- a/Examples/php/disown/runme.php
+++ b/Examples/php/disown/runme.php
@@ -4,8 +4,6 @@
# created by SWIG. In this case, all of our C++ classes
# get converted into function calls.
-require("example.php");
-
# ----- Object creation -----
print "Creating some objects:\n";
@@ -45,5 +43,3 @@ $container = NULL;
print "\nA total of " . Shape::nshapes() . " shapes remain\n";
print "Goodbye\n";
-
-?>