Home
last modified time | relevance | path

Searched refs:load (Results 101 – 125 of 203) sorted by relevance

123456789

/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadXML_variation3.phpt7 - XML_FILE: the xml file to load
H A DDOMDocument_validate_external_dtd.phpt16 $dom->load(__DIR__.'/dom.xml');
H A DDOMNode_insertBefore_error6.phpt17 $doc = $dom->load(__DIR__ . "/book.xml", LIBXML_NOBLANKS);
/PHP-7.4/ext/enchant/tests/
H A Dbroker_request_dict_01.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
H A Dbroker_set_ordering.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
H A Dbroker_request_dict.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
H A Ddict_get_error.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
H A Ddict_quick_check.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
H A Ddict_describe.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
H A Ddict_quick_check_01.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
H A Ddict_suggest.phpt8 if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
/PHP-7.4/ext/xsl/tests/
H A Dxslt008-mb.phpt13 $xsl->load(__DIR__."/私はガラスを食べられますstreamsinclude.xsl");
H A Dxslt008.phpt13 $xsl->load(__DIR__."/streamsinclude.xsl");
H A Dxsltprocessor_registerPHPFunctions-array-notallowed.phpt13 $phpfuncxsl->load(__DIR__."/phpfunc.xsl");
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt13 $phpfuncxsl->load(__DIR__."/phpfunc.xsl");
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt15 $phpfuncxsl->load(__DIR__."/phpfunc-undef.xsl");
H A Dxsltprocessor_registerPHPFunctions-funcnostring.phpt16 $phpfuncxsl->load(__DIR__."/phpfunc-nostring.xsl");
H A Dxsltprocessor_registerPHPFunctions-null.phpt17 $phpfuncxsl->load(__DIR__."/phpfunc.xsl");
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt17 $phpfuncxsl->load(__DIR__."/phpfunc.xsl");
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug69152.phpt16 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definitio…
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesize_jpgapp.phpt2 Test getimagesize() function : basic functionality - load APP info from jpeg.
/PHP-7.4/Zend/tests/
H A Dbug42820.phpt2 Bug #42820 (defined() on constant with namespace prefixes tries to load class)
/PHP-7.4/ext/oci8/tests/
H A Dlob_022.phpt51 $result = $row['LOB_1']->load();
60 $result = $row['LOB_1']->load();
H A Dlob_027.phpt47 var_dump($row['BLOB']->load());
58 var_dump($row['BLOB']->load());
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle_arrayaccess.phpt50 2: Cannot load resource element 'nonexisting': U_MISSING_RESOURCE_ERROR

Completed in 30 milliseconds

123456789