summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Expand)AuthorAgeFilesLines
* Normalize Reflection phpinfo() outputPeter Kokot2018-06-042-7/+1
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-5/+2
* Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-1/+1
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-9/+9
* Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-1/+1
* zend_fcall_info_cache.calling_scope is not used by zend_call_function() and d...Dmitry Stogov2018-05-031-6/+0
* Keep initialized object_handlers structures in read-only memory.Dmitry Stogov2018-03-141-1/+1
* Test ReflectionZendExtension classDmitry Stogov2018-03-092-0/+40
* Remove unused assignmentAnatol Belski2018-03-071-1/+0
* Test ReflectionClass::getReflectionConstant methodGabriel Caruso2018-02-221-0/+13
* remove support for string|unicode in testsGabriel Caruso2018-02-221-1/+1
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2062-62/+62
* Fix typoGabriel Caruso2018-02-131-1/+1
* Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-2/+2
* Remove no longer necessary type-name special casesNikita Popov2018-02-041-11/+3
* Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-0410-13/+13
* Use int instead of integer in type errorsGabriel Caruso2018-02-049-15/+15
* Remove superfluous SKIPIF sections in Reflection testsGabriel Caruso2018-02-0324-86/+29
* Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closure object...Dmitry Stogov2018-01-111-1/+1
* Revert "Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closur...Dmitry Stogov2018-01-111-1/+1
* Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closure object...Dmitry Stogov2018-01-111-1/+1
* Trailing whitespacesGabriel Caruso2018-01-031-5/+5
* year++Xinchen Hui2018-01-022-2/+2
* zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-271-6/+0
* Use cheaper APIXinchen Hui2017-12-181-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Use zend_string_tolower() where it's possible (to avoid reallocations).Dmitry Stogov2017-11-301-5/+2
* Add zend_object_alloc() APINikita Popov2017-11-251-4/+1
* Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-6/+9
* Merge branch 'PHP-7.2'Sara Golemon2017-11-063-15/+4
|\
| * Revert BC break caused by fixing bug #74035Michael Moravec2017-11-063-15/+4
* | RC manipulation cleanupXinchen Hui2017-11-011-2/+2
* | Avoid reference counting (the value may be a persistent string)Dmitry Stogov2017-11-011-0/+3
* | Use known strings for reflection propertiesNikita Popov2017-10-311-50/+50
* | Remove some unnecessary duplicationsNikita Popov2017-10-301-17/+3
* | Prevent reference-counting on persistent zvals (internal constants, default p...Dmitry Stogov2017-10-301-7/+7
* | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-2/+2
* | Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-8/+33
* | Always use IS_CONSTANT_AST (IS_CONSTANT is removed).Dmitry Stogov2017-10-101-7/+18
* | Changed the way VM accesses constant operands in 64-bit builds.Dmitry Stogov2017-10-041-5/+5
* | Fix type-o in ext/reflection comment :speech_balloon:Sammy Kaye Powers2017-09-131-1/+1
|/
* Merge branch 'PHP-7.1' into PHP-7.2Derick Rethans2017-08-161-0/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Derick Rethans2017-08-161-0/+1
| |\
| | * Fixed stupid testDerick Rethans2017-08-161-0/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-07-271-0/+27
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-271-0/+27
| |\ \ | | |/
| | * Fixed testXinchen Hui2017-07-271-0/+27
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-07-272-1/+40
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-272-1/+40
| |\ \ | | |/
| | * Fixed bug #74949 (null pointer dereference in _function_string)Xinchen Hui2017-07-272-1/+40