Home
last modified time | relevance | path

Searched refs:load (Results 26 – 50 of 232) sorted by relevance

12345678910

/php-src/ext/dom/tests/
H A DDOMDocument_load_basic.phpt2 Test DOMDocument::load() basic behavior
6 - XML_FILE: the xml file to load
H A DDOMDocument_load_variation1.phpt2 Test DOMDocument::load() with LIBXML_DTDLOAD option
6 - XML_FILE: the xml file to load
H A DDOMDocument_load_variation3.phpt2 Test DOMDocument::load() with LIBXML_DTDVALID and LIBXML_NOERROR options
7 - XML_FILE: the xml file to load
H A DDOMDocument_loadXML_error4.phpt6 - XML_FILE: the xml file to load
20 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
H A DDOMDocument_loadXML_error3.phpt6 - XML_FILE: the xml file to load
20 Warning: DOMDocument::load%r(XML){0,1}%r(): Opening and ending tag mismatch: boOk line 8 and book %s
H A DDOMDocument_loadXML_error5.phpt6 - XML_FILE: the xml file to load
20 Warning: DOMDocument::load%r(XML){0,1}%r(): Extra content at the end of the document %s
H A DDOMDocument_loadXML_variation2.phpt6 - XML_FILE: the xml file to load
20 Warning: DOMDocument::load%r(XML){0,1}%r(): Element book content does not follow the DTD, expecting…
H A DDOMDocument_schemaValidate_error5.phpt13 $doc->load(__DIR__."/book.xml");
20 Warning: DOMDocument::schemaValidate(): I/O warning : failed to load external entity "%snon-existen…
H A DDOMDocument_relaxNGValidate_error2.phpt23 Warning: DOMDocument::relaxNGValidate(): I/O warning : failed to load external entity "%s/foo.rng" …
25 Warning: DOMDocument::relaxNGValidate(): xmlRelaxNGParse: could not load %s/foo.rng in %s on line %d
H A DDOMDocument_preserveWhiteSpace_variations.phpt13 $doc->load(__DIR__."/book.xml");
20 $doc->load(__DIR__."/book.xml");
/php-src/Zend/asm/
H A Djump_arm64_aapcs_macho_gas.S84 ; load d8 - d15
90 ; load x19-x30
103 ; load pc
H A Djump_arm64_aapcs_elf_gas.S86 # load d8 - d15
92 # load x19-x30
105 # load pc
/php-src/ext/sqlite3/tests/
H A Dsqlite3_22_loadextension.phpt2 SQLite3 load extension
31 Warning: SQLite3::loadExtension(): Unable to load extension at '.%emyext.txt' in %s on line %d
/php-src/ext/xsl/tests/
H A Dxslt_non_dom_node.phpt17 $dom->load(__DIR__."/xslt_non_dom_node.xsl");
22 $xml->load(__DIR__."/xslt011.xml");
H A Dbug26384.phpt8 $dom->load(__DIR__."/area_name.xml");
14 $xsl->load(__DIR__."/area_list.xsl");
H A Dbug53965.phpt11 $xml->load($base . DIRECTORY_SEPARATOR . 'collection.xml');
14 $xsl->load($base . DIRECTORY_SEPARATOR . 'collection.xsl');
H A Dxslt012.phpt10 $dom->load(__DIR__."/xslt.xml");
17 $xsl->load(__DIR__."/xslt012.xsl");
H A Dxslt011.phpt10 $dom->load(__DIR__."/xslt011.xsl");
15 $xml->load(__DIR__."/xslt011.xml");
/php-src/ext/standard/tests/serialize/
H A Dincomplete_class.phpt23 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition
25 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definitio…
28 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definitio…
/php-src/ext/soap/tests/bugs/
H A Dbug42151.phpt29 SOAP-ERROR: Parsing WSDL: Couldn't load from 'httpx://' : failed to load external entity "httpx://"
/php-src/ext/ffi/tests/
H A Dbug78761_preload.php3 FFI::load(__DIR__ . '/bug78761_preload.h');
H A Dpreload.inc3 FFI::load(__DIR__ . "/300.h");
/php-src/ext/openssl/tests/
H A Dopenssl_free_key.phpt36 die("failed to load key using array syntax");
45 die("failed to load key using direct syntax");
55 die("failed to load key using string syntax");
/php-src/ext/intl/tests/
H A Dresourcebundle_create.phpt60 2: resourcebundle_ctor: Cannot load libICU resource bundle: U_MISSING_RESOURCE_ERROR
62 2: resourcebundle_ctor: Cannot load libICU resource bundle: U_MISSING_RESOURCE_ERROR
/php-src/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation2.phpt43 Warning: DOMDocument::validate(): Failed to load external entity "-//FOO/BAR" in %s on line %d
45 Warning: DOMDocument::validate(): Could not load the external subset "foobar.dtd" in %s on line %d

Completed in 21 milliseconds

12345678910