diff options
Diffstat (limited to 'ext/xml/tests/xml010.phpt')
| -rw-r--r-- | ext/xml/tests/xml010.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/tests/xml010.phpt b/ext/xml/tests/xml010.phpt index 795c455e40..125e9c7b03 100644 --- a/ext/xml/tests/xml010.phpt +++ b/ext/xml/tests/xml010.phpt @@ -2,7 +2,7 @@ XML parser test, attributes --SKIPIF-- <?php -if (!xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on this plattform");}; +if (! @xml_parser_create_ns('ISO-8859-1')) { die("skip xml_parser_create_ns is not supported on this plattform");} ?> --FILE-- <?php |
