Home
last modified time | relevance | path

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

12345678910

/php-src/ext/standard/tests/url/
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-src/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-src/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.in280 ; - remove a server from a group if it is not responding (load balancing);
476 ; Defining 'extension' will load the corresponding shared extension from
/php-src/Zend/asm/
H A Djump_ppc64_sysv_elf_gas.S177 # load PC
/php-src/win32/build/
H A Dconfig.w32.phpize.in134 into the build dir and used to automatically load the shared extensions.", "no");
H A Dconfig.w32390 into the build dir and used to automatically load the shared extensions.", "yes");
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst119 example, they may add two numbers, load some memory from RAM, jump to an instruction under a certain
129 (e.g. load property of object by name).
/php-src/ext/standard/
H A Dbasic_functions.c2579 double load[3]; local
2583 if (getloadavg(load, 3) == -1) {
2587 add_index_double(return_value, 0, load[0]);
2588 add_index_double(return_value, 1, load[1]);
2589 add_index_double(return_value, 2, load[2]);
/php-src/ext/ffi/
H A Dffi_arginfo.h125 ZEND_METHOD(FFI, load);
160 ZEND_ME(FFI, load, arginfo_class_FFI_load, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/php-src/sapi/litespeed/
H A DREADME.md48 server at the front, load balancing lsphp processes running on multiple backend
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddynasm.lua267 func, err = load("return "..cond, "=expr", "t", {})
H A Ddasm_arm64.lua305 return load(s, "", nil, parse_ctx)
H A Ddasm_ppc.lua1523 return load(s, "", nil, parse_ctx)
/php-src/ext/dom/
H A Dphp_dom.stub.php822 public function load(string $filename, int $options = 0): bool {} function in DOMDocument
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)
/php-src/docs-old/
H A Dstreams.md7 You may have noticed a shed-load of issock parameters flying around the PHP
/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/ext/phar/phar/
H A Dpharcommand.inc126 .'this package and load it to ensure class Phar is present.'
/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

Completed in 179 milliseconds

12345678910