Searched refs:xmlwriter_open_uri (Results 1 – 16 of 16) sorted by relevance
2 xmlwriter_open_uri without parameter7 var_dump(xmlwriter_open_uri());14 Warning: xmlwriter_open_uri() expects exactly %d parameter, %d given in %s on line %d
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
10 $xw = xmlwriter_open_uri($doc_dest);
11 $resource = xmlwriter_open_uri($temp_filename);
13 $xw = xmlwriter_open_uri($doc_dest);
12 $xw = xmlwriter_open_uri($doc_dest);
12 $xw = xmlwriter_open_uri($file);
4 $xw = xmlwriter_open_uri('./a.xml');
79 static PHP_FUNCTION(xmlwriter_open_uri);465 PHP_FE(xmlwriter_open_uri, arginfo_xmlwriter_open_uri)521 PHP_ME_MAPPING(openUri, xmlwriter_open_uri, arginfo_xmlwriter_open_uri, 0)1679 static PHP_FUNCTION(xmlwriter_open_uri) in PHP_FUNCTION() argument
Completed in 21 milliseconds