Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/standard/tests/url/
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…
12 * Parse a load of URLs without specifying PHP_URL_FRAGMENT 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
12 * Parse a load of URLs without specifying PHP_URL_PORT as the URL component
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
12 * 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…
12 * 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…
12 * Parse a load of URLs without specifying PHP_URL_QUERY 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
12 * Parse a load of URLs without specifying PHP_URL_PATH 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
12 * Parse a load of URLs without specifying PHP_URL_HOST as the URL component
H A Dparse_url_basic_001.phpt2 Test parse_url() function: Parse a load of URLs without specifying the component
12 * Parse a load of URLs without specifying the component
/PHP-7.4/sapi/phpdbg/
H A DREADME.md54 * `-z` load zend extension
/PHP-7.4/ext/oci8/tests/
H A Dlob_null.phpt158 $r = $arr['DATA']->load();
175 $r = $lob->load();
H A Dreflection2.phpt30 Method [ <internal%s> public method load ] {
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt29 // install the x86 build of the Drivers. You might not be able to load the x64 drivers.
35 // -otherwise, you'll have to open MS Access, create a database, then load that file in this …
/PHP-7.4/ext/dom/
H A Ddom_fe.h126 PHP_METHOD(domdocument, load);
H A Ddocument.c213 PHP_ME(domdocument, load, arginfo_dom_document_load, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC)
1564 PHP_METHOD(domdocument, load) in PHP_METHOD() argument
/PHP-7.4/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.in245 ; - remove a server from a group if it is not responding (load balancing);
425 ; Defining 'extension' will load the corresponding shared extension from
/PHP-7.4/sapi/litespeed/
H A DREADME.md48 server at the front, load balancing lsphp processes running on multiple backend
/PHP-7.4/win32/build/
H A Dconfig.w32352 into the build dir and used to automatically load the shared extensions.", "yes");
/PHP-7.4/ext/standard/
H A Dbasic_functions.c6163 double load[3]; local
6169 if (getloadavg(load, 3) == -1) {
6173 add_index_double(return_value, 0, load[0]);
6174 add_index_double(return_value, 1, load[1]);
6175 add_index_double(return_value, 2, load[2]);
/PHP-7.4/docs/
H A Dstreams.md7 You may have noticed a shed-load of issock parameters flying around the PHP
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc126 .'this package and load it to ensure class Phar is present.'
/PHP-7.4/
H A Dphp.ini-development9 ; PHP attempts to find and load this configuration from a number of locations.
897 ; 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.
897 ; When the extension library to load is not located in the default extension
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます105 >>>>&1 ulelong x \b, load address 0x%x
10417 >>>>317 string OS\ load\ err$
10563 >>>245 string Cannot\ load\ from\ harddisk.\n\r
10574 >>>208 search/261 Cannot\ load\ from\ harddisk.
10603 #>>>170 string Sorry,\ could\ not\ load\ an\040
10612 >>99 string Incomplete\ MDBoot\ load.
10886 >441 string Cannot\ load\ from\ harddisk.\n\r
10907 >>472 string Cannot\ load\ DOS!\040
10909 >>471 string Cannot\ load\ DOS\040
27653 # kernel load address
[all …]
H A Dmagic105 >>>>&1 ulelong x \b, load address 0x%x
10417 >>>>317 string OS\ load\ err$
10563 >>>245 string Cannot\ load\ from\ harddisk.\n\r
10574 >>>208 search/261 Cannot\ load\ from\ harddisk.
10603 #>>>170 string Sorry,\ could\ not\ load\ an\040
10612 >>99 string Incomplete\ MDBoot\ load.
10886 >441 string Cannot\ load\ from\ harddisk.\n\r
10907 >>472 string Cannot\ load\ DOS!\040
10909 >>471 string Cannot\ load\ DOS\040
27653 # kernel load address
[all …]

Completed in 169 milliseconds

123456789