Home
last modified time | relevance | path

Searched refs:closure (Results 101 – 125 of 257) sorted by relevance

1234567891011

/php-src/Zend/tests/fibers/
H A Dfailing-nested-fiber.phpt25 #0 [internal function]: {closure:%s:%d}(1, 2)
27 #2 [internal function]: {closure:%s:%d}()
H A Dstart-arguments.phpt24 Fatal error: Uncaught TypeError: {closure:%s:%d}(): Argument #1 ($x) must be of type int, string gi…
26 #0 [internal function]: {closure:%s:%d}('test')
H A Dresume-previous-fiber.phpt23 #1 [internal function]: {closure:%s:%d}()
25 #3 [internal function]: {closure:%s:%d}()
H A Dsignal-async.phpt33 #1 %ssignal-async.php(%d): {closure:%s:%d}(%d, Array)
34 #2 [internal function]: {closure:%s:%d}()
H A Dsignal-dispatch.phpt41 #1 [internal function]: {closure:%s:%d}(%d, Array)
43 #3 [internal function]: {closure:%s:%d}()
H A Dthrow-in-multiple-destroyed-fibers-after-shutdown.phpt40 #0 [internal function]: {closure:%s:%d}()
45 #0 [internal function]: {closure:%s:%d}()
/php-src/ext/standard/tests/serialize/
H A Dbug30234.phpt31 {closure:%s:%d}(autoload_interface)
32 {closure:%s:%d}(Autoload_Implements)
/php-src/Zend/tests/closures/
H A Dclosure_from_callable_reflection.phpt27 $closure = Closure::fromCallable($callable);
28 $refl = new ReflectionFunction($closure);
/php-src/Zend/tests/
H A Ddynamic_call_to_ref_returning_function.phpt15 $closure = function &($x) {
18 var_dump($closure->call(new class {}, 42));
H A Dcall_user_func_005.phpt21 Deprecated: {closure:%s:%d}(): Optional parameter $a declared before required parameter $b is impli…
27 string(%d) "{closure:%s:%d}"
H A Dgh9916-009.phpt31 #0 [internal function]: {closure:%s:%d}()
33 #2 [internal function]: {closure:%s:%d}()
H A Dclosure_020.phpt14 var_dump(is_a($this->a, 'closure'));
33 string(%d) "{closure:%s:%d}"
H A Dbug61767.phpt23 #0 %s(%d): {closure:%s:%d}(2, 'Undefined varia...', '%s', 13)
32 #0 %s(%d): {closure:%s:%d}(2, 'Undefined varia...', '%s', 13)
H A Dbug70321.phpt44 string(%d) "{closure:%s:%d}"
55 string(%d) "{closure:%s:%d}"
H A Dclosure_extra_args.phpt2 Immediately invoked closure with extra args
H A Dfake_closure_in_internal_func_leaks.phpt2 Fake closure called from internal function leaks
H A Dbug64960.phpt16 // this must be a class, closure does not trigger segfault
40 #0 [internal function]: {closure:%s:%d}(8, 'ob_end_clean():...', '%s', 9)
H A Dclosure_063.phpt2 Closure::bindTo leaks with "fake" closure
H A Dclosure_044.phpt5 /* A non-static closure has a bound instance if it has a scope
55 Warning: Cannot unbind $this of closure using $this in %s on line %d
70 Warning: Cannot unbind $this of closure using $this in %s on line %d
/php-src/ext/spl/
H A Dphp_spl.c359 zend_object *closure; member
372 if (alfi->closure) { in autoload_func_info_destroy()
373 zend_object_release(alfi->closure); in autoload_func_info_destroy()
393 alfi->closure = Z_OBJ(fci->function_name); in autoload_func_info_from_fci()
394 GC_ADDREF(alfi->closure); in autoload_func_info_from_fci()
396 alfi->closure = NULL; in autoload_func_info_from_fci()
409 && alfi1->closure == alfi2->closure in autoload_func_info_equals()
416 && alfi1->closure == alfi2->closure; in autoload_func_info_equals()
558 alfi->closure = NULL; in PHP_FUNCTION()
624 if (alfi->closure) { in PHP_FUNCTION()
[all …]
/php-src/sapi/phpdbg/tests/
H A Dexceptions_001.phpt16 prompt> frame #0: {closure:%s:%d}() at %s:16
22 #0 %s(22): {closure:%s:%d}()
H A Dexceptions_002.phpt20 #1 %s(20): {closure:%s:%d}()
26 #0 %s(20): {closure:%s:%d}()
/php-src/Zend/tests/arrow_functions/
H A D006.phpt35 {closure:%s:%d}(): Argument #1 ($x) must be of type int, string given, called in %s on line %d
44 {closure:%s:%d}(): Argument #2 must be of type ?int, string given, called in %s on line %d
/php-src/ext/standard/tests/general_functions/
H A Dclosures_001.phpt2 register_shutdown_function() & closure
/php-src/ext/zend_test/tests/
H A Dobserver_fiber_04.phpt35 <!-- init {closure:%s:%d}() -->
44 <!-- init {closure:%s:%d}() -->

Completed in 27 milliseconds

1234567891011