summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Check `ReflectionReference::fromArrayElement` with union typesGabriel Caruso2020-09-154-16/+15
* Update array parameter names for named parametersLarry Garfield2020-09-141-1/+1
* Consolidate new union type ZPP macro namesMáté Kocsis2020-09-111-7/+7
* Refactor ReflectionMethod::__construct()Máté Kocsis2020-09-117-71/+72
* Make array_multisort() signature more variadicNikita Popov2020-09-091-9/+1
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-0916-33/+33
* Use ZPP instead of custom type checksMáté Kocsis2020-09-045-23/+17
* Merge branch 'PHP-7.4'Nikita Popov2020-08-312-0/+18
|\
| * Fix leak on consteval exception in ReflectionClass::__toString()Nikita Popov2020-08-312-0/+18
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-312-1/+22
|\ \ | |/
| * Check update constant failure in ReflectionClassConstant::__toString()Nikita Popov2020-08-312-1/+22
* | Fix fetching default value of internal function with userland arginfoNikita Popov2020-08-312-1/+20
* | fix test expectationRemi Collet2020-08-131-1/+1
* | Rename standard array function parameters to $arrayTyson Andre2020-08-111-6/+6
* | Add many missing closing PHP tags to testsMáté Kocsis2020-08-098-0/+8
* | Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-1/+1
* | Accept zend_object in zend_read_propertyNikita Popov2020-08-071-1/+1
* | Ensure correct signatures for magic methodsGabriel Caruso2020-08-021-0/+60
* | Get rid of empty function entriesMáté Kocsis2020-08-011-5/+1
* | Implement named parametersNikita Popov2020-07-311-106/+74
* | Add missing RETURN_THROWS()Máté Kocsis2020-07-301-0/+1
* | Add a few missing parameter types in stubsMáté Kocsis2020-07-304-19/+21
* | Implement 'Saner Numeric Strings' RFC:George Peter Banyard2020-07-291-1/+1
* | Another pass of improving ext/date argument namesDerick Rethans2020-07-261-2/+2
* | Cleanup argument handling in ext/reflectionMáté Kocsis2020-07-2413-245/+201
* | More consistent parameter names for date/time functionsDerick Rethans2020-07-241-1/+1
* | Improved number to string comparison semanticsNikita Popov2020-07-221-4/+3
* | Make ReflectionGenerator finalNikita Popov2020-07-213-2/+3
* | Preserve original ce_flags when registering classNikita Popov2020-07-201-0/+10
* | Fix tests I missed beforeNikita Popov2020-07-201-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-151-0/+22
|\ \ | |/
| * Fixed bug #79820Christopher Broadbent2020-07-152-0/+39
* | Improve output of tokens in Parse ErrorsRowan Tommins2020-07-131-1/+1
* | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-1032-138/+136
* | Remove no_separation flagNikita Popov2020-07-071-3/+0
* | Remove proto comments from C filesMax Semenik2020-07-061-387/+197
* | ReflectionMethod::invoke() object is not optionalNikita Popov2020-07-062-4/+4
* | Use zend_string_equals API in a couple placesNikita Popov2020-07-031-2/+1
* | Fix leak in isDefaultValueAvailable()Nikita Popov2020-06-302-2/+25
* | Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* | Implement Attribute Amendments.Martin Schröder2020-06-293-24/+100
* | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-243-18/+0
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-244-37/+81
|\ \ | |/
| * Fix #69804: ::getStaticPropertyValue() throws on protected propsChristoph M. Becker2020-06-244-37/+81
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-242-4/+65
|\ \ | |/
| * Fix #79487: ::getStaticProperties() ignores property modificationsChristoph M. Becker2020-06-242-4/+65
* | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-232-65/+4
|\ \ | |/
| * Revert "Fix #79487: ::getStaticProperties() ignores property modifications"Christoph M. Becker2020-06-232-65/+4
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-232-4/+65
|\ \ | |/