Home
last modified time | relevance | path

Searched refs:fn (Results 101 – 125 of 148) sorted by relevance

123456

/PHP-7.4/Zend/tests/arrow_functions/
H A D002.phpt8 var_dump((fn() => $b + $c)());
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug75063_utf8.phpt34 foreach(["test", "таст"] as \$fn) {
35 file_put_contents("\$fn.txt", "");
H A Dbug75063_cp1251.phpt36 foreach(["test", "����"] as \$fn) {
37 file_put_contents("\$fn.txt", "");
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch147 + if (fn) {
336 if ((fn = magic_getpath(fn, action)) == NULL)
343 + if (fn == NULL)
345 + if (fn == NULL) {
370 fn = p;
404 + ms->file = fn;
410 fn);
944 - if (asprintf(&buf, "%.*s.mime%s", CAST(int, q - fn), fn, ext)
960 - if (asprintf(&buf, "%.*s%s", CAST(int, q - fn), fn, ext) < 0)
1990 if (fn == NULL)
[all …]
/PHP-7.4/ext/intl/tests/
H A Dbug80763.phpt12 array_walk($params, fn() => 1);
/PHP-7.4/ext/phar/tests/
H A D024-opcache-win32.phpt46 $fn = ($fi->isDir() ? 'rmdir' : 'unlink');
47 $fn($fi->getRealPath());
/PHP-7.4/tests/classes/
H A Dvisibility_003c.phpt16 // overload fn with same visibility
H A Dvisibility_004c.phpt16 // overload fn with same visibility
H A Dvisibility_001c.phpt16 // overload fn with same visibility
H A Dvisibility_002c.phpt16 // overload fn with same visibility
H A Dvisibility_000c.phpt16 // overload fn with same visibility
H A Dvisibility_003a.phpt16 // overload fn with same visibility
H A Dvisibility_004a.phpt16 // overload fn with same visibility
H A Dvisibility_004b.phpt16 // overload fn with same visibility
H A Dvisibility_000a.phpt16 // overload fn with same visibility
H A Dvisibility_001b.phpt16 // overload fn with same visibility
H A Dvisibility_000b.phpt16 // overload fn with same visibility
H A Dvisibility_001a.phpt16 // overload fn with same visibility
H A Dvisibility_002a.phpt16 // overload fn with same visibility
H A Dvisibility_002b.phpt16 // overload fn with same visibility
H A Dvisibility_003b.phpt16 // overload fn with same visibility
/PHP-7.4/ext/standard/
H A Dscanf.c588 zend_long (*fn)() = NULL; in php_sscanf_internal() local
753 fn = (zend_long (*)())ZEND_STRTOL_PTR; in php_sscanf_internal()
758 fn = (zend_long (*)())ZEND_STRTOL_PTR; in php_sscanf_internal()
763 fn = (zend_long (*)())ZEND_STRTOL_PTR; in php_sscanf_internal()
769 fn = (zend_long (*)())ZEND_STRTOL_PTR; in php_sscanf_internal()
775 fn = (zend_long (*)())ZEND_STRTOUL_PTR; in php_sscanf_internal()
1044 value = (zend_long) (*fn)(buf, NULL, base); in php_sscanf_internal()
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable.inc13 function test($fn)
19 $output = $fn($input);
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt59 var $fn = 'fn';
140 echo $obj->fn, PHP_EOL;
222 fn
H A Dsemi_reserved_004.phpt59 static $fn = 'fn';
138 echo Obj::$fn, PHP_EOL;
218 fn

Completed in 32 milliseconds

123456