Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 80) sorted by relevance

1234

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_scoreboard.c76 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children… in fpm_scoreboard_update() argument
92 if (active >= 0) { in fpm_scoreboard_update()
93 scoreboard->active = active; in fpm_scoreboard_update()
123 if (scoreboard->active + active > 0) { in fpm_scoreboard_update()
124 scoreboard->active += active; in fpm_scoreboard_update()
126 scoreboard->active = 0; in fpm_scoreboard_update()
142 if (scoreboard->active > scoreboard->active_max) { in fpm_scoreboard_update()
143 scoreboard->active_max = scoreboard->active; in fpm_scoreboard_update()
H A Dfpm_systemd.c19 int active=0, idle=0; in fpm_systemd() local
24 active += wp->scoreboard->active; in fpm_systemd()
40active, idle, requests, slow_req, ((float)requests - last) * 1000.0 / fpm_global_config.systemd_in… in fpm_systemd()
H A Dfpm_status.h15 int active; member
25 void fpm_status_update_activity(struct fpm_shm_s *shm, int idle, int active, int total, unsigned cu…
H A Dfpm_scoreboard.h58 int active; member
74 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children…
H A Dfpm_process_ctl.c318 int active = 0; in fpm_pctl_perform_idle_server_maintenance() local
335 active++; in fpm_pctl_perform_idle_server_maintenance()
356 …fpm_scoreboard_update(idle, active, cur_lq, -1, -1, -1, 0, FPM_SCOREBOARD_ACTION_SET, wp->scoreboa… in fpm_pctl_perform_idle_server_maintenance()
362 …EBUG, "[pool %s] currently %d active children, %d spare children", wp->config->name, active, idle); in fpm_pctl_perform_idle_server_maintenance()
379 …pare children, %d running children. Spawning rate %d", wp->config->name, active, idle, wp->running… in fpm_pctl_perform_idle_server_maintenance()
/PHP-5.5/ext/session/tests/
H A Dsession_status.phpt2 Test session_status() function : active, none
10 echo "*** Testing session_status() : active, none\n";
21 *** Testing session_status() : active, none
H A D014.phpt36 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
39 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
/PHP-5.5/main/
H A Doutput.c179 OG(active) = NULL; in php_output_deactivate()
302 if (OG(active)) { in php_output_flush_all()
330 if (OG(active)) { in php_output_clean_all()
388 if (OG(active)) { in php_output_get_contents()
389 ZVAL_STRINGL(p, OG(active)->buffer.data, OG(active)->buffer.used, 1); in php_output_get_contents()
401 if (OG(active)) { in php_output_get_length()
415 return OG(active); in php_output_get_active_handler()
1349 if (!OG(active)) { in PHP_FUNCTION()
1370 if (!OG(active)) { in PHP_FUNCTION()
1391 if (!OG(active)) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/curl/tests/
H A Dcurl_multi_segfault.phpt33 $active = null;
36 $mrc = curl_multi_exec($cmh, $active);
40 while ($active && $mrc == CURLM_OK) {
43 $mrc = curl_multi_exec($cmh, $active);
H A Dbug48203_multi.phpt41 $active = 0;
43 curl_multi_exec($mh, $active);
44 } while ($active > 0);
/PHP-5.5/Zend/tests/
H A Dclosure_017.phpt2 Closure 017: Trying to destroy an active lambda function
12 Fatal error: Cannot destroy active lambda function in %s on line %d
H A Dclass_name_as_scalar_error_005.phpt10 Fatal error: Cannot access static::class when no class scope is active in %s on line %d
H A Dclass_name_as_scalar_error_006.phpt10 Fatal error: Cannot access parent::class when no class scope is active in %s on line %d
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_basic4.phpt4 assert.active = 0
21 echo "Initial values: ini.get(\"assert.active\") => [".ini_get("assert.active")."]\n";
33 Initial values: ini.get("assert.active") => [0]
H A Dassert_basic.phpt2 assert() - basic - check that assert runs when assert.active is set to 1.
4 assert.active = 1
H A Dassert04.phpt4 assert.active = 1
11 /* Assert not active */
H A Dassert_closures.phpt4 assert.active = 1
H A Dassert_error3.phpt4 assert.active = 1
/PHP-5.5/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.
H A Dbug65593.phpt13 Fatal error: Cannot destroy active lambda function in %sbug65593.php on line %d
/PHP-5.5/tests/basic/
H A Dreq44164.phpt2 Req #44164 (Handle "Content-Length" HTTP header when zlib.output_compression active)
/PHP-5.5/ext/standard/
H A Dassert.c28 long active;
82 …STD_PHP_INI_ENTRY("assert.active", "1", PHP_INI_ALL, OnUpdateLong, active, zend_assert_globa…
148 if (! ASSERTG(active)) { in PHP_FUNCTION()
277 oldint = ASSERTG(active); in PHP_FUNCTION()
H A Durl_scanner_ex.h49 int active; member
/PHP-5.5/ext/standard/tests/class_object/
H A Dforward_static_call_002.phpt21 Fatal error: Cannot call forward_static_call() when no class scope is active in %s on line %d

Completed in 73 milliseconds

1234