diff options
-rw-r--r-- | ext/simplexml/tests/bug26976.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/bug26976.phpt b/ext/simplexml/tests/bug26976.phpt index c3e8385322..657c229737 100644 --- a/ext/simplexml/tests/bug26976.phpt +++ b/ext/simplexml/tests/bug26976.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #26976 (Can not get array elements) +Bug #26976 (Can not access array elements using array indices) --SKIPIF-- <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?> --FILE-- |