Searched refs:xmlwriter_open_uri (Results 1 – 13 of 13) sorted by relevance
2 xmlwriter_open_uri with empty string as parameter7 var_dump(xmlwriter_open_uri(''));14 Warning: xmlwriter_open_uri(): Empty string as source in %s on line %d
2 xmlwriter_open_uri with file:///7 var_dump(xmlwriter_open_uri('file:///'));14 Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
2 xmlwriter_open_uri with file://localhost/7 var_dump(xmlwriter_open_uri('file://localhost/'));14 Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
2 xmlwriter_open_uri with PHP_MAXPATHLEN + 18 var_dump(xmlwriter_open_uri('file:///' . $path));15 Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
2 xmlwriter_open_uri with non existing file7 var_dump(xmlwriter_open_uri('foo/bar.tmp'));14 Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
9 $xw = xmlwriter_open_uri($doc_dest);
11 $resource = xmlwriter_open_uri($temp_filename);
12 $xw = xmlwriter_open_uri($doc_dest);
11 $xw = xmlwriter_open_uri($doc_dest);
12 $xw = xmlwriter_open_uri($file);
69 static PHP_FUNCTION(xmlwriter_open_uri);463 PHP_FE(xmlwriter_open_uri, arginfo_xmlwriter_open_uri)511 PHP_ME_MAPPING(openUri, xmlwriter_open_uri, arginfo_xmlwriter_open_uri, 0)1655 static PHP_FUNCTION(xmlwriter_open_uri) in PHP_FUNCTION() argument
Completed in 19 milliseconds