-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/xmlwriter/tests/
File Upload :
Current File : //usr/src/php/ext/xmlwriter/tests/xmlwriter_open_uri_error_003.phpt

--TEST--
xmlwriter_open_uri with non existing file
--SKIPIF--
<?php if (!extension_loaded("xmlwriter")) print "skip"; ?>
--FILE--
<?php 
var_dump(xmlwriter_open_uri('foo/bar.tmp'));
?>
--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)

Copyright © 2017 || Recoded By Mr.Bumblebee