aboutsummaryrefslogtreecommitdiff
path: root/Examples/php/callback/runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/php/callback/runme.php')
-rw-r--r--Examples/php/callback/runme.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/Examples/php/callback/runme.php b/Examples/php/callback/runme.php
index 2be71994f..e7093209c 100644
--- a/Examples/php/callback/runme.php
+++ b/Examples/php/callback/runme.php
@@ -2,8 +2,6 @@
# This file illustrates the cross language polymorphism using directors.
-require("example.php");
-
# Class, which overwrites Callback::run().
class PhpCallback extends Callback {
@@ -43,5 +41,3 @@ $caller->delCallback();
# All done.
print "php exit\n";
-
-?>