summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* Adding PHPT tests for the ReflectionProperty class. reflectionProperty_getVal...Steve Seear2007-12-1813-0/+1276
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-6/+8
* MFB: Fixed bug #42976 (Crash when constructor for newInstance() orIlia Alshanetsky2007-10-282-4/+42
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-8/+8
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-17/+17
* fix coverity issue #411Antony Dovgal2007-09-271-3/+3
* Simplify (the prototype of zend_u_get_constant_ex() is going to be changed)Dmitry Stogov2007-09-111-1/+1
* - MFB: Fugbix typo.Sebastian Bergmann2007-08-201-1/+1
* - Mark the parameter for ReflectionProperty::GetValue as optionalJohannes Schlüter2007-08-171-1/+1
* - MFB: New ReflectionExtension::info() function to print the phpinfo() blockJohannes Schlüter2007-07-242-0/+51
* MFB: Avoid endless loopHannes Magnusson2007-07-231-0/+2
* reflectionObject testsZoe Slattery2007-07-1224-0/+1216
* implement (or fix?) #41884 (ReflectionClass::getDefaultProperties() does not ...Antony Dovgal2007-07-112-26/+66
* More reflectionClass testsZoe Slattery2007-07-1115-0/+643
* fix typo and bug #41962Antony Dovgal2007-07-111-1/+1
* Tests for reflectionClassZoe Slattery2007-07-108-0/+438
* ReflectionClass constructor testsZoe Slattery2007-07-092-0/+139
* fix foldingAntony Dovgal2007-07-061-11/+22
* Fix logicHannes Magnusson2007-05-281-1/+1
* fix testsAntony Dovgal2007-04-261-0/+2
* - Add testJohannes Schlüter2007-04-121-0/+30
* add new test and SKIPIF sectionsAntony Dovgal2007-04-1225-1/+227
* new testAntony Dovgal2007-03-191-0/+48
* - Fix string compare in unicode modeJohannes Schlüter2007-03-172-2/+8
* fix #40794 (ReflectionObject::getValues() may crash when used with dynamic pr...Antony Dovgal2007-03-171-23/+23
* MFB: Fugbix typo.Sebastian Bergmann2007-03-161-7/+7
* fix #40431 (dynamic properties may cause crash in ReflectionProperty methods)Antony Dovgal2007-02-102-3/+206
* Bump year.Sebastian Bergmann2007-01-012-2/+2
* MFB: Fixed bug #39884 (ReflectionParameter::getClass() throws exception forIlia Alshanetsky2006-12-222-1/+57
* - Marcus was too quick. Let's put type before zstr in the macros.Andrei Zmievski2006-12-191-4/+4
* - Fix ZVAL_ZSTRLMarcus Boerger2006-12-191-1/+1
* Turn doc comments into zstr strings with corresponding adjustments.Andrei Zmievski2006-10-271-24/+10
* Mark reflection methods as Unicode-compliant (except for FIXME parts).Andrei Zmievski2006-10-241-127/+141
* Fix remaining Unicode issues.Andrei Zmievski2006-10-231-19/+37
* - Fix #38465 (ReflectionParameter fails if default value is an access to self::Johannes Schlüter2006-10-182-2/+88
* Unicode support. (Two more places must be fixed. Look for FIXME comments.)Dmitry Stogov2006-10-1718-87/+442
* fix #39125 (Memleak when reflecting non-existing class/method)Antony Dovgal2006-10-113-1/+47
* more improvementsAntony Dovgal2006-10-062-2/+15
* fix #39067 (getDeclaringClass() and private properties)Antony Dovgal2006-10-062-0/+42
* Fixed bug #38942 (Double old-style-ctor inheritance)Dmitry Stogov2006-10-031-4/+10
* fix #39001 (ReflectionProperty returns incorrect declaring class for protecte...Antony Dovgal2006-10-022-1/+39
* Fix testHannes Magnusson2006-10-021-1/+1
* Fixed bug #38942 (Double old-style-ctor inheritance)Dmitry Stogov2006-09-262-2/+50
* fix testsAntony Dovgal2006-09-191-7/+0
* - Unicode fixJohannes Schlüter2006-09-171-2/+1
* fix testAntony Dovgal2006-09-121-13/+12
* - Print the type of the original valueJohannes Schlüter2006-09-111-1/+4
* - Fix #37923 (Display constant value in reflection::export)Johannes Schlüter2006-09-111-2/+15
* MFB: abstracting ReflectionFunctionAbstract & fix couple of typosHannes Magnusson2006-09-101-5/+6