summaryrefslogtreecommitdiff
path: root/Zend/tests/closure_061.phpt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-161-12/+12
|\
| * Fix #74558: Can't rebind closure returned by Closure::fromCallable()Christoph M. Becker2020-11-161-12/+12
* | Forbid unbinding $this from methodsNikita Popov2019-01-301-5/+3
|/
* Deprecate unbinding of $this of non-static methodsNikita Popov2018-09-291-0/+2
* Forbid binding methods to incompatible $thisNikita Popov2016-04-081-2/+2
* Do not create a fake Closure for real ClosuresBob Weinand2015-10-141-0/+33
* Add more tests for closure bindingNikita Popov2015-10-121-0/+208
* Revert "Fixed bug #70630 (Closure::call/bind() crash with ReflectionFunction-...Dmitry Stogov2015-10-061-64/+0
* Revert "Improve 517b55362 (scope rebinding on method Closures)"Dmitry Stogov2015-10-061-3/+4
* Revert "Allow random $this on non-internal Closures again"Dmitry Stogov2015-10-061-2/+9
* Allow random $this on non-internal Closures againBob Weinand2015-10-051-9/+2
* Improve 517b55362 (scope rebinding on method Closures)Bob Weinand2015-10-051-4/+3
* Fixed bug #70630 (Closure::call/bind() crash with ReflectionFunction->getClos...Bob Weinand2015-10-041-0/+64