Home
last modified time | relevance | path

Searched refs:current (Results 576 – 585 of 585) sorted by relevance

1...<<21222324

/PHP-5.5/
H A DNEWS2782 . Implemented FR #55218 Get namespaces from current node. (Lonny)
5791 . Added optional parameter to ini_get_all() to only retrieve the current
5984 around the current day.
6072 - Added gethostname() to return the current system host name. (Ilia)
8318 - Fixed bug #38808 ("maybe ref" issue for current() and others). (Dmitry)
9098 - Added SAPI hook to get the current request time. (Rasmus)
9280 - Fixed bug #35143 (gettimeofday() ignores current time zone). (Derick)
9289 current() functions). (Ilia)
9555 - Fixed bug #32993 (implemented Iterator function current() don't throw
9715 - Fixed bug #30096 (gmmktime does not return the current time). (Derick)
[all …]
H A Dphp.ini-development1665 ; Eval the expression with current error_reporting(). Set to true if you want
1853 ; When this directive is enabled, the OPcache appends the current working
H A Dphp.ini-production1665 ; Eval the expression with current error_reporting(). Set to true if you want
1853 ; When this directive is enabled, the OPcache appends the current working
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3307 PHP_FE(current, arginfo_current)
3365 PHP_FALIAS(pos, current, arginfo_current)
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c88501 p->current.anEq = &p->current.anDLt[nColUp];
88511 p->current.anLt = &p->current.anEq[nColUp];
88733 p->current.isPSample = 1;
88735 p->current.isPSample = 0;
88795 p->current.anEq[i]++;
88798 p->current.anDLt[i]++;
88800 p->current.anLt[i] += p->current.anEq[i];
88802 p->current.anEq[i] = 1;
88822 p->current.isPSample = 1;
88823 p->current.iCol = 0;
[all …]
/PHP-5.5/win32/
H A Dinstall.txt704 current web servers read the note about subrequests.
1393 your system with their current values, you can execute the phpinfo()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1810 - tmp = buf; /* in current directory anyway */
/PHP-5.5/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt25 function current() {
H A Dbug45218_SLOWTESTU.phpt25 function current() {
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1676 # file/libmagic does not current have support for ascii-string based
1702 0 string =!<arch> current ar archive
3565 # only 18 labeled Mach-O architectures at current, and the first released
7764 >68 lelong x \b address of current segment written 0x%x
8083 # 28: low order byte of the current PTD entry, always 0 since the
10730 # (No other current magic entries collide.)

Completed in 530 milliseconds

1...<<21222324