Home
last modified time | relevance | path

Searched refs:xmlwriter_open_uri (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/ext/xmlwriter/tests/
H A Dxmlwriter_open_uri_error_001.phpt2 xmlwriter_open_uri with empty string as parameter
7 var_dump(xmlwriter_open_uri(''));
14 Warning: xmlwriter_open_uri(): Empty string as source in %s on line %d
H A Dxmlwriter_open_uri_error_004.phpt2 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
H A Dxmlwriter_open_uri_error_005.phpt2 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
H A Dbug48204.phpt2 xmlwriter_open_uri with PHP_MAXPATHLEN + 1
8 var_dump(xmlwriter_open_uri('file:///' . $path));
15 Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
H A Dxmlwriter_open_uri_error_003.phpt2 xmlwriter_open_uri with non existing file
7 var_dump(xmlwriter_open_uri('foo/bar.tmp'));
14 Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
H A D001.phpt9 $xw = xmlwriter_open_uri($doc_dest);
H A Dxmlwriter_set_indent_string_basic_001.phpt11 $resource = xmlwriter_open_uri($temp_filename);
H A D005-mb.phpt12 $xw = xmlwriter_open_uri($doc_dest);
H A D005.phpt12 $xw = xmlwriter_open_uri($doc_dest);
H A D006.phpt11 $xw = xmlwriter_open_uri($doc_dest);
H A D004.phpt9 $xw = xmlwriter_open_uri($doc_dest);
H A D010.phpt12 $xw = xmlwriter_open_uri($file);
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c69 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 34 milliseconds