summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
Commit message (Expand)AuthorAgeFilesLines
* Made test compatible with O+Dmitry Stogov2013-03-169-0/+27
* Fix test related to change for #bug64007 and also fix in newInstanceArgsXinchen Hui2013-01-221-0/+9
* Fixed bug #64007 (There is an ability to create instance of Generator by hand).Xinchen Hui2013-01-191-0/+10
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-271-0/+41
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-271-0/+41
| |\
| | * Fixed Bug #63614 (Fatal error on Reflection)Xinchen Hui2012-11-271-0/+41
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-312-3/+52
|\ \ \ | |/ /
| * | Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves tra...Xinchen Hui2012-10-312-3/+52
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-1053-0/+0
|\ \ \ | |/ /
| * | Remove executable permission on phptXinchen Hui2012-10-103-0/+0
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-1050-0/+0
| |\ \ | | |/
| | * Remove executable permission on phptXinchen Hui2012-10-1050-0/+0
| | * Fixed bug that can not get default value of parameter if it's not `optional`Xinchen Hui2012-08-021-0/+7
* | | Implemented ReflectionFunction::isGenerator()Reeze Xia2012-09-021-0/+52
|/ /
* | Fixed bug that can not get default value of parameter if it's not `optional`Xinchen Hui2012-08-022-3/+8
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-011-0/+17
|\ \ | |/
| * Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)Xinchen Hui2012-08-011-0/+17
* | Merge branch 'pull-request/96' into PHP-5.4Stanislav Malyshev2012-07-143-0/+107
|\ \
| * | Implemented FR #61602 Allow access to name of constant used as default valueReeze Xia2012-05-313-0/+107
* | | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-06-221-0/+21
|\ \ \ | |/ / |/| / | |/
| * - Fixed bug #62384 (Attempting to invoke a Closure more than once causes segf...Felipe Pena2012-06-221-0/+21
* | Revert "Implemented FR #61602 Allow access to name of constant used as defaul...Xinchen Hui2012-05-233-107/+0
* | Merge branch 'PHP-5.3' into PHP-5.4zoe slattery2012-05-151-1/+0
|\ \
| * | Small fixes to tests, see #62022zoe slattery2012-05-151-1/+0
| |/
| * - Fixed bug #61388 (ReflectionObject:getProperties() issues invalid readsGustavo André dos Santos Lopes2012-03-181-0/+32
| * Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::inv...Xinchen Hui2012-02-031-1/+3
| * Fixed bug #60367 (Reflection and Late Static Binding)Xinchen Hui2011-11-241-0/+26
| * - Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error onGustavo André dos Santos Lopes2011-02-031-0/+28
| * - Improve testJohannes Schlüter2010-11-211-4/+4
| * - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes with...Johannes Schlüter2010-11-211-0/+28
| * - Fixed bug #53366 (Reflection doesnt get dynamic property value from getProp...Felipe Pena2010-11-201-0/+25
| * - Fixed ReflectionProperty::isDefault() giving a wrong result for propertiesGustavo André dos Santos Lopes2010-10-261-0/+34
| * - Fixed testFelipe Pena2010-09-091-7/+21
| * - Fix testsFelipe Pena2010-07-313-11/+3
| * - Fixed bug #52057 (ReflectionClass fails on Closure class)Felipe Pena2010-06-111-0/+54
| * - Fixed bug #51905 (ReflectionParameter fails if default value is an array wi...Felipe Pena2010-05-261-0/+28
| * - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with ...Felipe Pena2010-05-251-0/+22
| * Use php_error_docref instead of zend_errorJohannes Schlüter2010-03-301-2/+2
* | Implemented FR #61602 Allow access to name of constant used as default valuereeze2012-04-033-0/+107
* | - Fixed bug #61388 (ReflectionObject:getProperties() issues invalid readsGustavo André dos Santos Lopes2012-03-181-0/+32
* | MFH: Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod...Xinchen Hui2012-03-021-1/+3
* | Improved traits implementation. Now to support __CLASS__ constant in traits p...Dmitry Stogov2012-01-171-1/+0
* | Fixed bug #60367 (Reflection and Late Static Binding)Xinchen Hui2011-11-241-0/+26
* | Fixed bug #60357 (__toString() method triggers E_NOTICE "Array to string conv...Xinchen Hui2011-11-221-0/+10
* | Commit Gustavo's closure rebinding patch as desided by voteStanislav Malyshev2011-09-071-0/+31
* | - don't test dir sepPierre Joye2011-09-061-3/+3
* | Close #55490.Sebastian Bergmann2011-08-262-1/+40
* | - Fix testFelipe Pena2011-05-141-0/+2
* | - Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error onGustavo André dos Santos Lopes2011-02-031-0/+28
* | Silently casting an empty string, null or false into an object by adding a pr...Scott MacVicar2010-12-311-3/+1