diff options
author | foobar <sniper@php.net> | 2004-01-21 03:18:13 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2004-01-21 03:18:13 +0000 |
commit | 21d5052f709c459fb489715dd94d3325916dcf6b (patch) | |
tree | 9961479bd60e55418d1e06288e866550e3a445e3 /ext/simplexml | |
parent | 4716c724d2a2151e50362c6d1186933f0b08a9db (diff) | |
download | php-git-21d5052f709c459fb489715dd94d3325916dcf6b.tar.gz |
typo fix
Diffstat (limited to 'ext/simplexml')
-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-- |