Home
last modified time | relevance | path

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

123456

/php-src/ext/session/tests/
H A D029.phpt19 Warning: session_decode(): Session data cannot be decoded when there is no active session in %s on …
21 Warning: session_decode(): Session data cannot be decoded when there is no active session in %s on …
H A Dsession_regenerate_id_basic.phpt31 Warning: session_regenerate_id(): Session ID cannot be regenerated when there is no active session …
39 Warning: session_regenerate_id(): Session ID cannot be regenerated when there is no active session …
H A Dsession_regenerate_id_variation1.phpt31 Warning: session_regenerate_id(): Session ID cannot be regenerated when there is no active session …
39 Warning: session_regenerate_id(): Session ID cannot be regenerated when there is no active session …
H A D014.phpt38 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
41 Warning: ini_set(): Session ini settings cannot be changed when a session is active in %s on line %d
H A Dbug79413.phpt2 Bug #79413 (session_create_id() fails for active sessions)
/php-src/ext/standard/tests/assert/
H A Dassert_basic1.phpt4 assert.active = 0
19 Deprecated: PHP Startup: assert.active INI setting is deprecated in Unknown on line 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-src/sapi/fpm/tests/
H A Dstatus-basic.phpt26 'active processes' => 1,
28 'max active processes' => 1,
H A Dstatus-listen.phpt27 'active processes' => 0,
29 'max active processes' => 1,
/php-src/tests/output/
H A Dob_clean_basic_001.phpt15 echo "Ensure the buffer is still active after the clean.";
29 Ensure the buffer is still active after the clean."
H A Dob_flush_basic_001.phpt15 echo "Ensure the buffer is still active after the flush.\n";
31 Ensure the buffer is still active after the flush.
/php-src/ext/curl/tests/
H A Dbug77946.phpt19 $status = curl_multi_exec($mh, $active);
26 } while ($status === CURLM_CALL_MULTI_PERFORM || $active);
H A Dcurl_multi_info_read.phpt22 $status = curl_multi_exec($mh, $active);
23 } while ($status === CURLM_CALL_MULTI_PERFORM || $active);
H A Dcurl_pushfunction.phpt36 $active = null;
38 $status = curl_multi_exec($mh, $active);
H A Dbug76675.phpt35 $active = null;
37 $status = curl_multi_exec($mh, $active);
H A Dcurl_pushfunction_trampoline.phpt39 $active = null;
41 $status = curl_multi_exec($mh, $active);
H A Dbug48203_multi.phpt39 $active = 0;
41 curl_multi_exec($mh, $active);
42 } while ($active > 0);
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_variation3.phpt32 Warning: session_save_path(): Session save path cannot be changed when a session is active in %s on…
36 …et_save_handler(): Session save handler cannot be changed when a session is active in %s on line %d
H A Dbug67972.phpt16 Session is not active
/php-src/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-src/Zend/tests/
H A Dclosure_017.phpt2 Closure 017: Trying to destroy an active lambda function
/php-src/sapi/fpm/fpm/
H A Dfpm_status.c92 add_assoc_long(status, "active-processes", scoreboard.active); in fpm_status_export_to_zval()
93 add_assoc_long(status, "total-processes", scoreboard.idle + scoreboard.active); in fpm_status_export_to_zval()
199 if (scoreboard_p->idle < 0 || scoreboard_p->active < 0) { in fpm_status_handle_request()
495 scoreboard_p->active, in fpm_status_handle_request()
496 scoreboard_p->idle + scoreboard_p->active, in fpm_status_handle_request()
510 scoreboard_p->active, in fpm_status_handle_request()
511 scoreboard_p->idle + scoreboard_p->active, in fpm_status_handle_request()
/php-src/tests/basic/
H A Dreq44164.phpt2 Req #44164 (Handle "Content-Length" HTTP header when zlib.output_compression active)
/php-src/Zend/tests/type_declarations/
H A Dstatic_type_outside_class.phpt10 Fatal error: Cannot use "static" when no class scope is active in %s on line %d

Completed in 75 milliseconds

123456