aboutsummaryrefslogtreecommitdiff
path: root/Examples/php/variables/runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/php/variables/runme.php')
-rw-r--r--Examples/php/variables/runme.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/Examples/php/variables/runme.php b/Examples/php/variables/runme.php
index 14f27f389..a14fede72 100644
--- a/Examples/php/variables/runme.php
+++ b/Examples/php/variables/runme.php
@@ -1,6 +1,5 @@
<?php
- require "example.php";
echo "\nVariables (values printed from C)\n";
print_vars();
@@ -91,6 +90,3 @@
/* And this */
//status_set(0);
echo "Status = ".status_get()."\n";
-
-?>
-