summaryrefslogtreecommitdiff
path: root/Zend/tests/closures
Commit message (Expand)AuthorAgeFilesLines
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
* Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-13/+13
* Revert ReflectionType::__toString() behavior + deprecateNikita Popov2016-09-281-1/+1
* Revert "Fix closure tests using ReflectionType::__toString()"Aaron Piotrowski2016-08-201-4/+4
* Fix closure tests using ReflectionType::__toString()Aaron Piotrowski2016-08-161-4/+4
* Closure::fromCallable(): Getting non-static method staticallyNikita Popov2016-07-051-0/+20
* Closure::fromCallable(): Better LSB handlingNikita Popov2016-07-051-6/+11
* Closure::fromCallable(): Fix late static bindingNikita Popov2016-07-051-0/+16
* Closure::fromCallable(): Use fake closuresNikita Popov2016-07-051-0/+20
* Closure::fromCallable(): Fix test files and namesNikita Popov2016-07-054-7/+5
* Added reflection test. Standardised filename for other tests.Danack2016-06-014-2/+50
* Add Closure::fromCallable().Danack2016-05-153-0/+524