summaryrefslogtreecommitdiff
path: root/ext/reflection/tests
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1417-25/+25
* Trim trailing whitespace in testsGabriel Caruso2018-10-14101-210/+210
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* Don't overload get_properties for ArrayObjectNikita Popov2018-10-101-6/+0
* Merge branch 'PHP-7.3'Nikita Popov2018-10-021-0/+42
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-10-021-0/+42
| |\
| | * Fixed bug #66430Nikita Popov2018-10-021-0/+42
* | | Merge branch 'PHP-7.3'Nikita Popov2018-10-021-0/+45
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-10-021-0/+45
| |\ \ | | |/
| | * Fixed bug #76936Nikita Popov2018-10-021-0/+45
* | | Fixed bug #76737Nikita Popov2018-09-291-0/+33
* | | Remove unused filesPeter Kokot2018-09-261-16/+0
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-09-161-1/+1
* | | Renumber ZEND_ACC_... flagsDmitry Stogov2018-09-118-67/+67
* | | Use mnemonic namesDmitry Stogov2018-09-112-6/+6
* | | Merge branch 'PHP-7.3'Christoph M. Becker2018-09-052-0/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-09-052-0/+23
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-09-052-0/+23
| | |\
| | | * Fix #74454: Wrong exception being thrown when using ReflectionMethodChristoph M. Becker2018-09-052-0/+23
* | | | Keep information about unresolved interfaces in zend_class_entry->interface_...Dmitry Stogov2018-08-231-9/+9
|/ / /
* | | Fix check for invoking abstract methodNikita Popov2018-07-021-0/+20
* | | Add $ before property name in error messageNikita Popov2018-07-026-30/+30
* | | Merge branch 'PHP-7.2'Nikita Popov2018-07-021-0/+25
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-021-0/+25
| |\ \ | | |/
| | * Fixed bug #75231Nikita Popov2018-07-021-0/+25
* | | Fix ReflectionProperty::get/setValue() on internal static propertyNikita Popov2018-06-281-0/+16
* | | Merge branch 'PHP-7.2'Xinchen Hui2018-06-281-0/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-06-281-0/+20
| |\ \ | | |/
| | * Fixed bug #76536 (PHP crashes with core dump when throwing exception in error...Xinchen Hui2018-06-281-0/+20
* | | Normalize Reflection phpinfo() outputPeter Kokot2018-06-041-1/+0
* | | Test ReflectionZendExtension classDmitry Stogov2018-03-092-0/+40
* | | 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
* | | Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-2/+2
* | | 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
|/ /
* | Revert BC break caused by fixing bug #74035Michael Moravec2017-11-062-12/+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-271-0/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-271-0/+24
| |\ \ | | |/
| | * Fixed bug #74949 (null pointer dereference in _function_string)Xinchen Hui2017-07-271-0/+24
* | | Implement object type annotationMichaƂ Brzuchalski2017-06-252-9/+9
* | | Rename ReflectionClass::isIterateable() to isIterable()Sara Golemon2017-05-311-1/+7