Home
last modified time | relevance | path

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

123456

/PHP-8.2/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 Dbug71221.phpt8 Fatal error: Uncaught Error: Cannot call get_defined_vars() dynamically in [no active file]:0
12 thrown in [no active file] on line 0
H A Dbug51827.phpt19 … Uncaught ArgumentCountError: explode() expects at least 2 arguments, 0 given in [no active file]:0
23 thrown in [no active file] on line 0
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-8.2/ext/session/tests/
H A Dsession_ini_set.phpt121 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
124 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
127 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
131 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
134 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
137 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
140 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
143 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
146 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
149 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
[all …]
H A Dsessionhandler_open_001.phpt41 Session is not active
42 Session is not active
43 Session is not active
44 Session is not active
H A Dsession_status.phpt2 Test session_status() function : active, none
12 echo "*** Testing session_status() : active, none\n";
23 *** Testing session_status() : active, none
H A Dsession_start_variation1.phpt28 Notice: session_start(): Ignoring session_start() because a session is already active in %s on line…
31 Notice: session_start(): Ignoring session_start() because a session is already active in %s on line…
34 Notice: session_start(): Ignoring session_start() because a session is already active in %s on line…
37 Notice: session_start(): Ignoring session_start() because a session is already active in %s on line…
H A Dbug69111.phpt37 Session is not active
38 Session is not active
39 Session is not active
/PHP-8.2/main/
H A Doutput.c185 OG(active) = NULL; in php_output_deactivate()
277 if (OG(active) && (OG(active)->flags & PHP_OUTPUT_HANDLER_FLUSHABLE)) { in php_output_flush()
296 if (OG(active)) { in php_output_flush_all()
324 if (OG(active)) { in php_output_clean_all()
382 if (OG(active)) { in php_output_get_contents()
384 ZVAL_STRINGL(p, OG(active)->buffer.data, OG(active)->buffer.used); in php_output_get_contents()
399 if (OG(active)) { in php_output_get_length()
413 return OG(active); in php_output_get_active_handler()
1337 if (!OG(active)) { in PHP_FUNCTION()
1357 if (!OG(active)) { in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/standard/tests/general_functions/
H A Dregister_shutdown_functions_without_previous_call_frame_01.phpt11 …caught Error: Cannot call forward_static_call() when no class scope is active in [no active file]:0
15 thrown in [no active file] on line 0
H A Dregister_shutdown_functions_without_previous_call_frame_02.phpt11 Fatal error: Uncaught Error: Cannot call func_get_args() dynamically in [no active file]:0
15 thrown in [no active file] on line 0
H A Dregister_shutdown_functions_without_previous_call_frame_03.phpt11 Fatal error: Uncaught Error: Cannot call func_num_args() dynamically in [no active file]:0
15 thrown in [no active file] on line 0
H A Dregister_shutdown_functions_without_previous_call_frame_04.phpt11 …caught ArgumentCountError: func_get_arg() expects exactly 1 argument, 0 given in [no active file]:0
15 thrown in [no active file] on line 0
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_scoreboard.c101 int idle, int active, int lq, int lq_len, int requests, int max_children_reached, in fpm_scoreboard_update_commit() argument
113 if (active >= 0) { in fpm_scoreboard_update_commit()
114 scoreboard->active = active; in fpm_scoreboard_update_commit()
144 if (scoreboard->active + active > 0) { in fpm_scoreboard_update_commit()
145 scoreboard->active += active; in fpm_scoreboard_update_commit()
147 scoreboard->active = 0; in fpm_scoreboard_update_commit()
169 if (scoreboard->active > scoreboard->active_max) { in fpm_scoreboard_update_commit()
170 scoreboard->active_max = scoreboard->active; in fpm_scoreboard_update_commit()
179 int idle, int active, int lq, int lq_len, int requests, int max_children_reached, in fpm_scoreboard_update() argument
184 idle, active, lq, lq_len, requests, max_children_reached, slow_rq, action, scoreboard); 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-8.2/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 Dcurl_pause_001.phpt36 $status = curl_multi_exec($mh, $active);
38 if ($active) {
42 } while ($active && $status == CURLM_OK);
H A Dcurl_copy_handle_variation4.phpt28 $status = curl_multi_exec($mh, $active);
29 if ($active) {
32 } while ($active && $status == CURLM_OK);
/PHP-8.2/ext/standard/tests/assert/
H A Dassert_basic4.phpt4 assert.active = 0
19 echo "Initial values: ini.get(\"assert.active\") => [".ini_get("assert.active")."]\n";
29 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 */
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_out.c135 if (PHPDBG_G(err_buf).active && type != P_STDOUT && type != P_STDERR) { in phpdbg_vprint()
169 PHPDBG_API void phpdbg_activate_err_buf(bool active) { in phpdbg_activate_err_buf() argument
170 PHPDBG_G(err_buf).active = active; in phpdbg_activate_err_buf()
176 int errbuf_active = PHPDBG_G(err_buf).active; in phpdbg_output_err_buf()
182 PHPDBG_G(err_buf).active = 0; in phpdbg_output_err_buf()
188 PHPDBG_G(err_buf).active = errbuf_active; in phpdbg_output_err_buf()

Completed in 34 milliseconds

123456