Home
last modified time | relevance | path

Searched refs:active (Results 26 – 50 of 116) sorted by relevance

12345

/PHP-7.4/tests/output/
H A Dob_clean_basic_001.phpt21 echo "Ensure the buffer is still active after the clean.";
35 Ensure the buffer is still active after the clean."
H A Dob_flush_basic_001.phpt21 echo "Ensure the buffer is still active after the flush.\n";
37 Ensure the buffer is still active after the flush.
/PHP-7.4/ext/standard/tests/assert/
H A Dassert04.phpt4 assert.active = 1
11 /* Assert not active */
H A Dassert_closures.phpt4 assert.active = 1
H A Dassert_basic1.phpt4 assert.active = 0
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_scoreboard.h56 int active; member
72 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children…
H A Dfpm_process_ctl.c321 int active = 0; in fpm_pctl_perform_idle_server_maintenance() local
338 active++; in fpm_pctl_perform_idle_server_maintenance()
359 …fpm_scoreboard_update(idle, active, cur_lq, -1, -1, -1, 0, FPM_SCOREBOARD_ACTION_SET, wp->scoreboa… in fpm_pctl_perform_idle_server_maintenance()
365 …EBUG, "[pool %s] currently %d active children, %d spare children", wp->config->name, active, idle); in fpm_pctl_perform_idle_server_maintenance()
382 …pare children, %d running children. Spawning rate %d", wp->config->name, active, idle, wp->running… in fpm_pctl_perform_idle_server_maintenance()
H A Dfpm_status.c94 add_assoc_long(status, "active-processes", scoreboard.active); in fpm_status_export_to_zval()
95 add_assoc_long(status, "total-processes", scoreboard.idle + scoreboard.active); in fpm_status_export_to_zval()
204 if (scoreboard.idle < 0 || scoreboard.active < 0) { in fpm_status_handle_request()
468 scoreboard.active, in fpm_status_handle_request()
469 scoreboard.idle + scoreboard.active, in fpm_status_handle_request()
/PHP-7.4/Zend/tests/
H A Dclosure_017.phpt2 Closure 017: Trying to destroy an active lambda function
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_005.phpt10 Fatal error: Uncaught Error: Cannot use "static" when no class scope is active in %s:3
H A Dclass_name_as_scalar_error_006.phpt10 Fatal error: Uncaught Error: Cannot use "parent" when no class scope is active in %s:3
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
/PHP-7.4/ext/curl/tests/
H A Dbug76675.phpt35 $active = null;
37 $status = curl_multi_exec($mh, $active);
H A Dbug48203_multi.phpt41 $active = 0;
43 curl_multi_exec($mh, $active);
44 } while ($active > 0);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug66528.phpt49 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
50 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
51 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
/PHP-7.4/ext/session/tests/
H A Dbug67972.phpt10 Warning: SessionHandler::create_sid(): Session is not active in %s on line %d
H A Dbug79413.phpt2 Bug #79413 (session_create_id() fails for active sessions)
H A Dbug55688.phpt15 Warning: SessionHandler::gc(): Session is not active in %s on line %d
/PHP-7.4/Zend/tests/return_types/
H A D024.phpt8 Fatal error: Cannot use "self" when no class scope is active in %s on line 3
H A D026.phpt8 Fatal error: Cannot use "parent" when no class scope is active in %s on line %d
/PHP-7.4/tests/basic/
H A Dreq44164.phpt2 Req #44164 (Handle "Content-Length" HTTP header when zlib.output_compression active)
/PHP-7.4/sapi/fpm/tests/
H A Dfpm_get_status_basic.phpt61 ["active-processes"]=>
65 ["max-active-processes"]=>
/PHP-7.4/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:…

Completed in 42 milliseconds

12345