aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php4/lib_carrays_runme.php4
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php4/lib_carrays_runme.php4')
-rw-r--r--Examples/test-suite/php4/lib_carrays_runme.php415
1 files changed, 15 insertions, 0 deletions
diff --git a/Examples/test-suite/php4/lib_carrays_runme.php4 b/Examples/test-suite/php4/lib_carrays_runme.php4
new file mode 100644
index 000000000..134dbc251
--- /dev/null
+++ b/Examples/test-suite/php4/lib_carrays_runme.php4
@@ -0,0 +1,15 @@
+<?php
+// Sample test file
+
+require "tests.php4";
+require "lib_carrays.php";
+
+// No new functions
+check::functions(array(new_intarray,delete_intarray,intarray_getitem,intarray_setitem));
+// No new classes
+check::classes(array(doublearray));
+// now new vars
+check::globals(array());
+
+check::done();
+?>