Home
last modified time | relevance | path

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

/PHP-7.4/ext/simplexml/tests/
H A Dbug79971_1.phpt15 var_dump(simplexml_load_file("$uri%00foo"));
17 $sxe = simplexml_load_file($uri);
21 Warning: simplexml_load_file(): URI must not contain percent-encoded NUL bytes in %s on line %d
23 Warning: simplexml_load_file(): I/O warning : failed to load external entity "%s/bug79971_1.xml%00f…
H A Dsimplexml_load_file.phpt2 simplexml_load_file()
7 $simple = simplexml_load_file(__DIR__."/book.xml");
H A Dbug37565.phpt25 Reflection::export(simplexml_load_file('data:,<test/>', 'Setting'));
36 Error: simplexml_load_file() expects parameter 2 to be a class name derived from SimpleXMLElement, …
H A DSimpleXMLElement_addAttribute_basic.phpt7 $simple = simplexml_load_file(__DIR__."/book.xml");
H A D001-mb.phpt8 var_dump(simplexml_load_file(__DIR__.'/sxe私はガラスを食べられます.xml'));
H A D001.phpt8 var_dump(simplexml_load_file(__DIR__.'/sxe.xml'));
H A Dbug24392.phpt7 $s = simplexml_load_file(__DIR__.'/bug24392.xml');
H A D000.phpt8 $sxe = simplexml_load_file(__DIR__.'/000.xml');
/PHP-7.4/ext/libxml/tests/
H A Dbug54440.phpt31 @simplexml_load_file('test://sdfsdf');
34 @simplexml_load_file('test://sdfsdf');
H A Dbug51903.phpt2 Bug #51903 (simplexml_load_file() doesn't use HTTP headers)
29 $sxe = simplexml_load_file('http://127.0.0.1:12342/');
/PHP-7.4/ext/dom/tests/
H A Ddom_import_simplexml.phpt8 $s = simplexml_load_file(__DIR__."/book.xml");
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c2175 PHP_FUNCTION(simplexml_load_file) in PHP_FUNCTION() argument
2643 PHP_FE(simplexml_load_file, arginfo_simplexml_load_file)
/PHP-7.4/
H A DNEWS365 . Fixed bug #51903 (simplexml_load_file() doesn't use HTTP headers). (cmb)

Completed in 41 milliseconds