1--TEST-- 2xmlwriter_open_uri with file://localhost/ 3--EXTENSIONS-- 4xmlwriter 5--FILE-- 6<?php 7var_dump(xmlwriter_open_uri('file://localhost/')); 8?> 9--CREDITS-- 10Koen Kuipers koenk82@gmail.com 11Theo van der Zee 12#Test Fest Utrecht 09-05-2009 13--EXPECTF-- 14Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d 15bool(false) 16