Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_open_uri_error_002.phpt2 xmlwriter_open_uri without parameter
7 var_dump(xmlwriter_open_uri());
15 Warning: xmlwriter_open_uri() expects exactly %d parameter, %d given in %s on line %d
H A Dxmlwriter_open_uri_error_001.phpt2 xmlwriter_open_uri with empty string as parameter
7 var_dump(xmlwriter_open_uri(''));
15 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:///'));
15 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/'));
15 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));
16 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'));
15 Warning: xmlwriter_open_uri(): Unable to resolve file path in %s on line %d
H A D001.phpt10 $xw = xmlwriter_open_uri($doc_dest);
H A Dxmlwriter_set_indent_string_basic_001.phpt11 $resource = xmlwriter_open_uri($temp_filename);
H A Dxmlwriter_set_indent_string_error_001.phpt11 $resource = xmlwriter_open_uri($temp_filename);
H A D005.phpt13 $xw = xmlwriter_open_uri($doc_dest);
H A D006.phpt12 $xw = xmlwriter_open_uri($doc_dest);
H A D004.phpt10 $xw = xmlwriter_open_uri($doc_dest);
H A D010.phpt12 $xw = xmlwriter_open_uri($file);
/PHP-5.5/ext/xmlwriter/examples/
H A Dxmlwriter_file.php4 $xw = xmlwriter_open_uri('./a.xml');
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c79 static PHP_FUNCTION(xmlwriter_open_uri);
479 PHP_FE(xmlwriter_open_uri, arginfo_xmlwriter_open_uri)
536 PHP_ME_MAPPING(openUri, xmlwriter_open_uri, arginfo_xmlwriter_open_uri, 0)
1743 static PHP_FUNCTION(xmlwriter_open_uri) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS6382 - Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on invalid

Completed in 81 milliseconds