Home
last modified time | relevance | path

Searched refs:active (Results 51 – 75 of 80) sorted by relevance

1234

/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re470 if (! BG(url_adapt_state_ex).active) {
473 BG(url_adapt_state_ex).active = 1;
532 BG(url_adapt_state_ex).active = 0;
539 if (BG(url_adapt_state_ex).active) {
541 BG(url_adapt_state_ex).active = 0;
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pconn_max_links.phpt72 printf("[002] Cannot get # active persistent links from phpinfo()\n");
124 printf("[010] Cannot get # of active persistent links from phpinfo()\n");
154 printf("[016] Cannot get # of active persistent links from phpinfo()\n");
H A Dmysqli_stmt_get_warnings.phpt21 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-5.5/ext/mysql/tests/
H A Dmysql_pconn_max_links.phpt87 printf("[003] Cannot get # active persistent links from phpinfo()");
141 printf("[012] Cannot get # active persistent links from phpinfo()\n");
145 …printf("[013] Statistics seems to be wrong, got %d active persistent links, expecting < %d links\n…
/PHP-5.5/Zend/
H A Dzend_globals.h251 zend_bool active; member
H A Dzend_execute_API.c193 EG(active) = 1; in init_executor()
333 EG(active) = 0; in shutdown_executor()
743 if (!EG(active)) { in zend_call_function()
H A Dzend.c578 EG(active) = 0; in executor_globals_ctor()
815 if (EG(active)) in zend_shutdown()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c118 } active; member
905 memmove(&poller->active.rfds, &poller->rfds, sizeof(poller->rfds)); in php_cli_server_poller_poll()
906 memmove(&poller->active.wfds, &poller->wfds, sizeof(poller->wfds)); in php_cli_server_poller_poll()
907 return php_select(poller->max_fd + 1, &poller->active.rfds, &poller->active.wfds, NULL, tv); in php_cli_server_poller_poll()
922 for (i = 0; i < poller->active.rfds.fd_count; i++) { in php_cli_server_poller_iter_on_active()
924 n->fd = poller->active.rfds.fd_array[i]; in php_cli_server_poller_iter_on_active()
929 for (i = 0; i < poller->active.wfds.fd_count; i++) { in php_cli_server_poller_iter_on_active()
931 SOCKET fd = poller->active.wfds.fd_array[i]; in php_cli_server_poller_iter_on_active()
959 if (PHP_SAFE_FD_ISSET(fd, &poller->active.rfds)) { in php_cli_server_poller_iter_on_active()
964 if (PHP_SAFE_FD_ISSET(fd, &poller->active.wfds)) { in php_cli_server_poller_iter_on_active()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in271 ; active processes - the number of active processes;
272 ; total processes - the number of idle + active processes;
273 ; max active processes - the maximum number of active processes since FPM
289 ; active processes: 11
291 ; max active processes: 12
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_variation.phpt4 assert.active = 1
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt105 …SQLSTATE[HY000]: General error: cannot access self:: when no class scope is active in %s on line %d
/PHP-5.5/main/
H A Dphp_output.h149 php_output_handler *active; variable
/PHP-5.5/
H A DREADME.MAILINGLIST_RULES63 2. Consider taking a step back from a very active thread now and then. Maybe
H A DREADME.GIT-RULES46 master The active development branch.
H A Dphp.ini-development1148 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
1509 ; - User may send URL contains active session ID
1511 ; - URL that contains active session ID may be stored
1649 ; Assert(expr); active by default.
1650 ; http://php.net/assert.active
1651 ;assert.active = On
H A Dphp.ini-production1148 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
1509 ; - User may send URL contains active session ID
1511 ; - URL that contains active session ID may be stored
1649 ; Assert(expr); active by default.
1650 ; http://php.net/assert.active
1651 ;assert.active = On
H A DREADME.RELEASE_PROCESS205 b. In case multiple PHP minor versions are in active development you have
/PHP-5.5/ext/opcache/
H A DREADME123 that optimization is active.
157 that optimization is active. In php-5.3 and above this hack is not needed
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI435 active: 1
449 else --> active
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING128 because it may have a number of states active at one time. More work would be
130 ever active at once. I believe some other regex matchers work this way. JIT
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c1001 if (EG(active)) { in MYSQLND_METHOD()
/PHP-5.5/main/streams/
H A Dstreams.c393 if (EG(active)) { in _php_stream_free()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic6042 >64 string no\ active\ partition\ found
6141 # active flag 0 or 0x80 and type > 0
6145 >>>>>>>>>>>>446 ubyte 0x80 \b, active
6155 >>>>>>>>>>>>462 ubyte 0x80 \b, active
6165 >>>>>>>>>>>>478 ubyte 0x80 \b, active
6176 >>>>>>>>>>>>494 ubyte 0x80 \b, active
6727 #no active flag
6809 >>>189 search/10 \0Multiple\ active\ partitions\r\n (version 4.00 or newer)
6830 >>>196 search/106 No\ active\ partition\0
/PHP-5.5/win32/
H A Dinstall.txt1379 active for any script running from this directory or any subdirectory

Completed in 99 milliseconds

1234