diff options
author | Christian Stocker <chregu@php.net> | 2004-02-23 16:19:40 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2004-02-23 16:19:40 +0000 |
commit | 1d0596dbef4c1eb5e74ecad5cc3145ad09aa5400 (patch) | |
tree | fa436c16646d40d1450c54b96cb7ba0f7007eafd /ext/xml/tests/xml009.phpt | |
parent | 9e6de31645baaa879ebc2c3c43b99f50497ab016 (diff) | |
download | php-git-1d0596dbef4c1eb5e74ecad5cc3145ad09aa5400.tar.gz |
- omit WARNING instead of ERROR for x_p_c_ns
- fix SKIPIF code in tests
Diffstat (limited to 'ext/xml/tests/xml009.phpt')
-rw-r--r-- | ext/xml/tests/xml009.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/tests/xml009.phpt b/ext/xml/tests/xml009.phpt index 9e297925d6..3b64e7b8ba 100644 --- a/ext/xml/tests/xml009.phpt +++ b/ext/xml/tests/xml009.phpt @@ -2,7 +2,7 @@ XML parser test, default namespaces --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 |