summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
...
* | Don't mark ReflectionType::__toString() as deprecated for nowNikita Popov2016-09-283-12/+6
* | Revert ReflectionType::__toString() behavior + deprecateNikita Popov2016-09-286-23/+22
* | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-6/+0
|\ \ | |/
| * Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-6/+0
| * Fixed bug #72846 (getConstant for a array constant with constant values retur...Xinchen Hui2016-08-152-0/+50
* | Implement \ArgumentCountError exceptionDavey Shafik2016-08-302-2/+2
* | Revert "Do not prepend ? on nullables in ReflectionType::__toString()"Levi Morrison2016-08-233-6/+18
* | call_user_func(_array): Don't abort on reference warningNikita Popov2016-08-231-4/+0
* | Do not prepend ? on nullables in ReflectionType::__toString()Aaron Piotrowski2016-08-213-25/+6
* | Revert "Append \ to class name returned from ReflectionType::__toString()"Aaron Piotrowski2016-08-204-15/+15
* | Fix off-by-one in ReflectionType::__toString()Nikita Popov2016-08-201-4/+6
* | Append \ to class name returned from ReflectionType::__toString()Aaron Piotrowski2016-08-165-15/+23
* | ReflectionType improvementsAaron Piotrowski2016-08-115-26/+114
* | Implement #38992: invoke() and invokeArgs() static method calls should matchChristoph M. Becker2016-08-086-124/+79
* | Fixed bug #72661 (ReflectionType::__toString crashes with iterable)Xinchen Hui2016-07-242-0/+11
* | Merge branch 'PHP-7.0'Nikita Popov2016-07-132-11/+50
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-07-132-5/+40
| |\
| | * fix: bug72222 for PHP-5.6 reflection export of array constsnikita22062016-07-132-11/+47
* | | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-10/+12
|\ \ \
| * | | Add missed return replacing bail outAaron Piotrowski2016-06-291-1/+1
| * | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-6/+6
| * | | Merge branch 'master' into throw-error-in-extensionsAaron Piotrowski2016-06-1027-268/+1189
| |\ \ \
| * | | | Convert E_ERROR to thrown Error in extensionsAaron Piotrowski2015-07-051-10/+12
* | | | | Fixed compilation warningsDmitry Stogov2016-06-281-3/+1
* | | | | Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
* | | | | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ...Dmitry Stogov2016-06-166-67/+56
* | | | | Implemented RFC: Fix inconsistent behavior of $this variableDmitry Stogov2016-06-162-11/+13
| |/ / / |/| | |
* | | | fix #72209 (ReflectionProperty::getValue() doesn't fail if object doesn't mat...Joe Watkins2016-05-142-6/+14
* | | | Merge branch 'PHP-7.0'Nikita Popov2016-05-103-3/+48
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed bug #72174Nikita Popov2016-05-103-2/+44
* | | | Add missing update_constants in ReflectionClassConstantNikita Popov2016-05-023-17/+71
* | | | Revert code to use DUP instead of COPYNikita Popov2016-04-291-1/+1
* | | | Fix usages of zend_update_constant_exNikita Popov2016-04-291-3/+1
* | | | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-25/+17
* | | | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-8/+0
* | | | Remove IS_VAR_RET_REF flagNikita Popov2016-04-151-2/+5
* | | | Merge zend_execute_data->called_scope into zend_execute_data->This.Dmitry Stogov2016-04-011-2/+2
* | | | Merge branch 'PHP-7.0'Nikita Popov2016-03-111-0/+44
|\ \ \ \ | |/ / /
| * | | Fix bug #71767Grigorii Sokolik2016-03-111-0/+44
| * | | Merge branch 'PHP-7.0' of https://github.com/php/php-src into PHP-7.0Joe Watkins2016-01-202-2/+2
| |\ \ \
| * | | | fix ReflectionClass::__toString doc block omittedJoe Watkins2016-01-201-1/+1
* | | | | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-7/+0
* | | | | Update ReflectionClass_isArray.phptmarcosptf2016-02-051-5/+0
* | | | | test to function ReflectionParameter::isArraymarcosptf2016-02-051-0/+29
* | | | | Test for voidAndrea Faulds2016-01-281-0/+2
* | | | | Support void return type in reflectionAndrea Faulds2016-01-282-0/+30
* | | | | fix ReflectionClass::__toString doc block omittedJoe Watkins2016-01-201-1/+1
* | | | | Merge branch 'PHP-7.0'Lior Kaplan2016-01-012-2/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2