Home
last modified time | relevance | path

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

123456789

/PHP-8.1/ext/opcache/tests/jit/
H A Dgh12382.phpt29 fn (array $arr): SplFixedArray => SplFixedArray::fromArray($arr),
/PHP-8.1/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
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_000b.phpt16 // overload fn with same visibility
H A Dvisibility_000a.phpt16 // overload fn with same visibility
H A Dvisibility_001a.phpt16 // overload fn with same visibility
/PHP-8.1/Zend/tests/fibers/
H A Dget-return-from-unstarted-fiber.phpt6 $fiber = new Fiber(fn() => Fiber::suspend(1));
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-8.1/ext/gd/tests/
H A Dimageconvolution_error2.phpt23 fn() => imageconvolution($image, $gaussian, 16, 0)
/PHP-8.1/Zend/tests/throw/
H A D001.phpt91 $callable = fn() => throw new Exception("fn() => throw");
165 string(13) "fn() => throw"
/PHP-8.1/ext/reflection/tests/
H A DReflectionFunction_getClosureUsedVariables.phpt28 $function = fn() => $three = [$one];
/PHP-8.1/Zend/tests/
H A Dgh7958.phpt22 $this->iterator = new \CallbackFilterIterator($this->iterator, fn() => true);
/PHP-8.1/Zend/tests/closures/
H A Dclosure_from_callable.inc13 function test($fn)
19 $output = $fn($input);
/PHP-8.1/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
/PHP-8.1/sapi/fuzzer/dict/
H A Dparser3 "fn"

Completed in 28 milliseconds

123456789