aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php4/using2_runme.php4
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php4/using2_runme.php4')
-rw-r--r--Examples/test-suite/php4/using2_runme.php49
1 files changed, 9 insertions, 0 deletions
diff --git a/Examples/test-suite/php4/using2_runme.php4 b/Examples/test-suite/php4/using2_runme.php4
new file mode 100644
index 000000000..e57f0ce9a
--- /dev/null
+++ b/Examples/test-suite/php4/using2_runme.php4
@@ -0,0 +1,9 @@
+<?php
+
+require "tests.php4";
+require "using2.php";
+if (! class_exists("_fooimpl")) die("_fooimpl class not found\n");
+if (! 3==spam(3)) die("spam function not working right\n");
+
+check::done();
+?>