Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/dom/tests/
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.phpt25 Warning: DOMDocument::relaxNGValidate(): I/O warning : failed to load external entity "%s/foo.rng" …
27 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");
H A DDOMDocument_load_variation4.phpt2 Test DOMDocument::load() with LIBXML_DTDATTR, LIBXML_NOCDATA, LIBXML_NOENT, LIBXML_NOBLANKS
7 - XML_FILE: the xml file to load
H A Ddomdocumentload_test_method.inc8 $result = $doc->load(dirname(__FILE__) . getenv('XML_FILE'), $libxml_options);
H A Ddomdocumentload_test_method_savexml.inc8 $result = $doc->load(dirname(__FILE__) . getenv('XML_FILE'), $libxml_options);
/PHP-7.4/ext/oci8/tests/
H A Dlob_temp.phpt15 var_dump($blob->load());
23 var_dump($blob->load());
H A Dpecl_bug10194_blob.phpt46 echo "Before load()\n";
49 var_dump(strlen($row['BLOB']->load())); /* here it should fail */
56 Before load()
H A Dpecl_bug10194_blob_64.phpt47 echo "Before load()\n";
50 var_dump(strlen($row['BLOB']->load())); /* here it should fail */
57 Before load()
H A Dlob_041.phpt31 echo $data['C1']->load(), "\n";
42 echo $data['C1']->load(), "\n";
52 echo $data['C1']->load(), "\n";
H A Dlob_007.phpt2 oci_lob_write()/size()/load()
40 var_dump(strlen($row[0]->load()));
H A Dlob_018.phpt48 $result = $row['LOB_1']->load();
59 $result = $row['LOB_1']->load();
79 $result = $row['LOB_1']->load();
H A Dlob_016.phpt45 var_dump($row['LOB_1']->load());
46 var_dump($row['LOB_2']->load());
/PHP-7.4/ext/ffi/tests/
H A Dbug78761_preload.php3 FFI::load(__DIR__ . '/bug78761_preload.h');
H A Dpreload.inc3 FFI::load(__DIR__ . "/300.h");
/PHP-7.4/ext/standard/tests/serialize/
H A Dincomplete_class.phpt20 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definitio…
22 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definitio…
25 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definitio…
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt26 Warning: finfo_open(): Failed to load magic database at '%s123'. in %s on line %d
33 Warning: finfo_open(): Failed to load magic database at '%s1'. in %s on line %d
40 Warning: finfo_open(): Failed to load magic database at '%sinexistent'. in %s on line %d
/PHP-7.4/ext/openssl/tests/
H A D001.phpt37 die("failed to load key using array syntax");
47 die("failed to load key using direct syntax");
58 die("failed to load key using string syntax");
H A Dopenssl_free_key.phpt44 die("failed to load key using array syntax");
53 die("failed to load key using direct syntax");
63 die("failed to load key using string syntax");
/PHP-7.4/ext/xsl/tests/
H A Dxslt012.phpt10 $dom->load(__DIR__."/xslt.xml");
17 $xsl->load(__DIR__."/xslt012.xsl");
/PHP-7.4/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-7.4/ext/xml/tests/
H A Dskipif.inc2 // DO NOT dl load extension
/PHP-7.4/tests/run-test/
H A Dbug75042-3.phpt12 PHP Warning: PHP Startup: Unable to load dynamic library '%snonexistentsharedmodule.%s' %A

Completed in 24 milliseconds

123456789