Home
last modified time | relevance | path

Searched refs:load (Results 201 – 225 of 239) sorted by relevance

12345678910

/PHP-8.1/Zend/asm/
H A Dmake_ppc32_sysv_elf_gas.S93 # load address of label 1 into R4
H A Djump_mips32_o32_elf_gas.S100 # load PC
H A Djump_mips64_n64_elf_gas.S109 # load PC
H A Djump_ppc64_sysv_macho_gas.S139 ; load PC
H A Djump_ppc64_sysv_elf_gas.S177 # load PC
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_getElementsByTagNameNS_match_any_namespace.phpt27 // load the XML string defined above
/PHP-8.1/ext/standard/tests/url/
H A Dparse_url_basic_005.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_USER as the URL component
6 * Parse a load of URLs without specifying PHP_URL_USER as the URL component
H A Dparse_url_basic_002.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_SCHEME as the URL compon…
6 * Parse a load of URLs without specifying PHP_URL_SCHEME as the URL component
H A Dparse_url_basic_008.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_QUERY as the URL compone…
6 * Parse a load of URLs without specifying PHP_URL_QUERY as the URL component
H A Dparse_url_basic_009.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_FRAGMENT as the URL comp…
6 * Parse a load of URLs without specifying PHP_URL_FRAGMENT as the URL component
H A Dparse_url_basic_003.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_HOST as the URL component
6 * Parse a load of URLs without specifying PHP_URL_HOST as the URL component
H A Dparse_url_basic_007.phpt2 Test parse_url() function: Parse a load of URLs without specifying PHP_URL_PATH as the URL component
6 * Parse a load of URLs without specifying PHP_URL_PATH as the URL component
H A Dparse_url_basic_001.phpt2 Test parse_url() function: Parse a load of URLs without specifying the component
6 * Parse a load of URLs without specifying the component
/PHP-8.1/ext/pdo_odbc/tests/
H A Dlong_columns.phpt30 // install the x86 build of the Drivers. You might not be able to load the x64 drivers.
36 // -otherwise, you'll have to open MS Access, create a database, then load that file in this …
/PHP-8.1/ext/oci8/tests/
H A Dlob_null.phpt162 $r = $arr['DATA']->load();
179 $r = $lob->load();
/PHP-8.1/sapi/fpm/
H A Dphp-fpm.service.in28 # Explicit module loading will be denied. This allows to turn off module load and unload
H A Dwww.conf.in275 ; - remove a server from a group if it is not responding (load balancing);
455 ; Defining 'extension' will load the corresponding shared extension from
/PHP-8.1/ext/standard/
H A Dbasic_functions.c2656 double load[3]; local
2660 if (getloadavg(load, 3) == -1) {
2664 add_index_double(return_value, 0, load[0]);
2665 add_index_double(return_value, 1, load[1]);
2666 add_index_double(return_value, 2, load[2]);
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_internal.h145 #define OP_REG_EX(reg, store, load, last_use) \ argument
148 ((load) ? (1 << (_ZEND_ADDR_REG_LOAD_BIT-_ZEND_ADDR_REG_SHIFT)) : 0) | \
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php512 …public function load(string $filename, int $options = 0) {} // TODO return type shouldn't depend o… function in DOMDocument
/PHP-8.1/ext/oci8/
H A Doci8.stub.php573 public function load(): string|false {} function in OCILob
H A Doci8_arginfo.h760 ZEND_ME_MAPPING(load, oci_lob_load, arginfo_class_OCILob_load, ZEND_ACC_PUBLIC)
/PHP-8.1/sapi/litespeed/
H A DREADME.md48 server at the front, load balancing lsphp processes running on multiple backend
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddynasm.lua267 func, err = load("return "..cond, "=expr", "t", {})
/PHP-8.1/win32/build/
H A Dconfig.w32365 into the build dir and used to automatically load the shared extensions.", "yes");

Completed in 74 milliseconds

12345678910