Home
last modified time | relevance | path

Searched refs:active (Results 101 – 125 of 135) 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/ext/standard/tests/assert/
H A Dassert_basic2.phpt4 assert.active = 1
H A Dassert_basic5.phpt4 assert.active = 1
H A Dassert03.phpt4 assert.active = 1
H A Dassert_variation.phpt4 assert.active = 1
/PHP-8.2/ext/opcache/jit/ir/
H A Dir_ra.c2739 other = *active; in ir_try_allocate_free_reg()
2865 *active = ival; in ir_try_allocate_free_reg()
2908 *active = ival; in ir_try_allocate_free_reg()
2980 other = *active; in ir_allocate_blocked_reg()
3141 other = *active; in ir_allocate_blocked_reg()
3247 *active = ival; in ir_allocate_blocked_reg()
3464 other = active; in ir_linear_scan()
3532 active = other; in ir_linear_scan()
3547 ival = active; in ir_linear_scan()
3596 active = NULL; in ir_linear_scan()
[all …]
/PHP-8.2/sapi/phpdbg/tests/
H A Dinfo_001.phpt57 prompt> [No active op array!]
/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/Zend/
H A Dzend_gc.h32 bool active; member
H A Dzend_globals.h252 bool active; member
H A Dzend_execute_API.c207 EG(active) = 1; in init_executor()
283 EG(active) = 0; in zend_shutdown_executor_values()
783 if (!EG(active)) { in zend_call_function()
H A Dzend_enum.c421 if (EG(active)) { // at run-time in zend_enum_register_func()
/PHP-8.2/ext/standard/
H A Durl_scanner_ex.re746 if (!url_state->active) {
749 url_state->active = 1;
982 BG(url_adapt_session_ex).active = 0;
985 BG(url_adapt_output_ex).active = 0;
993 if (BG(url_adapt_session_ex).active) {
995 BG(url_adapt_session_ex).active = 0;
1002 if (BG(url_adapt_output_ex).active) {
1004 BG(url_adapt_output_ex).active = 0;
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg.h285 bool active; member
H A Dphpdbg.c132 pg->err_buf.active = 0; in php_phpdbg_globals_ctor()
H A Dphpdbg_prompt.c1557 if (PHPDBG_G(err_buf).active) { in phpdbg_interactive()
/PHP-8.2/sapi/cli/
H A Dphp_cli_server.c126 } active; member
878 memmove(&poller->active.rfds, &poller->rfds, sizeof(poller->rfds)); in php_cli_server_poller_poll()
879 memmove(&poller->active.wfds, &poller->wfds, sizeof(poller->wfds)); in php_cli_server_poller_poll()
880 return php_select(poller->max_fd + 1, &poller->active.rfds, &poller->active.wfds, NULL, tv); in php_cli_server_poller_poll()
894 for (i = 0; i < poller->active.rfds.fd_count; i++) { in php_cli_server_poller_iter_on_active()
896 n->fd = poller->active.rfds.fd_array[i]; in php_cli_server_poller_iter_on_active()
901 for (i = 0; i < poller->active.wfds.fd_count; i++) { in php_cli_server_poller_iter_on_active()
903 SOCKET fd = poller->active.wfds.fd_array[i]; in php_cli_server_poller_iter_on_active()
931 if (PHP_SAFE_FD_ISSET(fd, &poller->active.rfds)) { in php_cli_server_poller_iter_on_active()
936 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.h140 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.phpt134 cannot access "self" when no class scope is active
/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/mysqlnd/
H A Dmysqlnd_vio.c657 if (pers && EG(active)) { in MYSQLND_METHOD()

Completed in 83 milliseconds

123456