Home
last modified time | relevance | path

Searched refs:load (Results 51 – 75 of 239) sorted by relevance

12345678910

/PHP-8.1/ext/openssl/tests/
H A D001.phpt38 die("failed to load key using array syntax");
48 die("failed to load key using direct syntax");
59 die("failed to load key using string syntax");
/PHP-8.1/Zend/tests/
H A Dbug71841.phpt40 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition
41 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition
42 …was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition
/PHP-8.1/Zend/asm/
H A Djump_ppc32_sysv_xcoff_gas.S127 mffs 0 # load FPSCR
143 # load PC
193 lfd 0, 248(1) # load FPSCR
H A Djump_riscv64_sysv_elf_gas.S107 # load fs0 - fs11
121 # load s0-s11,ra
141 # load pc
H A Dmake_ppc32_sysv_xcoff_gas.S93 # load LR
98 # load LR into R4
H A Dmake_ppc64_sysv_xcoff_gas.S105 # load LR
110 # load LR into R4
/PHP-8.1/ext/dom/tests/
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 DDOMNode_getLineNo_basic.phpt9 $doc->load($file);
H A Ddomdocumentload_test_method_savexml.inc8 $result = $doc->load(dirname(__FILE__) . getenv('XML_FILE'), $libxml_options);
H A DDOMDocument_implementationRead_basic.phpt12 $doc->load(__DIR__."/book.xml");
H A DDOMDocument_schemaValidate_basic.phpt13 $doc->load(__DIR__."/book.xml");
H A DDOMNode_getNodePath_basic.phpt9 $doc->load($file);
H A DDOMDocument_schemaValidateSource_basic.phpt13 $doc->load(__DIR__."/book.xml");
H A DDOMDocument_strictErrorChecking_basic.phpt12 $doc->load(__DIR__."/book.xml");
H A Dbug37456.phpt10 $doc->load(__DIR__."/dom.xml");
/PHP-8.1/ext/xsl/tests/
H A Dxslt011.phpt14 $dom->load(__DIR__."/xslt011.xsl");
19 $xml->load(__DIR__."/xslt011.xml");
/PHP-8.1/ext/oci8/tests/
H A Dlob_007.phpt2 oci_lob_write()/size()/load()
42 var_dump(strlen($row[0]->load()));
H A Dlob_018.phpt50 $result = $row['LOB_1']->load();
61 $result = $row['LOB_1']->load();
81 $result = $row['LOB_1']->load();
H A Dlob_016.phpt47 var_dump($row['LOB_1']->load());
48 var_dump($row['LOB_2']->load());
H A Ddefine3.phpt30 $data = $fileimage->load();
49 echo "file md5:" . md5($f->load()) . "\n";
77 echo "file md5:" . md5($fid->load()) . "\n";
H A Dlob_017.phpt49 var_dump($row['LOB_1']->load());
50 var_dump($row['LOB_2']->load());
/PHP-8.1/ext/tidy/tests/
H A Dbug54682.phpt13 Warning: tidy::__construct(): Cannot load "*" into memory%win %s on line %d
/PHP-8.1/sapi/phpdbg/tests/
H A Dbug73615.phpt2 Bug #73615 (phpdbg without option never load .phpdbginit at startup)
/PHP-8.1/ext/ffi/tests/
H A D301.phpt11 $ffi = FFI::load(__DIR__ . "/300.h");

Completed in 25 milliseconds

12345678910