php-src/ext/xmlwriter/tests/xmlwriter_open_uri_error_005.phpt
Zoe Slattery f018b09af8 fix tests
2009-07-17 09:03:04 +00:00

17 lines
382 B
PHP

--TEST--
xmlwriter_open_uri with file://localhost/
--SKIPIF--
<?php if (!extension_loaded("xmlwriter")) print "skip"; ?>
--FILE--
<?php
var_dump(xmlwriter_open_uri('file://localhost/'));
?>
--CREDITS--
Koen Kuipers koenk82@gmail.com
Theo van der Zee
#Test Fest Utrecht 09-05-2009
--EXPECTF--
Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
bool(false)