Home
last modified time | relevance | path

Searched refs:active (Results 76 – 100 of 116) sorted by relevance

12345

/PHP-7.4/ext/session/tests/
H A Dsession_set_cookie_params_variation6.phpt43 …et_cookie_params(): Cannot change session cookie parameters when session is active in %s on line 18
H A Dsession_set_cookie_params_variation2.phpt43 …et_cookie_params(): Cannot change session cookie parameters when session is active in %s on line 18
H A Dsession_set_cookie_params_variation3.phpt43 …et_cookie_params(): Cannot change session cookie parameters when session is active in %s on line 18
H A Dsession_set_cookie_params_variation4.phpt43 …et_cookie_params(): Cannot change session cookie parameters when session is active in %s on line 18
H A Dsession_set_cookie_params_variation5.phpt43 …et_cookie_params(): Cannot change session cookie parameters when session is active in %s on line 18
H A Dsession_decode_variation3.phpt51 Warning: session_decode(): Session is not active. You cannot decode session data in %s on line %d
H A Dbug60634.phpt49 * close() is still called at request shutdown since session is active.
/PHP-7.4/Zend/tests/
H A Dbug45186.phpt54 …er 1 to be a valid callback, cannot access self:: when no class scope is active in %sbug45186.php …
H A Dbug45186_2.phpt50 …er 1 to be a valid callback, cannot access self:: when no class scope is active in %sbug45186_2.ph…
/PHP-7.4/Zend/
H A Dzend_signal.h58 int active; /* internal signal handling is enabled */ member
H A Dzend_globals.h219 zend_bool active; member
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_42499.phpt69 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
79 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
H A Dpdo_mysql_stmt_closecursor.phpt157 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
162 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
168 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
173 …al error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using P…
/PHP-7.4/sapi/phpdbg/
H A Dxml.md525 …itch is omitted, it emits current state in a <setbreak id="" active="" /> where active is on or…
531 …an switch is omitted, it emits current state in a <setbreaks active="" /> where active is on or…
547 …an switch is omitted, it emits current state in a <setcolors active="" /> where active is on or…
554 …er argument is passed, it emits current state in a <setoplog active="" /> where active is on or…
559 …ean switch is omitted, it emits current state in a <setquiet active="" /> where active is on or…
564 …ument is passed, it emits current state in a <setoplog type="" /> where active is opcode or line
569 … switch is omitted, it emits current state in a <setrefcount active="" /> where active is on or…
H A Dphpdbg_out.c1099 if (PHPDBG_G(err_buf).active && type != P_STDOUT && type != P_STDERR) { in phpdbg_vprint()
1142 PHPDBG_API void phpdbg_activate_err_buf(zend_bool active) { in phpdbg_activate_err_buf() argument
1143 PHPDBG_G(err_buf).active = active; in phpdbg_activate_err_buf()
1149 int errbuf_active = PHPDBG_G(err_buf).active; in phpdbg_output_err_buf()
1155 PHPDBG_G(err_buf).active = 0; in phpdbg_output_err_buf()
1161 PHPDBG_G(err_buf).active = errbuf_active; in phpdbg_output_err_buf()
H A Dphpdbg_out.h81 PHPDBG_API void phpdbg_activate_err_buf(zend_bool active);
H A Dphpdbg.h296 zend_bool active; member
/PHP-7.4/sapi/phpdbg/tests/
H A Dinfo_001.phpt58 prompt> [No active op array!]
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt113 There is no active transaction
117 There is no active transaction
/PHP-7.4/sapi/fpm/tests/
H A Dstatus.inc32 'active processes' => '\d+',
34 'max active processes' => '\d+',
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pconn_max_links.phpt81 printf("[002] Cannot get # active persistent links from phpinfo()\n");
141 printf("[010] Cannot get # of active persistent links from phpinfo()\n");
148 … printf("[010.2] Num of active plinks differ %s %s\n", $sstats['active_plinks'], $num_plinks_kill);
179 printf("[016] Cannot get # of active persistent links from phpinfo()\n");
/PHP-7.4/ext/standard/tests/assert/
H A Dassert02.phpt4 assert.active=1
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re748 if (!url_state->active) {
751 url_state->active = 1;
984 BG(url_adapt_session_ex).active = 0;
987 BG(url_adapt_output_ex).active = 0;
995 if (BG(url_adapt_session_ex).active) {
997 BG(url_adapt_session_ex).active = 0;
1004 if (BG(url_adapt_output_ex).active) {
1006 BG(url_adapt_output_ex).active = 0;
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in155 ; active processes - the number of active processes;
156 ; total processes - the number of idle + active processes;
157 ; max active processes - the maximum number of active processes since FPM
173 ; active processes: 11
175 ; max active processes: 12
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c115 } active; member
871 memmove(&poller->active.rfds, &poller->rfds, sizeof(poller->rfds)); in php_cli_server_poller_poll()
872 memmove(&poller->active.wfds, &poller->wfds, sizeof(poller->wfds)); in php_cli_server_poller_poll()
873 return php_select(poller->max_fd + 1, &poller->active.rfds, &poller->active.wfds, NULL, tv); in php_cli_server_poller_poll()
887 for (i = 0; i < poller->active.rfds.fd_count; i++) { in php_cli_server_poller_iter_on_active()
889 n->fd = poller->active.rfds.fd_array[i]; in php_cli_server_poller_iter_on_active()
894 for (i = 0; i < poller->active.wfds.fd_count; i++) { in php_cli_server_poller_iter_on_active()
896 SOCKET fd = poller->active.wfds.fd_array[i]; in php_cli_server_poller_iter_on_active()
924 if (PHP_SAFE_FD_ISSET(fd, &poller->active.rfds)) { in php_cli_server_poller_iter_on_active()
929 if (PHP_SAFE_FD_ISSET(fd, &poller->active.wfds)) { in php_cli_server_poller_iter_on_active()

Completed in 70 milliseconds

12345