Home
last modified time | relevance | path

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

12345678910

/PHP-8.1/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-string.phpt9 $phpfuncxsl->load(__DIR__."/phpfunc.xsl");
H A Dxsltprocessor_registerPHPFunctions-array.phpt9 $phpfuncxsl->load(__DIR__."/phpfunc.xsl");
H A Dxsltprocessor_registerPHPFunctions-allfuncs.phpt9 $phpfuncxsl->load(__DIR__."/phpfunc.xsl");
H A Dxslt008-mb.phpt11 $xsl->load(__DIR__."/私はガラスを食べられますstreamsinclude.xsl");
H A Dxslt008.phpt11 $xsl->load(__DIR__."/streamsinclude.xsl");
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt9 $phpfuncxsl->load(__DIR__."/phpfunc.xsl");
H A Dxsltprocessor_registerPHPFunctions-array-notallowed.phpt9 $phpfuncxsl->load(__DIR__."/phpfunc.xsl");
/PHP-8.1/ext/simplexml/tests/
H A Dsimplexml_import_dom.phpt9 $dom->load(__DIR__."/book.xml");
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_error2.phpt13 $doc->load(__DIR__."/book.xml");
H A DDOMDocument_schemaValidate_error6.phpt10 $doc->load(__DIR__."/book.xml");
H A DDOMDocument_loadHTMLfile_error1.phpt18 %r(PHP ){0,1}%rWarning: DOMDocument::loadHTMLFile(): I/O warning : failed to load external entity %s
H A DDOMDocument_loadXML_basic.phpt6 - XML_FILE: the xml file to load
H A DDOMDocument_loadXML_variation1.phpt6 - XML_FILE: the xml file to load
H A Ddom004.phpt12 $dom->load("compress.zlib://".__DIR__."/book.xml.gz");
H A Dbug41257.phpt9 $doc->load(__DIR__."/nsdoc.xml");
/PHP-8.1/ext/standard/tests/image/
H A Dgetimagesize_jpgapp.phpt2 Test getimagesize() function : basic functionality - load APP info from jpeg.
/PHP-8.1/ext/dl_test/tests/
H A Dskip.inc4 // section because we want to load the extension with dl().
/PHP-8.1/ext/oci8/tests/
H A Dlob_022.phpt54 $result = $row['LOB_1']->load();
63 $result = $row['LOB_1']->load();
/PHP-8.1/ext/ffi/tests/
H A D301-win32.phpt20 $ffi = FFI::load($fn);
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug34657.phpt20 SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://i_dont_exist.com/some.wsdl'%A
/PHP-8.1/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt35 // load server cert
39 // load server key
43 // load client cert
47 // load client key
56 die('failed to load test certs and keys for files');
/PHP-8.1/ext/enchant/tests/
H A Dbroker_request_dict_01.phpt9 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
H A Dbroker_set_ordering.phpt9 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
H A Dbroker_request_dict.phpt9 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
/PHP-8.1/Zend/tests/
H A Dbug78921.phpt2 Bug #78921: When Reflection triggers class load, property visibility is incorrect

Completed in 66 milliseconds

12345678910