Searched refs:xmlwriter_open_uri (Results 1 – 15 of 15) sorted by relevance
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 empty string as parameter8 xmlwriter_open_uri('');18 xmlwriter_open_uri(): Argument #1 ($uri) cannot be empty
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
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
9 $xw = xmlwriter_open_uri($doc_dest);
11 $resource = xmlwriter_open_uri($temp_filename);
10 $xw = xmlwriter_open_uri($file);
331 ZEND_FUNCTION(xmlwriter_open_uri);376 ZEND_FE(xmlwriter_open_uri, arginfo_xmlwriter_open_uri)423 ZEND_ME_MAPPING(openUri, xmlwriter_open_uri, arginfo_class_XMLWriter_openUri, ZEND_ACC_PUBLIC)
5 function xmlwriter_open_uri(string $uri): XMLWriter|false {} function
779 PHP_FUNCTION(xmlwriter_open_uri) in PHP_FUNCTION() argument
Completed in 37 milliseconds