summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-4/+4
* Deprecate ReflectionType::__toString()Nikita Popov2019-06-054-7/+13
* Allow exceptions in __toString()Nikita Popov2019-06-052-32/+48
* Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-9/+14
* Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-13/+8
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-092-16/+43
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-092-20/+45
| |\
| | * Fixed bug #75186Nikita Popov2019-05-092-21/+45
* | | Fixed bug #77951Nikita Popov2019-05-092-13/+18
* | | Use fast zpp for ReflectionClass constructorNikita Popov2019-05-081-6/+6
* | | Optimize $name/$class property population in reflectionNikita Popov2019-05-081-102/+64
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-152-0/+46
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-152-0/+46
| |\ \ | | |/
| | * Fixed bug #77882Nikita Popov2019-04-152-0/+46
* | | Remove HAVE_* for always available extensionsGabriel Caruso2019-04-142-2/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-222-4/+36
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-222-4/+36
| |\ \ | | |/
| | * Fixed bug #77772Nikita Popov2019-03-222-14/+34
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1559-73/+29
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-14129-257/+257
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-132-7/+7
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1554-68/+29
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-14108-235/+235
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* | | Use EXPECT when possibleGabriel Caruso2019-03-111-1/+1
* | | More zpp error/variation test removalsNikita Popov2019-03-065-155/+0
* | | Remove more zpp error testsNikita Popov2019-03-0524-574/+0
* | | Don't return inside _DO_THROW macroNikita Popov2019-02-281-14/+18
* | | Fix #77673 ReflectionClass::getDefaultProperties returns spooky arrayJoe Watkins2019-02-271-1/+1
* | | Implement fine-grained conflict handlingNikita Popov2019-02-201-0/+0
* | | Fixed bug #77631Tyson Andre2019-02-191-0/+35
* | | Fix typos in code comments [skip ci]Tyson Andre2019-02-181-1/+1
* | | run-tests.php: experimental parallel testing supportAndrea Faulds2019-02-181-0/+0
* | | Remove bogus ctor checks in get_class_methods() + reflectionNikita Popov2019-02-141-22/+12
* | | Fixed bug #77613 (method visibility change) (reverted ZEND_ACC_CTOR and ZEND_...Dmitry Stogov2019-02-141-5/+5
* | | Implement ReflectionReferenceNikita Popov2019-02-135-2/+237
* | | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-2/+2
* | | Remove local variablesPeter Kokot2019-02-032-17/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* | | Revert removal of private __clone() methodsNikita Popov2019-01-142-1/+23
* | | Implement typed propertiesNikita Popov2019-01-116-7/+360
* | | Fix some sign-related issues in comparisonsjvoisin2019-01-091-1/+1
* | | Remove unnecessary uses of object_and_properties_initNikita Popov2019-01-071-1/+1
* | | Remove redundant __clone() methods from ReflectionNikita Popov2018-11-262-23/+1
* | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-35/+35
* | | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-35/+35
* | | Immutable clases and op_arrays.Dmitry Stogov2018-10-171-8/+10
* | | Classify object handlers are required/optionalNikita Popov2018-10-161-1/+1