diff options
author | Felipe Pena <felipe@php.net> | 2008-06-23 14:04:08 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-06-23 14:04:08 +0000 |
commit | 8ee04f34521552e8f34f90ffe79b0368e54917c5 (patch) | |
tree | 2ab2c9677759de6d465614bf2e8523e0a8331b1c /ext/simplexml/tests | |
parent | 9118a7c6714513fd8decd7fe299075e76f30937e (diff) | |
download | php-git-8ee04f34521552e8f34f90ffe79b0368e54917c5.tar.gz |
- Added XFAIL
Diffstat (limited to 'ext/simplexml/tests')
-rwxr-xr-x | ext/simplexml/tests/034.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/simplexml/tests/034.phpt b/ext/simplexml/tests/034.phpt index 8a783aae5c..5d99faa72a 100755 --- a/ext/simplexml/tests/034.phpt +++ b/ext/simplexml/tests/034.phpt @@ -1,5 +1,6 @@ --TEST-- SimpleXML: array casting bug +--XFAIL-- --SKIPIF-- <?php if (!extension_loaded("simplexml")) print "skip"; ?> --FILE-- |