Home
last modified time | relevance | path

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

123456

/PHP-8.2/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-8.2/Zend/tests/return_types/
H A D026.phpt9 Fatal error: Cannot use "parent" when no class scope is active in %s on line %d
/PHP-8.2/ext/session/tests/
H A Dbug67972.phpt18 Session is not active
H A Dbug55688.phpt22 Session is not active
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_start_variation9.phpt29 Notice: session_start(): Ignoring session_start() because a session is already active in %s on line…
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_gc_basic.phpt27 Warning: session_gc(): Session cannot be garbage collected when there is no active session in %s on…
H A Dsession_set_save_handler_variation2.phpt29 …et_save_handler(): Session save handler cannot be changed when a session is active in %s on line %d
/PHP-8.2/ext/standard/tests/assert/
H A Dassert_closures.phpt4 assert.active = 1
H A Dassert_basic1.phpt4 assert.active = 0
H A Dassert_basic6.phpt4 assert.active=1
H A Dassert_basic3.phpt4 assert.active = 1
H A Dassert_error2.phpt4 assert.active = 1
H A Dassert_basic5.phpt4 assert.active = 1
/PHP-8.2/ext/standard/
H A Dassert.c27 bool active; variable
76 …STD_PHP_INI_BOOLEAN("assert.active", "1", PHP_INI_ALL, OnUpdateBool, active, zend_assert_glo…
140 if (!ASSERTG(active)) { in PHP_FUNCTION()
223 oldint = ASSERTG(active); in PHP_FUNCTION()
/PHP-8.2/sapi/fpm/tests/
H A Dfpm_get_status_basic.phpt61 ["active-processes"]=>
65 ["max-active-processes"]=>
/PHP-8.2/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-8.2/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-8.2/ext/standard/tests/general_functions/
H A Dob_get_length_basic.phpt18 // No buffering active
/PHP-8.2/Zend/tests/fibers/
H A Dfatal-error-with-multiple-fibers.phpt2 Fatal error in a fiber with other active fibers

Completed in 32 milliseconds

123456