summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Revert "Implemented FR #61602 Allow access to name of constant used as defaul...Xinchen Hui2012-05-234-191/+16
* 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 CODING_STANDARD and move parameter parse codereeze2012-04-041-15/+19
* | Implemented FR #61602 Allow access to name of constant used as default valuereeze2012-04-034-20/+191
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-2/+2
|\ \ | |/
| * Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-2/+2
| * - Fixed bug #61388 (ReflectionObject:getProperties() issues invalid readsGustavo André dos Santos Lopes2012-03-182-0/+39
| * Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::inv...Xinchen Hui2012-02-032-2/+4
| * - Year++Felipe Pena2012-01-012-2/+2
| * Fixed bug #60367 (Reflection and Late Static Binding)Xinchen Hui2011-11-242-1/+27
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-12/+12
| * - Missing fix for bug #54347Felipe Pena2011-06-111-2/+7
| * - Fixed bug #54347 (reflection_extension does not lowercase module function n...Felipe Pena2011-06-091-1/+6
| * - Simpler fix for bug #53915.Gustavo André dos Santos Lopes2011-02-031-7/+2
| * - Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error onGustavo André dos Santos Lopes2011-02-032-2/+35
| * - Year++Felipe Pena2011-01-012-2/+2
| * - Improve testJohannes Schlüter2010-11-211-4/+4
| * - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes with...Johannes Schlüter2010-11-212-1/+29
| * - Fixed bug #53366 (Reflection doesnt get dynamic property value from getProp...Felipe Pena2010-11-202-2/+36
| * - Fixed ReflectionProperty::isDefault() giving a wrong result for propertiesGustavo André dos Santos Lopes2010-10-262-0/+35
| * - Fixed testFelipe Pena2010-09-091-7/+21
| * - Added missing void parameter checksFelipe Pena2010-08-211-0/+20
| * - Fix testsFelipe Pena2010-07-313-11/+3
| * - Fixed bug #52057 (ReflectionClass fails on Closure class)Felipe Pena2010-06-112-1/+66
| * - Fix memleak when passing a non string/object parameterFelipe Pena2010-06-031-1/+1
| * - 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-252-1/+23
| * Use php_error_docref instead of zend_errorJohannes Schlüter2010-03-302-13/+13
* | - Fixed bug #61388 (ReflectionObject:getProperties() issues invalid readsGustavo André dos Santos Lopes2012-03-182-0/+39
* | MFH: Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod...Xinchen Hui2012-03-022-2/+4
* | Improved traits implementation. Now to support __CLASS__ constant in traits p...Dmitry Stogov2012-01-171-1/+0
* | - Year++Felipe Pena2012-01-012-2/+2
* | Fixed bug #60367 (Reflection and Late Static Binding)Xinchen Hui2011-11-242-1/+27
* | Fixed bug #60357 (__toString() method triggers E_NOTICE "Array to string conv...Xinchen Hui2011-11-222-0/+12
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-12/+12
* | Commit Gustavo's closure rebinding patch as desided by voteStanislav Malyshev2011-09-072-0/+53
* | - don't test dir sepPierre Joye2011-09-061-3/+3
* | Close #55490.Sebastian Bergmann2011-08-263-1/+63
* | Callable typehint following the rules of is_callable($arg, false);Hannes Magnusson2011-08-161-0/+17
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-13/+13
* | - Missing fix for bug #54347Felipe Pena2011-06-111-2/+7
* | - Fixed bug #54347 (reflection_extension does not lowercase module function n...Felipe Pena2011-06-091-1/+6
* | This method doesn't seem to be very useful without scalar types, so reverting...Stanislav Malyshev2011-06-051-21/+0
* | removing scalar types in trunkStanislav Malyshev2011-05-151-245/+143
* | - Fix testFelipe Pena2011-05-141-0/+2
* | - Simpler fix for bug #53915.Gustavo André dos Santos Lopes2011-02-031-7/+2
* | - Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error onGustavo André dos Santos Lopes2011-02-032-2/+35
* | - Year++Felipe Pena2011-01-012-2/+2
* | Silently casting an empty string, null or false into an object by adding a pr...Scott MacVicar2010-12-311-3/+1