Home
last modified time | relevance | path

Searched refs:active (Results 101 – 125 of 132) sorted by relevance

123456

/PHP-8.2/Zend/tests/
H A Dbug45186.phpt61 …rgument #1 ($callback) must be a valid callback, cannot access "self" when no class scope is active
H A Dbug45186_2.phpt60 …rgument #1 ($callback) must be a valid callback, cannot access "self" when no class scope is active
/PHP-8.2/sapi/phpdbg/tests/
H A Dinfo_001.phpt57 prompt> [No active op array!]
/PHP-8.2/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt115 There is no active transaction
119 There is no active transaction
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_pconn_max_links.phpt85 printf("[002] Cannot get # active persistent links from phpinfo()\n");
145 printf("[010] Cannot get # of active persistent links from phpinfo()\n");
152 … printf("[010.2] Num of active plinks differ %s %s\n", $sstats['active_plinks'], $num_plinks_kill);
183 printf("[016] Cannot get # of active persistent links from phpinfo()\n");
H A Dmysqli_stmt_get_warnings.phpt19 die("skip Strict sql mode seems to be active. We won't get a warning to check for.");
H A Dmysqli_change_user_get_lock.phpt39 …ing Automatic Reconnect Behavior”.) It always performs a ROLLBACK of any active transactions, clos…
/PHP-8.2/ext/standard/
H A Durl_scanner_ex.re749 if (!url_state->active) {
752 url_state->active = 1;
989 BG(url_adapt_session_ex).active = 0;
992 BG(url_adapt_output_ex).active = 0;
1000 if (BG(url_adapt_session_ex).active) {
1002 BG(url_adapt_session_ex).active = 0;
1009 if (BG(url_adapt_output_ex).active) {
1011 BG(url_adapt_output_ex).active = 0;
/PHP-8.2/Zend/
H A Dzend_globals.h232 bool active; member
H A Dzend_execute_API.c205 EG(active) = 1; in init_executor()
281 EG(active) = 0; in zend_shutdown_executor_values()
761 if (!EG(active)) { in zend_call_function()
H A Dzend_enum.c414 if (EG(active)) { // at run-time in zend_enum_register_func()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg.h286 bool active; member
H A Dphpdbg.c132 pg->err_buf.active = 0; in php_phpdbg_globals_ctor()
H A Dphpdbg_prompt.c1563 if (PHPDBG_G(err_buf).active) { in phpdbg_interactive()
/PHP-8.2/sapi/cli/
H A Dphp_cli_server.c117 } active; member
869 memmove(&poller->active.rfds, &poller->rfds, sizeof(poller->rfds)); in php_cli_server_poller_poll()
870 memmove(&poller->active.wfds, &poller->wfds, sizeof(poller->wfds)); in php_cli_server_poller_poll()
871 return php_select(poller->max_fd + 1, &poller->active.rfds, &poller->active.wfds, NULL, tv); in php_cli_server_poller_poll()
886 for (i = 0; i < poller->active.rfds.fd_count; i++) { in php_cli_server_poller_iter_on_active()
888 n->fd = poller->active.rfds.fd_array[i]; in php_cli_server_poller_iter_on_active()
893 for (i = 0; i < poller->active.wfds.fd_count; i++) { in php_cli_server_poller_iter_on_active()
895 SOCKET fd = poller->active.wfds.fd_array[i]; in php_cli_server_poller_iter_on_active()
923 if (PHP_SAFE_FD_ISSET(fd, &poller->active.rfds)) { in php_cli_server_poller_iter_on_active()
928 if (PHP_SAFE_FD_ISSET(fd, &poller->active.wfds)) { in php_cli_server_poller_iter_on_active()
/PHP-8.2/main/
H A Dphp_output.h138 php_output_handler *active;
/PHP-8.2/sapi/fpm/
H A Dwww.conf.in174 ; active processes - the number of active processes;
175 ; total processes - the number of idle + active processes;
176 ; max active processes - the maximum number of active processes since FPM
192 ; active processes: 11
194 ; max active processes: 12
/PHP-8.2/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt128 cannot access "self" when no class scope is active
/PHP-8.2/ext/standard/tests/assert/
H A Dassert_variation.phpt4 assert.active = 1
/PHP-8.2/docs/
H A Dmailinglist-rules.md60 2. Consider taking a step back from a very active thread now and then. Maybe
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit.c2082 it = active; in zend_jit_try_allocate_free_reg()
2294 zend_lifetime_interval *unhandled, *active, *inactive, *handled, *free; in zend_jit_linear_scan() local
2302 active = inactive = handled = free = NULL; in zend_jit_linear_scan()
2308 p = &active; in zend_jit_linear_scan()
2344 q->list_next = active; in zend_jit_linear_scan()
2345 active = q; in zend_jit_linear_scan()
2354 current->list_next = active; in zend_jit_linear_scan()
2355 active = current; in zend_jit_linear_scan()
2363 while (active) { in zend_jit_linear_scan()
2364 current = active; in zend_jit_linear_scan()
[all …]
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_vio.c679 if (pers && EG(active)) { in MYSQLND_METHOD()
/PHP-8.2/
H A Dphp.ini-development1482 ; - User may send URL contains active session ID
1484 ; - URL that contains active session ID may be stored
1591 …e in php.ini! (For turning assertions on and off at run-time, see assert.active, when zend.asserti…
1598 ; Assert(expr); active by default.
1599 ; https://php.net/assert.active
1600 ;assert.active = On
1606 ; Issue a PHP warning for each failed assertion. (Overridden by assert.exception if active)
H A Dphp.ini-production1484 ; - User may send URL contains active session ID
1486 ; - URL that contains active session ID may be stored
1593 …e in php.ini! (For turning assertions on and off at run-time, see assert.active, when zend.asserti…
1600 ; Assert(expr); active by default.
1601 ; https://php.net/assert.active
1602 ;assert.active = On
1608 ; Issue a PHP warning for each failed assertion. (Overridden by assert.exception if active)
H A DUPGRADING333 active or output has already been sent will now fail and emit a warning.

Completed in 66 milliseconds

123456