Home
last modified time | relevance | path

Searched refs:current (Results 551 – 571 of 571) sorted by relevance

1...<<212223

/PHP-7.4/ext/standard/tests/file/
H A Dftruncate_variation6.phpt59 var_dump( filesize($filename) ); // current filesize
H A Dftruncate_variation4-win32.phpt57 var_dump( filesize($filename) ); // current filesize
H A Dftruncate_variation4.phpt57 var_dump( filesize($filename) ); // current filesize
H A Dumask_variation2.phpt12 Description: Changes the current umask
H A Dumask_basic.phpt12 Description: Changes the current umask
/PHP-7.4/ext/standard/tests/general_functions/
H A Dprint_r.phpt120 var_dump( current($booleans) );
H A Dprint_r_64bit.phpt124 var_dump( current($booleans) );
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc192 fputs($s, "257 \"$cwd\" is current directory.\r\n");
/PHP-7.4/
H A DUPGRADING140 * reset(), current(), etc. Use Iterator methods instead.
398 // should be replaced by (current interpretation)
H A Dconfigure.ac168 dnl libs subdirectory as the user who configures PHP. Otherwise, the current
1588 | You have built PHP for Apache's current non-threaded MPM. |
H A DREADME.REDIST.BINS550 Although their code does not appear in the current release, the
H A Dphp.ini-development1588 ; Eval the expression with current error_reporting(). Set to true if you want
1787 ; When this directive is enabled, the OPcache appends the current working
H A Dphp.ini-production1588 ; Eval the expression with current error_reporting(). Set to true if you want
1787 ; When this directive is enabled, the OPcache appends the current working
H A DNEWS2265 . Fixed bug #51068 (DirectoryIterator glob:// don't support current path
2540 . Implemented FR #67855 (No way to get current scale in use). (Chris Wright,
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2216 zend_generator *current; in ZEND_METHOD() local
2224 current = zend_generator_get_current(generator); in ZEND_METHOD()
2225 GC_ADDREF(&current->std); in ZEND_METHOD()
2227 ZVAL_OBJ(return_value, (zend_object *) current); in ZEND_METHOD()
/PHP-7.4/ext/standard/
H A Darray.c1224 PHP_FUNCTION(current) in PHP_FUNCTION() argument
6379 zend_long size, current = 0; local
6430 if (!(++current % size)) {
H A Dbasic_functions.c3344 PHP_FE(current, arginfo_current)
3404 PHP_FALIAS(pos, current, arginfo_current)
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2179 - tmp = buf; /* in current directory anyway */
/PHP-7.4/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt24 function current() {
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2094 # Reference: https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/sys/sys/bootblock.h
2336 # Reference: https://www.freebsd.org/cgi/man.cgi?query=tar&sektion=5&manpath=FreeBSD+8-current
2619 # TODO: unify current ar archive, MIPS archive, Debian package
2622 0 string =!<arch>\n current ar archive
5970 # only 18 labeled Mach-O architectures at current, and the first released
8862 # and current versions of Thunderbird.
12364 >68 lelong x \b address of current segment written 0x%x
13106 # 28: low order byte of the current PTD entry, always 0 since the
17357 # (No other current magic entries collide.)
28049 # File Format Version for the current specification 0x00010000
H A Dmagic2094 # Reference: https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/sys/sys/bootblock.h
2336 # Reference: https://www.freebsd.org/cgi/man.cgi?query=tar&sektion=5&manpath=FreeBSD+8-current
2619 # TODO: unify current ar archive, MIPS archive, Debian package
2622 0 string =!<arch>\n current ar archive
5970 # only 18 labeled Mach-O architectures at current, and the first released
8862 # and current versions of Thunderbird.
12364 >68 lelong x \b address of current segment written 0x%x
13106 # 28: low order byte of the current PTD entry, always 0 since the
17357 # (No other current magic entries collide.)
28049 # File Format Version for the current specification 0x00010000

Completed in 277 milliseconds

1...<<212223