Home
last modified time | relevance | path

Searched refs:load (Results 176 – 200 of 239) sorted by relevance

12345678910

/PHP-8.1/ext/oci8/tests/
H A Dlob_038.phpt55 $result = $row['CLOB']->load();
99 $result = $row['BLOB']->load();
H A Dlob_024.phpt41 var_dump(strlen($row[0]->load()));
H A Dpecl_bug10194.phpt49 var_dump(strlen($row['CLOB']->load())); /* here it should fail */
H A Dlob_043.phpt68 echo $v->load(), "\n";
H A Dfetch_object_2.phpt55 echo $row->COL2->load() . "\n";
H A Dxmltype_01.phpt47 $data = $row[0]->load();
/PHP-8.1/ext/libxml/tests/
H A Dlibxml_disable_entity_loader.phpt43 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "%s" in %s on line %d
H A Dbug61367-read_2.phpt59 Warning: DOMDocument::loadXML(): %Sfailed to load external entity "file:///%s/test_bug_61367-read/b…
H A Dbug61367-read.phpt59 Warning: DOMDocument::loadXML(): I/O warning : failed to load external entity "file:///%s/test_bug_…
/PHP-8.1/ext/fileinfo/tests/
H A Dfinfo_open_error.phpt34 Warning: finfo_open(): Failed to load magic database at "%sfoobarfile" in %sfinfo_open_error.php on…
H A Dbug61964-mb.phpt63 Warning: finfo_open(): Failed to load magic database at "%sbug61964-mb" in %sbug61964-mb.php on lin…
H A Dbug61964.phpt63 Warning: finfo_open(): Failed to load magic database at "%sbug61964" in %sbug61964.php on line %d
/PHP-8.1/ext/dom/tests/
H A Ddom003.phpt9 $dom->load(__DIR__."/book.xml");
H A DDOMDocument_loadXML_variation4.phpt7 - XML_FILE: the xml file to load
H A DDOMDocument_loadXML_error2_gte2_11.phpt10 - XML_FILE: the xml file to load
H A DDOMDocument_strictErrorChecking_variation.phpt14 $doc->load(__DIR__."/book.xml");
/PHP-8.1/Zend/asm/
H A Djump_arm_aapcs_macho_gas.S54 @ load TLS[__PTK_LIBC_DYLD_Unwind_SjLj_Key]
H A Djump_ppc64_sysv_xcoff_gas.S148 # load PC
/PHP-8.1/ext/ffi/
H A Dffi.stub.php12 public static function load(string $filename): ?FFI {} function in FFI
H A Dffi_arginfo.h126 ZEND_METHOD(FFI, load);
162 ZEND_ME(FFI, load, arginfo_class_FFI_load, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/PHP-8.1/ext/enchant/tests/
H A Denchant_broker_set_dict_path.phpt10 if (!is_object(enchant_broker_init())) {die("skip, resource dont load\n");}
/PHP-8.1/ext/xsl/tests/
H A Dxslt010.phpt17 $dom->load(__DIR__."/exslt.xsl");
22 $xml->load(__DIR__."/exslt.xml");
H A Dxslt010_gt10129.phpt16 $dom->load(__DIR__."/exslt.xsl");
21 $xml->load(__DIR__."/exslt.xml");
/PHP-8.1/ext/standard/tests/url/
H A Dparse_url_basic_006.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PASS as the URL component
6 * Parse a load of URLs without specifying PHP_URL_PASS as the URL component
H A Dparse_url_basic_004.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PORT as the URL component
6 * Parse a load of URLs without specifying PHP_URL_PORT as the URL component

Completed in 27 milliseconds

12345678910