summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/tests/xmlwriter_open_uri_error_003.phpt
blob: 7dd5ee8082ba6a6e7c60b6c8fc1ddbfbf9c6b453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--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)