diff options
author | Zoe Slattery <zoe@php.net> | 2009-07-18 17:00:53 +0000 |
---|---|---|
committer | Zoe Slattery <zoe@php.net> | 2009-07-18 17:00:53 +0000 |
commit | 98c8c6738a3e855200dfed5c0c62977d5f8f1a53 (patch) | |
tree | c5e3aa8a2938e93521c8e8c8661c319bf7ae4139 /ext/simplexml | |
parent | 3c3c9d544e100b63bd639ce84b1d362dd3f7bdfd (diff) | |
download | php-git-98c8c6738a3e855200dfed5c0c62977d5f8f1a53.tar.gz |
Added comment to XFAIL
Diffstat (limited to 'ext/simplexml')
-rwxr-xr-x | ext/simplexml/tests/034.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/simplexml/tests/034.phpt b/ext/simplexml/tests/034.phpt index 8a783aae5c..1f3a854fde 100755 --- a/ext/simplexml/tests/034.phpt +++ b/ext/simplexml/tests/034.phpt @@ -1,5 +1,7 @@ --TEST-- SimpleXML: array casting bug +--XFAIL-- +Does anyone know why? --SKIPIF-- <?php if (!extension_loaded("simplexml")) print "skip"; ?> --FILE-- |