Home
last modified time | relevance | path

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

/php-src/ext/xmlwriter/tests/
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_001.phpt2 xmlwriter_open_uri with empty string as parameter
8 xmlwriter_open_uri('');
18 xmlwriter_open_uri(): Argument #1 ($uri) cannot be empty
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 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 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 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.phpt9 $xw = xmlwriter_open_uri($doc_dest);
H A D005.phpt9 $xw = xmlwriter_open_uri($doc_dest);
H A D006.phpt9 $xw = xmlwriter_open_uri($doc_dest);
H A D004.phpt9 $xw = xmlwriter_open_uri($doc_dest);
H A D010.phpt10 $xw = xmlwriter_open_uri($file);
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h330 ZEND_FUNCTION(xmlwriter_open_uri);
374 ZEND_FE(xmlwriter_open_uri, arginfo_xmlwriter_open_uri)
H A Dphp_xmlwriter.stub.php5 function xmlwriter_open_uri(string $uri): XMLWriter|false {} function
H A Dphp_xmlwriter.c779 PHP_FUNCTION(xmlwriter_open_uri) in PHP_FUNCTION() argument

Completed in 37 milliseconds