Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 230) sorted by last modified time

12345678910

/php-src/ext/ffi/
H A Dffi.c3529 ZEND_METHOD(FFI, load) /* {{{ */ in ZEND_METHOD() argument
/php-src/ext/dom/
H A Ddocument.c1522 PHP_METHOD(DOMDocument, load) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1184 ZEND_METHOD(DOMDocument, load);
1462 ZEND_ME(DOMDocument, load, arginfo_class_DOMDocument_load, ZEND_ACC_PUBLIC)
H A Dphp_dom.stub.php822 public function load(string $filename, int $options = 0): bool {} function in DOMDocument
/php-src/ext/openssl/
H A Dconfig0.m414 [whether to load legacy algorithm provider],
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc1546 /* swap for better load fusion */
2914 | mov Rd(reg), (uint32_t)val // zero extended load
2916 | mov Rq(reg), (int32_t)val // sign extended load
2924 | ASM_REG_IMM_OP mov, type, reg, (int32_t)val // sign extended load
7409 return; // fake load
7486 /* dead load */
7506 /* avoid load to the same location (valid only when register is not reused) */
7525 /* dead load */
7545 /* avoid load to the same location (valid only when register is not reused) */
9418 /* dead load */
H A Dir_aarch64.dasc3739 return; // fake load
3818 /* dead load */
3840 /* avoid load to the same location (valid only when register is not reused) */
3858 /* dead load */
3880 /* avoid load to the same location (valid only when register is not reused) */
5229 /* dead load */
/php-src/docs/
H A Drelease-process.md852 recommendation and the intervals may vary based on work load.
/php-src/Zend/asm/
H A Djump_loongarch64_sysv_elf_gas.S82 # load fs0 - fs7
92 #load s0 - s7
110 # load PC
H A Djump_sparc64_sysv_elf_gas.S39 # load framepointer and return address from context
H A Dmake_sparc64_sysv_elf_gas.S40 # a stack frame. So this code uses an extra trampoline to load
/php-src/ext/zend_test/tests/
H A Dobserver_error_04.phpt50 …</Exception::getMessage:'SOAP-ERROR: Parsing WSDL: Couldn\'t load from \'foo\' : failed to load ex…
52 SOAP-ERROR: Parsing WSDL: Couldn't load from 'foo' : failed to load external entity "foo"
/php-src/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt51 Warning: finfo_open(): Failed to load magic database at "%s123" in %s on line %d
58 Warning: finfo_open(): Failed to load magic database at "%s1" in %s on line %d
65 Warning: finfo_open(): Failed to load magic database at "%sinexistent" in %s on line %d
/php-src/
H A Dphp.ini-development9 ; PHP attempts to find and load this configuration from a number of locations.
914 ; When the extension library to load is not located in the default extension
H A Dphp.ini-production9 ; PHP attempts to find and load this configuration from a number of locations.
916 ; When the extension library to load is not located in the default extension
/php-src/ext/curl/tests/
H A Dcurl_setopt_ssl.phpt37 // load server cert
41 // load server key
45 // load client cert
49 // load client key
58 die('failed to load test certs and keys for files');
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_003.phpt2 PdoSqlite load extension
/php-src/ext/phar/phar/
H A Dpharcommand.inc126 .'this package and load it to ensure class Phar is present.'
/php-src/ext/simplexml/tests/
H A Dsimplexml_import_old_dom.phpt9 $dom->load(__DIR__."/book.xml");
/php-src/ext/dom/tests/
H A DDOMDocument_relaxNGValidate_error2.phpt23 Warning: DOMDocument::relaxNGValidate(): I/O warning : failed to load external entity "%s/foo.rng" …
25 Warning: DOMDocument::relaxNGValidate(): xmlRelaxNGParse: could not load %s/foo.rng in %s on line %d
H A DDOMDocument_schemaValidateSource_error1.phpt13 $doc->load(__DIR__."/book.xml");
H A DDOMDocument_schemaValidateSource_error2.phpt13 $doc->load(__DIR__."/book.xml");
H A DDOMDocument_schemaValidateSource_error3.phpt13 $doc->load(__DIR__."/book.xml");
H A DDOMDocument_schemaValidate_error1.phpt13 $doc->load(__DIR__."/book.xml");
H A DDOMDocument_schemaValidate_error2.phpt13 $doc->load(__DIR__."/book.xml");

Completed in 110 milliseconds

12345678910