Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 80) sorted by path

1234

/PHP-5.5/
H A DINSTALL1769 active for any script running from this directory or any subdirectory
H A DNEWS6907 - Fixed a bug in formatting timestamps when DST is active in the default timezone (Derick)
7215 allowed when open_basedir or safe_mode is active. (Stas)
H A DREADME.GIT-RULES46 master The active development branch.
H A DREADME.MAILINGLIST_RULES63 2. Consider taking a step back from a very active thread now and then. Maybe
H A DREADME.RELEASE_PROCESS205 b. In case multiple PHP minor versions are in active development you have
/PHP-5.5/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…
H A Dclass_name_as_scalar_error_005.phpt10 Fatal error: Cannot access static::class when no class scope is active in %s on line %d
H A Dclass_name_as_scalar_error_006.phpt10 Fatal error: Cannot access parent::class when no class scope is active in %s on line %d
H A Dclosure_017.phpt2 Closure 017: Trying to destroy an active lambda function
12 Fatal error: Cannot destroy active lambda function in %s on line %d
/PHP-5.5/Zend/
H A Dzend.c578 EG(active) = 0; in executor_globals_ctor()
815 if (EG(active)) in zend_shutdown()
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_globals.h251 zend_bool active; member
H A Dzend_signal.c79 if (SIGG(active)) { in zend_signal_handler_defer()
139 if (SIGG(active)) { in zend_signal_handler_unblock()
290 SIGG(active) = 1; in zend_signal_activate()
315 SIGG(active) = 0; in zend_signal_deactivate()
H A Dzend_signal.h60 int active; /* internal signal handling is enabled */ member
/PHP-5.5/build/
H A Dlibtool.m4108 # metacharacters that are still active within double-quoted strings.
/PHP-5.5/ext/curl/tests/
H A Dbug48203_multi.phpt41 $active = 0;
43 curl_multi_exec($mh, $active);
44 } while ($active > 0);
H A Dcurl_multi_segfault.phpt33 $active = null;
36 $mrc = curl_multi_exec($cmh, $active);
40 while ($active && $mrc == CURLM_OK) {
43 $mrc = curl_multi_exec($cmh, $active);
/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/ext/mbstring/oniguruma/doc/
H A DAPI435 active: 1
449 else --> active
/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/ext/mysqli/tests/
H A Dmysqli_change_user_get_lock.phpt39 …ing Automatic Reconnect Behavior”.) It always performs a ROLLBACK of any active transactions, clos…
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.");
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c1001 if (EG(active)) { in MYSQLND_METHOD()

Completed in 115 milliseconds

1234