php-src/Zend/tests/closures
twosee c0b1bdcdc3
Fixed bug #80929
The function name should be kept if Closure was created from the function which is marked as ZEND_ACC_CALL_VIA_TRAMPOLINE, because it is not a one-time thing and it may be called multiple times.

Closes GH-6867.
2021-04-16 09:48:36 +08:00
..
bug80929.phpt Fixed bug #80929 2021-04-16 09:48:36 +08:00
closure_from_callable_basic.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
closure_from_callable_error.phpt Sync leading and final newlines in *.phpt sections 2018-10-15 04:33:09 +02:00
closure_from_callable_lsb.phpt Closure::fromCallable(): Better LSB handling 2016-07-05 15:44:17 +02:00
closure_from_callable_non_static_statically.phpt Closure::fromCallable(): Getting non-static method statically 2016-07-05 15:52:03 +02:00
closure_from_callable_rebinding.phpt Closure::fromCallable(): Use fake closures 2016-07-05 15:13:51 +02:00
closure_from_callable_reflection.phpt Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
closure_from_callable.inc Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
closure_instantiate.phpt Test to verify that closures can't be instantiated 2019-02-09 02:46:09 +01:00