Home
last modified time | relevance | path

Searched refs:active (Results 51 – 75 of 137) sorted by relevance

123456

/php-src/sapi/fpm/tests/
H A Dstatus.inc33 'active processes' => '\d+',
35 'max active processes' => '\d+',
254 "# HELP phpfpm_active_processes The number of active processes\.\n" .
256 "phpfpm_active_processes " . $fields['active processes'] . "\n" .
257 "# HELP phpfpm_total_processes The number of idle \+ active processes\.\n" .
260 …"# HELP phpfpm_max_active_processes The maximum number of active processes since FPM has started\.…
262 "phpfpm_max_active_processes " . $fields['max active processes'] . "\n" .
H A Dfpm_get_status_basic.phpt61 ["active-processes"]=>
65 ["max-active-processes"]=>
/php-src/Zend/tests/return_types/
H A D024.phpt9 Fatal error: Cannot use "self" when no class scope is active in %s on line 3
H A D026.phpt9 Fatal error: Cannot use "parent" when no class scope is active in %s on line %d
/php-src/Zend/tests/
H A Dself_class_const_outside_class.phpt10 Fatal error: Cannot use "self" when no class scope is active in %s on line %d
H A Dself_instanceof_outside_class.phpt17 Cannot access "self" when no class scope is active
H A Dclass_name_as_scalar_error_007.phpt2 Cannot access self::class when no class scope is active
H A Dself_class_const_in_unknown_scope.phpt23 Fatal error: Uncaught Error: Cannot use "self" when no class scope is active in %s:%d
H A Drecord_errors_001.phpt5 if (getenv('SKIP_PRELOAD')) die('skip Error handler not active during preloading');
/php-src/ext/session/tests/user_session_module/
H A Dbug55688.phpt20 Session is not active
/php-src/Zend/tests/attributes/
H A D032_attribute_validation_scope.phpt9 Fatal error: Cannot access "parent" when no class scope is active in %s on line %d
/php-src/ext/standard/tests/assert/
H A Dassert_warnings.phpt4 assert.active = 1
H A Dassert.phpt4 assert.active = 0
40 Deprecated: PHP Startup: assert.active INI setting is deprecated in Unknown on line 0
H A Dassert_closures.phpt4 assert.active = 1
/php-src/ext/standard/
H A Dassert.c27 bool active; variable
123 …STD_PHP_INI_BOOLEAN("assert.active", "1", PHP_INI_ALL, OnUpdateActiveBool, active, zend_a…
181 if (!ASSERTG(active)) { in PHP_FUNCTION()
266 oldint = ASSERTG(active); in PHP_FUNCTION()
/php-src/sapi/fpm/fpm/
H A Dfpm_process_ctl.c335 int active = 0; in fpm_pctl_perform_idle_server_maintenance() local
372 active++; in fpm_pctl_perform_idle_server_maintenance()
376 …fpm_scoreboard_update_commit(idle, active, cur_lq, -1, -1, -1, 0, FPM_SCOREBOARD_ACTION_SET, wp->s… in fpm_pctl_perform_idle_server_maintenance()
382 …EBUG, "[pool %s] currently %d active children, %d spare children", wp->config->name, active, idle); in fpm_pctl_perform_idle_server_maintenance()
398 …pare children, %d running children. Spawning rate %d", wp->config->name, active, idle, wp->running… in fpm_pctl_perform_idle_server_maintenance()
/php-src/ext/standard/tests/class_object/
H A Dforward_static_call_002.phpt21 Fatal error: Uncaught Error: Cannot call forward_static_call() when no class scope is active in %s:…
/php-src/ext/standard/tests/general_functions/
H A Dob_get_length_basic.phpt18 // No buffering active
/php-src/ext/session/tests/
H A Dbug73100.phpt25 …ule_name(): Session save handler module cannot be changed when a session is active in %s on line %d
H A Dsession_gc_basic.phpt27 Warning: session_gc(): Session cannot be garbage collected when there is no active session in %s on…
H A Dsession_set_cookie_params_basic.phpt28 …kie_params(): Session cookie parameters cannot be changed when a session is active in %s on line %d
H A Dsession_start_variation9.phpt29 Notice: session_start(): Ignoring session_start() because a session is already automatically active
H A Dsession_cache_limiter_variation1.phpt33 Warning: session_cache_limiter(): Session cache limiter cannot be changed when a session is active
H A Dsession_cache_limiter_variation2.phpt32 Warning: session_cache_limiter(): Session cache limiter cannot be changed when a session is active
/php-src/Zend/tests/fibers/
H A Dfatal-error-with-multiple-fibers.phpt2 Fatal error in a fiber with other active fibers

Completed in 26 milliseconds

123456