Home
last modified time | relevance | path

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

/PHP-8.0/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 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 Dlibxml_global_state_entity_loader_bypass.phpt24 simplexml_load_file("libxml_global_state_entity_loader_bypass.tmp");
H A D000.phpt8 $sxe = simplexml_load_file(__DIR__.'/000.xml');
/PHP-8.0/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($uri);
/PHP-8.0/ext/dom/tests/
H A Ddom_import_simplexml.phpt8 $s = simplexml_load_file(__DIR__."/book.xml");
/PHP-8.0/ext/simplexml/
H A Dsimplexml.stub.php5 function simplexml_load_file(string $filename, ?string $class_name = SimpleXMLElement::class, int $… function
H A Dsimplexml_arginfo.h99 ZEND_FUNCTION(simplexml_load_file);
125 ZEND_FE(simplexml_load_file, arginfo_simplexml_load_file)
H A Dsimplexml.c2259 PHP_FUNCTION(simplexml_load_file) in PHP_FUNCTION() argument
/PHP-8.0/
H A DNEWS961 . Fixed bug #51903 (simplexml_load_file() doesn't use HTTP headers). (cmb)

Completed in 38 milliseconds