summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Add check_only parameter to get_closure handlerChristoph M. Becker2019-09-241-2/+2
* Use ZEND_TYPE_IS_SET() when checking for property typesNikita Popov2019-09-231-2/+2
* Don't set nullability flag for parameters without typeNikita Popov2019-09-231-1/+2
* Standardize type printing in reflectionNikita Popov2019-09-231-11/+2
* Change representation of zend_type from type code to MAY_BE_* maskNikita Popov2019-09-231-34/+20
* Make ReflectionType an abstract classNikita Popov2019-09-021-0/+1
* Move isBuiltin() method from ReflectionType to ReflectionNamedTypeNikita Popov2019-09-021-18/+18
* Merge branch 'PHP-7.4'Nikita Popov2019-08-131-4/+5
|\
| * Fixed bug #78410Nikita Popov2019-08-131-4/+5
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-221-27/+11
|\ \ | |/
| * Special-case rc=1 self-referential arrays in ReflectionReferenceNikita Popov2019-07-221-2/+11
| * Revert "Add ReflectionReference::getRefcount()"Nikita Popov2019-07-221-26/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-221-11/+10
|\ \ | |/
| * Deprecate Reflection export() methodsNikita Popov2019-07-221-11/+10
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-221-1/+1
|\ \ | |/
| * Evaluate constant in class scopeDmitry Stogov2019-07-221-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-111-52/+32
|\ \ | |/
| * Don't call Reflection::export() internallyNikita Popov2019-07-111-52/+32
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-081-1/+26
|\ \ | |/
| * Add ReflectionReference::getRefcount()Nikita Popov2019-07-081-1/+26
* | Constify some char* arguments or return values of ZEND_APItwosee2019-06-121-3/+3
* | Add do...while(0) for RETURN_* and ZVAL_* APIstwosee2019-06-121-1/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-061-4/+4
|\ \ | |/
| * Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-4/+4
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-4/+1
|\ \ | |/
| * Deprecate ReflectionType::__toString()Nikita Popov2019-06-051-4/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-27/+40
|\ \ | |/
| * Allow exceptions in __toString()Nikita Popov2019-06-051-31/+42
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-281-9/+14
|\ \ | |/
| * Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-9/+14
* | Merge branch 'PHP-7.4'Nikita Popov2019-05-141-13/+8
|\ \ | |/
| * Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-13/+8
* | Merge branch 'PHP-7.4'Nikita Popov2019-05-091-16/+18
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-091-16/+18
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-091-20/+20
| | |\
| | | * Fixed bug #75186Nikita Popov2019-05-091-21/+20
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-05-091-1/+2
|\ \ \ \ | |/ / /
| * | | Fixed bug #77951Nikita Popov2019-05-091-1/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-05-081-6/+6
|\ \ \ \ | |/ / /
| * | | Use fast zpp for ReflectionClass constructorNikita Popov2019-05-081-6/+6
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-05-081-99/+64
|\ \ \ \ | |/ / /
| * | | Optimize $name/$class property population in reflectionNikita Popov2019-05-081-102/+64
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-151-0/+8
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-151-0/+8
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-151-0/+8
| | |\ \ | | | |/
| | | * Fixed bug #77882Nikita Popov2019-04-151-0/+8
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-221-4/+14
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-221-4/+14
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-221-4/+14
| | |\ \ | | | |/