Searched refs:simplexml_load_file (Results 1 – 15 of 15) sorted by relevance
15 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 %d23 Warning: simplexml_load_file(): I/O warning : failed to load external entity "%s/bug79971_1.xml%00f…
2 simplexml_load_file()7 $simple = simplexml_load_file(__DIR__."/book.xml");
7 $simple = simplexml_load_file(__DIR__."/book.xml");
8 var_dump(simplexml_load_file(__DIR__.'/sxe私はガラスを食べられます.xml'));
8 var_dump(simplexml_load_file(__DIR__.'/sxe.xml'));
7 $s = simplexml_load_file(__DIR__.'/bug24392.xml');
24 simplexml_load_file("libxml_global_state_entity_loader_bypass.tmp");
8 $sxe = simplexml_load_file(__DIR__.'/000.xml');
31 @simplexml_load_file('test://sdfsdf');34 @simplexml_load_file('test://sdfsdf');
2 Bug #51903 (simplexml_load_file() doesn't use HTTP headers)29 $sxe = simplexml_load_file($uri);
8 $s = simplexml_load_file(__DIR__."/book.xml");
5 function simplexml_load_file(string $filename, ?string $class_name = SimpleXMLElement::class, int $… function
99 ZEND_FUNCTION(simplexml_load_file);125 ZEND_FE(simplexml_load_file, arginfo_simplexml_load_file)
2259 PHP_FUNCTION(simplexml_load_file) in PHP_FUNCTION() argument
961 . Fixed bug #51903 (simplexml_load_file() doesn't use HTTP headers). (cmb)
Completed in 48 milliseconds