aboutsummaryrefslogtreecommitdiff
path: root/Examples/php/enum/runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/php/enum/runme.php')
-rw-r--r--Examples/php/enum/runme.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/Examples/php/enum/runme.php b/Examples/php/enum/runme.php
index 813476645..bf5ba881f 100644
--- a/Examples/php/enum/runme.php
+++ b/Examples/php/enum/runme.php
@@ -1,7 +1,5 @@
<?php
-require "example.php";
-
# ----- Object creation -----
# Print out the value of some enums
@@ -28,5 +26,3 @@ $f = new Foo();
$f->enum_test(Foo::IMPULSE);
$f->enum_test(Foo::WARP);
$f->enum_test(Foo::LUDICROUS);
-
-?>