summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/li_carrays_cpp_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/li_carrays_cpp_runme.php')
-rw-r--r--Examples/test-suite/php/li_carrays_cpp_runme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/php/li_carrays_cpp_runme.php b/Examples/test-suite/php/li_carrays_cpp_runme.php
index 8f88447b7..ccbcf7dde 100644
--- a/Examples/test-suite/php/li_carrays_cpp_runme.php
+++ b/Examples/test-suite/php/li_carrays_cpp_runme.php
@@ -3,7 +3,7 @@
require "tests.php";
// Check functions.
-check::functions(array('new_intArray','delete_intArray','intArray_getitem','intArray_setitem','new_ABArray','delete_ABArray','ABArray_getitem','ABArray_setitem','sum_Array'));
+check::functions(array('new_intArray','delete_intArray','intArray_getitem','intArray_setitem','new_ABArray','delete_ABArray','ABArray_getitem','ABArray_setitem','sum_array'));
// Check classes.
// NB An "li_carrays_cpp" class is created as a mock namespace.