Home
last modified time | relevance | path

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

/php-src/ext/simplexml/tests/
H A Dbug79971_1.phpt17 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 %d
25 Warning: simplexml_load_file(): I/O warning : failed to load external entity "%s/bug79971_1.xml%%r0…
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.phpt25 simplexml_load_file("libxml_global_state_entity_loader_bypass.tmp");
H A D000.phpt8 $sxe = simplexml_load_file(__DIR__.'/000.xml');
/php-src/ext/libxml/tests/
H A Dlibxml_set_streams_context_overwrite.phpt29 @simplexml_load_file('test://sdfsdf');
32 @simplexml_load_file('test://sdfsdf');
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)
30 $sxe = simplexml_load_file($uri);
/php-src/ext/xsl/tests/
H A DtransformToDoc_class_exceptions.phpt10 $sxe = simplexml_load_file(__DIR__ . '/53965/collection.xml');
H A DtransformToDoc_sxe_type_error.phpt15 $sxe = simplexml_load_file(__DIR__ . '/53965/collection.xml', AdvancedXMLElement::class);
/php-src/ext/dom/tests/
H A Ddom_import_simplexml.phpt8 $s = simplexml_load_file(__DIR__."/book.xml");
/php-src/ext/simplexml/
H A Dsimplexml.stub.php5 function simplexml_load_file(string $filename, ?string $class_name = SimpleXMLElement::class, int $… function
H A Dsimplexml_arginfo.h103 ZEND_FUNCTION(simplexml_load_file);
128 ZEND_FE(simplexml_load_file, arginfo_simplexml_load_file)
H A Dsimplexml.c2191 PHP_FUNCTION(simplexml_load_file) in PHP_FUNCTION() argument

Completed in 26 milliseconds