Home
last modified time | relevance | path

Searched refs:fn (Results 176 – 200 of 253) sorted by relevance

1234567891011

/php-src/tests/classes/
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_000b.phpt16 // overload fn with same visibility
H A Dvisibility_001a.phpt16 // overload fn with same visibility
H A Dvisibility_001b.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
/php-src/Zend/tests/fibers/
H A Dget-return-in-unfinished-fiber.phpt6 $fiber = new Fiber(fn() => Fiber::suspend(1));
H A Dthrow-into-non-running-fiber.phpt6 $fiber = new Fiber(fn() => null);
H A Dno-switch-dtor-start.phpt8 $fiber = new Fiber(fn () => null);
H A Dget-return-after-throwing.phpt6 $fiber = new Fiber(fn() => throw new Exception('test'));
/php-src/ext/gd/tests/
H A Dimageconvolution_error2.phpt23 fn() => imageconvolution($image, $gaussian, 16, 0)
/php-src/ext/standard/tests/array/
H A Darray_product_variation5.phpt12 var_dump(array_reduce($input, fn($carry, $value) => $carry * $value, 1));
H A Darray_sum_variation8.phpt12 var_dump(array_reduce($input, fn($carry, $value) => $carry + $value, 0));
H A Darray_sum_objects_operation_no_cast_FFI.phpt18 var_dump(array_reduce($input, fn($carry, $value) => $carry + $value, 0));
H A Darray_sum_objects_operation_no_cast.phpt13 var_dump(array_reduce($input, fn($carry, $value) => $carry + $value, 0));
/php-src/Zend/tests/throw/
H A D001.phpt91 $callable = fn() => throw new Exception("fn() => throw");
165 string(13) "fn() => throw"
/php-src/Zend/tests/closures/
H A Dclosure_from_callable.inc13 function test($fn)
19 $output = $fn($input);
/php-src/ext/reflection/tests/
H A DReflectionFunction_getClosureUsedVariables.phpt28 $function = fn() => $three = [$one];
/php-src/Zend/tests/
H A Dgh7958.phpt22 $this->iterator = new \CallbackFilterIterator($this->iterator, fn() => true);
H A Dclosure_064.phpt15 $closure2 = fn () => $closure1();
/php-src/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;
219 fn

Completed in 27 milliseconds

1234567891011