Home
last modified time | relevance | path

Searched refs:process (Results 76 – 100 of 115) sorted by relevance

12345

/PHP-8.3/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt33 …// The maximum niceness level is 19, if the process is already running at a high niceness, it cann…
H A Dproc_nice_basic-win.phpt28 $p = popen('wmic process where name="' . $bin . '"', 'r');
H A Dghsa-9fcc-425m-g385_003.phpt96 resource(%d) of type (process)
126 resource(%d) of type (process)
/PHP-8.3/sapi/fpm/tests/
H A Dgh13563-conf-bool-env.phpt21 process.dumpable = \${FPM_TEST_PROC_DUMP}
H A Dreload-uses-sigkill-as-last-measure.phpt44 // The timeout needs to elapse twice until the process will be killed,
H A Dfpm_get_status_basic.phpt45 ["process-manager"]=>
H A Dresponse.inc152 * Expect that one of the processes in json status process list has a field with value that
169 foreach ($data['processes'] as $process) {
170 if (preg_match('|' . $pattern . '|', $process[$fieldName]) !== false) {
176 "No field $fieldName matched pattern $pattern for any process in status data '$rawData'"
H A Dstatus.inc25 'process manager' => '(static|dynamic|ondemand)',
233 …# HELP phpfpm_up Could pool " . $fields['pool'] . " using a " . $fields['process manager'] . " PM …
263 …"# HELP phpfpm_max_children_reached The number of times, the process limit has been reached, when …
/PHP-8.3/ext/libxml/tests/
H A Dlibxml_disable_entity_loader.phpt45 Warning: DOMDocument::loadXML(): Failure to process entity xxe in Entity, line: %d in %s on line %d
H A Dbug61367-read.phpt62 Warning: DOMDocument::loadXML(): Failure to process entity file in Entity, line: 4 in %s on line %d
/PHP-8.3/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt29 /* Duplicate socket in the same process. */
/PHP-8.3/ext/spl/tests/
H A Drecursivecomparedualiterator.inc35 /** Rewind iteration and comparison process. Starting with $equal = true.
/PHP-8.3/
H A DREADME.md115 on the process.
135 - [PHP release process](/docs/release-process.md)
H A Dphp.ini-production705 ; to proxy requests or to process the POST data in a memory efficient fashion.
1064 ; the available process stack and eventually crash PHP (due to reaching the
1263 ; process. Using -1 means no limit.
1267 ; Connection: The maximum number of seconds a process is allowed to
1382 ; does not overwrite the process's umask.
1444 ; Defines the probability that the 'garbage collection' process is started on every
1446 ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
1453 ; Defines the probability that the 'garbage collection' process is started on every
1464 ; cleaned up by the garbage collection process.
1888 ; Implies opcache.file_cache_only=1 for a certain process that failed to
[all …]
H A Dphp.ini-development703 ; to proxy requests or to process the POST data in a memory efficient fashion.
1062 ; the available process stack and eventually crash PHP (due to reaching the
1261 ; process. Using -1 means no limit.
1265 ; Connection: The maximum number of seconds a process is allowed to
1380 ; does not overwrite the process's umask.
1442 ; Defines the probability that the 'garbage collection' process is started on every
1444 ; e.g. 1/100 means there is a 1% chance that the GC process starts on each request.
1451 ; Defines the probability that the 'garbage collection' process is started on every
1462 ; cleaned up by the garbage collection process.
1886 ; Implies opcache.file_cache_only=1 for a certain process that failed to
[all …]
H A DUPGRADING611 values are `0` (detect the process or thread maximum stack size), `-1`
613 is not possible to detect the the process or thread maximum stack size,
616 as maximum allowed stack size. An Error is thrown when the process call
641 . An Error is now thrown when the process call stack exceeds a certain size,
/PHP-8.3/sapi/fpm/
H A Dphp-fpm.service.in46 # Any attempts to enable realtime scheduling in a process of the unit are refused.
/PHP-8.3/ext/phar/tests/zip/
H A Dbzip2.phpt2 Phar: process bzip2-compressed zip entry
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt72 // i - add PID of the current process
73 …/ currently PHP is not multi-threaded, so it should be safe to test for the PID of this PHP process
/PHP-8.3/sapi/apache2handler/
H A Dsapi_apache2.c472 apr_pool_userdata_get(&data, userdata_key, s->process->pool); in php_apache_server_startup()
479 apr_pool_userdata_set((const void *)1, userdata_key, apr_pool_cleanup_null, s->process->pool); in php_apache_server_startup()
/PHP-8.3/ext/standard/
H A Dbasic_functions.stub.php3280 /** @param resource $process */
3281 function proc_close($process): int {}
3283 /** @param resource $process */
3284 function proc_terminate($process, int $signal = 15): bool {}
3287 * @param resource $process
3291 function proc_get_status($process): array {}
/PHP-8.3/ext/mbstring/tests/
H A Dsjis_encoding.phpt34 * behavior was more useful in the majority of applications which process
H A Dmb_decode_numericentity.phpt137 // still left to process in the next buffer
/PHP-8.3/ext/pcre/tests/
H A Dpreg_match_error4.phpt716 "name": "symfony\\/process",
893 "symfony\\/process": "v2.7.10",
/PHP-8.3/docs/
H A Dparameter-parsing-api.md54 part of the conversion process.

Completed in 61 milliseconds

12345