Searched refs:simplexml_load_file (Results 1 – 15 of 15) sorted by relevance
17 var_dump(simplexml_load_file("$uri%00foo"));19 $sxe = simplexml_load_file($uri);23 Warning: simplexml_load_file(): URI must not contain percent-encoded NUL bytes in %s on line %d25 Warning: simplexml_load_file(): I/O warning : failed to load %s
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');
25 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)30 $sxe = simplexml_load_file($uri);
8 $s = simplexml_load_file(__DIR__."/book.xml");
15 $sxe = simplexml_load_file(__DIR__ . '/53965/collection.xml', AdvancedXMLElement::class);
5 function simplexml_load_file(string $filename, ?string $class_name = SimpleXMLElement::class, int $… function
104 ZEND_FUNCTION(simplexml_load_file);130 ZEND_FE(simplexml_load_file, arginfo_simplexml_load_file)
2248 PHP_FUNCTION(simplexml_load_file) in PHP_FUNCTION() argument
Completed in 29 milliseconds