Home
last modified time | relevance | path

Searched refs:fn (Results 151 – 175 of 253) sorted by relevance

1234567891011

/php-src/Zend/tests/
H A Dbug81076.phpt5 var_dump(fn() => [$why, $do, $we, $count]);
H A Dgc_046.phpt13 $this->iterator = new CallbackFilterIterator($this->iterator, fn() => true);
H A Doss_fuzz_58181.phpt7 $iterator = new \CallbackFilterIterator($iterator, fn&() => true);
H A Dfunc_sig_trailing_comma.phpt35 $func = fn(
/php-src/ext/intl/tests/
H A Dbug80763.phpt10 array_walk($params, fn() => 1);
/php-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_arrow_function.phpt6 $test = fn (#[SensitiveParameter] $sensitive) => (new Exception)->getTrace();
/php-src/ext/standard/tests/array/
H A Darray_product_variation6.phpt13 var_dump(array_reduce($input, fn($carry, $value) => $carry * $value, 1));
H A Darray_sum_variation9.phpt13 var_dump(array_reduce($input, fn($carry, $value) => $carry + $value, 0));
/php-src/Zend/
H A Dzend_interfaces.c40 zend_function *fn; in zend_call_method() local
56 fn = zend_hash_str_find_ptr_lc( in zend_call_method()
58 if (UNEXPECTED(fn == NULL)) { in zend_call_method()
63 fn = zend_fetch_function_str(function_name, function_name_len); in zend_call_method()
64 if (UNEXPECTED(fn == NULL)) { in zend_call_method()
70 *fn_proxy = fn; in zend_call_method()
73 fn = *fn_proxy; in zend_call_method()
82 zend_call_known_function(fn, object, called_scope, retval_ptr, param_count, params, NULL); in zend_call_method()
/php-src/ext/gd/tests/
H A Dbug72697.phpt17 fn() => imagetruecolortopalette($img, false, PHP_INT_MAX / 8)
H A Dimagecolordeallocate_error3.phpt18 fn() => imagecolordeallocate($image, $totalColors + 100)
H A Dimagecolordeallocate_error4.phpt18 fn() => imagecolordeallocate($image, -1.0)
H A Dimagetruecolortopalette_error3.phpt18 fn() => imagetruecolortopalette($image, true, 0)
/php-src/ext/standard/
H A Dscanf.c588 int_string_formater fn = NULL; in php_sscanf_internal() local
745 fn = (int_string_formater)ZEND_STRTOL_PTR; in php_sscanf_internal()
750 fn = (int_string_formater)ZEND_STRTOL_PTR; in php_sscanf_internal()
755 fn = (int_string_formater)ZEND_STRTOL_PTR; in php_sscanf_internal()
761 fn = (int_string_formater)ZEND_STRTOL_PTR; in php_sscanf_internal()
767 fn = (int_string_formater)ZEND_STRTOUL_PTR; in php_sscanf_internal()
1036 value = (zend_long) (*fn)(buf, NULL, base); in php_sscanf_internal()
/php-src/Zend/tests/fibers/
H A Dresume-terminated-fiber.phpt6 $fiber = new Fiber(fn() => null);
H A Dresume-non-running-fiber.phpt6 $fiber = new Fiber(fn() => null);
H A Dget-return-from-unstarted-fiber.phpt6 $fiber = new Fiber(fn() => Fiber::suspend(1));
/php-src/tests/output/
H A Dob_start_flags.phpt9 fn ($s) => $s,
/php-src/ext/opcache/tests/jit/
H A Dgh12382.phpt29 fn (array $arr): SplFixedArray => SplFixedArray::fromArray($arr),
/php-src/ext/fileinfo/
H A Dlibmagic.patch243 if ((fn = magic_getpath(fn, action)) == NULL)
250 + if (fn == NULL)
252 + if (fn == NULL) {
277 fn = p;
311 + ms->file = fn;
317 fn);
590 + if (fn == NULL) {
832 - if (asprintf(&buf, "%.*s.mime%s", CAST(int, q - fn), fn, ext)
848 - if (asprintf(&buf, "%.*s%s", CAST(int, q - fn), fn, ext) < 0)
1664 if (fn == NULL)
[all …]
/php-src/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_000c.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

Completed in 45 milliseconds

1234567891011