Home
last modified time | relevance | path

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

12345678910

/PHP-8.1/ext/dom/tests/
H A DDOMDocument_loadXML_error4.phpt6 - XML_FILE: the xml file to load
22 Warning: DOMDocument::load%r(XML){0,1}%r(): Unsupported version '3.1' %s
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_error3.phpt6 - XML_FILE: the xml file to load
22 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
22 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
22 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-8.1/ext/soap/tests/bugs/
H A Dbug42151.phpt29 SOAP-ERROR: Parsing WSDL: Couldn't load from 'httpx://' : failed to load external entity "httpx://"
/PHP-8.1/ext/xsl/tests/
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");
/PHP-8.1/Zend/asm/
H A Djump_arm64_aapcs_elf_gas.S86 # load d8 - d15
92 # load x19-x30
105 # load pc
/PHP-8.1/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-8.1/ext/oci8/tests/
H A Dlob_temp.phpt17 var_dump($blob->load());
25 var_dump($blob->load());
H A Dpecl_bug10194_blob.phpt48 echo "Before load()\n";
51 var_dump(strlen($row['BLOB']->load())); /* here it should fail */
58 Before load()
H A Dpecl_bug10194_blob_64.phpt49 echo "Before load()\n";
52 var_dump(strlen($row['BLOB']->load())); /* here it should fail */
59 Before load()
H A Dlob_041.phpt33 echo $data['C1']->load(), "\n";
44 echo $data['C1']->load(), "\n";
54 echo $data['C1']->load(), "\n";
/PHP-8.1/ext/ffi/tests/
H A Dbug78761_preload.php3 FFI::load(__DIR__ . '/bug78761_preload.h');
H A Dpreload.inc3 FFI::load(__DIR__ . "/300.h");
/PHP-8.1/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt32 Warning: finfo_open(): Failed to load magic database at "%s123" in %s on line %d
39 Warning: finfo_open(): Failed to load magic database at "%s1" in %s on line %d
46 Warning: finfo_open(): Failed to load magic database at "%sinexistent" in %s on line %d
/PHP-8.1/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-8.1/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation2.phpt42 Warning: DOMDocument::validate(): Failed to load external entity "-//FOO/BAR" in %s on line %d
44 Warning: DOMDocument::validate(): Could not load the external subset "foobar.dtd" in %s on line %d
/PHP-8.1/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-8.1/ext/zend_test/tests/
H A Dobserver_error_04.phpt43 SOAP-ERROR: Parsing WSDL: Couldn't load from 'foo' : failed to load external entity "foo"

Completed in 32 milliseconds

12345678910