summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/arrays_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/arrays_runme.php')
-rw-r--r--Examples/test-suite/php/arrays_runme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/php/arrays_runme.php b/Examples/test-suite/php/arrays_runme.php
index eb06fbfd8..1d9e44d76 100644
--- a/Examples/test-suite/php/arrays_runme.php
+++ b/Examples/test-suite/php/arrays_runme.php
@@ -4,7 +4,7 @@ require "tests.php";
check::functions(array('fn_taking_arrays','newintpointer','setintfrompointer','getintfrompointer','array_pointer_func'));
check::classes(array('arrays','SimpleStruct','ArrayStruct','CartPoseData_t'));
-check::globals(array());
+check::globals(array('array_shifted_size'));
$ss=new simplestruct();
check::classname('simplestruct',$ss);