diff options
Diffstat (limited to 'ext/simplexml/tests/bug27010.phpt')
| -rwxr-xr-x | ext/simplexml/tests/bug27010.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/simplexml/tests/bug27010.phpt b/ext/simplexml/tests/bug27010.phpt index 9ba9f7b6b..364ca4675 100755 --- a/ext/simplexml/tests/bug27010.phpt +++ b/ext/simplexml/tests/bug27010.phpt @@ -1,5 +1,7 @@ --TEST-- -#27010: segfault and node text not displayed when returned from children() +Bug #27010 (segfault and node text not displayed when returned from children()) +--SKIPIF-- +<?php if (!extension_loaded("simplexml")) print "skip"; ?> --FILE-- <?php |
