summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/arrayptr_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/arrayptr_runme.php')
-rw-r--r--Examples/test-suite/php/arrayptr_runme.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/Examples/test-suite/php/arrayptr_runme.php b/Examples/test-suite/php/arrayptr_runme.php
new file mode 100644
index 0000000..3b9baed
--- /dev/null
+++ b/Examples/test-suite/php/arrayptr_runme.php
@@ -0,0 +1,14 @@
+<?php
+
+require "tests.php";
+require "arrayptr.php";
+
+// No new functions
+check::functions(array(foo));
+// No new classes
+check::classes(array());
+// now new vars
+check::globals(array());
+
+check::done();
+?>