Home
last modified time | relevance | path

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

12345

/PHP-7.4/Zend/tests/
H A Dbug70918.phpt42 string(52) "Cannot access static:: when no class scope is active"
43 string(52) "Cannot access parent:: when no class scope is active"
44 string(50) "Cannot access self:: when no class scope is active"
45 string(52) "Cannot access static:: when no class scope is active"
46 string(52) "Cannot access static:: when no class scope is active"
47 string(52) "Cannot access static:: when no class scope is active"
H A Dself_method_or_prop_outside_class.phpt33 Cannot access self:: when no class scope is active
34 Cannot access self:: when no class scope is active
35 Cannot access self:: when no class scope is active
36 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
19 Cannot use "self" when no class scope is active
20 Cannot use "self" when no class scope is active
H A Dexception_009.phpt28 …or: Uncaught Error: Object of class stdClass could not be converted to string in [no active file]:0
32 thrown in [no active file] on line 0
/PHP-7.4/ext/session/tests/
H A Dsessionhandler_open_001.phpt19 Warning: SessionHandler::open(): Session is not active in %s on line 5
21 Warning: SessionHandler::open(): Session is not active in %s on line 6
23 Warning: SessionHandler::open(): Session is not active in %s on line 7
25 Warning: SessionHandler::open(): Session is not active in %s on line 8
H A Dsession_ini_set.phpt119 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
122 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
125 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
129 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
132 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
135 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
138 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
141 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
144 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
147 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
[all …]
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 Dbug69111.phpt20 Warning: SessionHandler::open(): Session is not active in %s on line 10
22 Warning: SessionHandler::write(): Session is not active in %s on line 11
24 Warning: SessionHandler::read(): Session is not active in %s on line 12
H A D029.phpt17 Warning: session_decode(): Session is not active. You cannot decode session data in %s on line %d
19 Warning: session_decode(): Session is not active. You cannot decode session data in %s on line %d
H A Dsession_set_save_handler_variation3.phpt33 Warning: session_save_path(): Cannot change save path when session is active in %s on line 16
35 Warning: session_set_save_handler(): Cannot change save handler when session is active in %s on lin…
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…
H A Dsession_regenerate_id_basic.phpt35 Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in %s on lin…
43 Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in %s on lin…
H A Dsession_regenerate_id_variation1.phpt35 Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in %s on lin…
43 Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in %s on lin…
/PHP-7.4/main/
H A Doutput.c183 OG(active) = NULL; in php_output_deactivate()
270 if (OG(active) && (OG(active)->flags & PHP_OUTPUT_HANDLER_FLUSHABLE)) { in php_output_flush()
289 if (OG(active)) { in php_output_flush_all()
317 if (OG(active)) { in php_output_clean_all()
375 if (OG(active)) { in php_output_get_contents()
376 ZVAL_STRINGL(p, OG(active)->buffer.data, OG(active)->buffer.used); in php_output_get_contents()
388 if (OG(active)) { in php_output_get_length()
402 return OG(active); in php_output_get_active_handler()
1327 if (!OG(active)) { in PHP_FUNCTION()
1348 if (!OG(active)) { in PHP_FUNCTION()
[all …]
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_scoreboard.c72 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children… in fpm_scoreboard_update() argument
88 if (active >= 0) { in fpm_scoreboard_update()
89 scoreboard->active = active; in fpm_scoreboard_update()
119 if (scoreboard->active + active > 0) { in fpm_scoreboard_update()
120 scoreboard->active += active; in fpm_scoreboard_update()
122 scoreboard->active = 0; in fpm_scoreboard_update()
144 if (scoreboard->active > scoreboard->active_max) { in fpm_scoreboard_update()
145 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.h13 int active; member
23 void fpm_status_update_activity(struct fpm_shm_s *shm, int idle, int active, int total, unsigned cu…
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_segfault.phpt32 $active = null;
35 $mrc = curl_multi_exec($cmh, $active);
39 while ($active && $mrc == CURLM_OK) {
42 $mrc = curl_multi_exec($cmh, $active);
H A Dcurl_copy_handle_variation4.phpt28 $status = curl_multi_exec($mh, $active);
29 if ($active) {
32 } while ($active && $status == CURLM_OK);
H A Dbug71523.phpt23 curl_multi_exec($mh, $active);
24 } while ($active);
H A Dbug77946.phpt25 $status = curl_multi_exec($mh, $active);
32 } while ($status === CURLM_CALL_MULTI_PERFORM || $active);
H A Dcurl_multi_info_read.phpt24 $status = curl_multi_exec($mh, $active);
25 } while ($status === CURLM_CALL_MULTI_PERFORM || $active);
/PHP-7.4/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";
32 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
/PHP-7.4/sapi/fpm/tests/
H A Dstatus-basic.phpt26 'active processes' => 1,
28 'max active processes' => 1,

Completed in 50 milliseconds

12345