Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 17 | -25/+25 |
* | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 101 | -210/+210 |
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+1 |
* | Don't overload get_properties for ArrayObject | Nikita Popov | 2018-10-10 | 1 | -6/+0 |
* | Merge branch 'PHP-7.3' | Nikita Popov | 2018-10-02 | 1 | -0/+42 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-10-02 | 1 | -0/+42 |
| |\ | |||||
| | * | Fixed bug #66430 | Nikita Popov | 2018-10-02 | 1 | -0/+42 |
* | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-10-02 | 1 | -0/+45 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-10-02 | 1 | -0/+45 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #76936 | Nikita Popov | 2018-10-02 | 1 | -0/+45 |
* | | | Fixed bug #76737 | Nikita Popov | 2018-09-29 | 1 | -0/+33 |
* | | | Remove unused files | Peter Kokot | 2018-09-26 | 1 | -16/+0 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-09-16 | 1 | -1/+1 |
* | | | Renumber ZEND_ACC_... flags | Dmitry Stogov | 2018-09-11 | 8 | -67/+67 |
* | | | Use mnemonic names | Dmitry Stogov | 2018-09-11 | 2 | -6/+6 |
* | | | Merge branch 'PHP-7.3' | Christoph M. Becker | 2018-09-05 | 2 | -0/+23 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-09-05 | 2 | -0/+23 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-09-05 | 2 | -0/+23 |
| | |\ | |||||
| | | * | Fix #74454: Wrong exception being thrown when using ReflectionMethod | Christoph M. Becker | 2018-09-05 | 2 | -0/+23 |
* | | | | Keep information about unresolved interfaces in zend_class_entry->interface_... | Dmitry Stogov | 2018-08-23 | 1 | -9/+9 |
|/ / / | |||||
* | | | Fix check for invoking abstract method | Nikita Popov | 2018-07-02 | 1 | -0/+20 |
* | | | Add $ before property name in error message | Nikita Popov | 2018-07-02 | 6 | -30/+30 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-07-02 | 1 | -0/+25 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-07-02 | 1 | -0/+25 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75231 | Nikita Popov | 2018-07-02 | 1 | -0/+25 |
* | | | Fix ReflectionProperty::get/setValue() on internal static property | Nikita Popov | 2018-06-28 | 1 | -0/+16 |
* | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-06-28 | 1 | -0/+20 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-06-28 | 1 | -0/+20 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #76536 (PHP crashes with core dump when throwing exception in error... | Xinchen Hui | 2018-06-28 | 1 | -0/+20 |
* | | | Normalize Reflection phpinfo() output | Peter Kokot | 2018-06-04 | 1 | -1/+0 |
* | | | Test ReflectionZendExtension class | Dmitry Stogov | 2018-03-09 | 2 | -0/+40 |
* | | | Test ReflectionClass::getReflectionConstant method | Gabriel Caruso | 2018-02-22 | 1 | -0/+13 |
* | | | remove support for string|unicode in tests | Gabriel Caruso | 2018-02-22 | 1 | -1/+1 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 62 | -62/+62 |
* | | | Remove trailing whitespace in inc files | Gabriel Caruso | 2018-02-10 | 1 | -2/+2 |
* | | | Use bool instead of boolean while throwing a type error | Gabriel Caruso | 2018-02-04 | 10 | -13/+13 |
* | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 9 | -15/+15 |
* | | | Remove superfluous SKIPIF sections in Reflection tests | Gabriel Caruso | 2018-02-03 | 24 | -86/+29 |
|/ / | |||||
* | | Revert BC break caused by fixing bug #74035 | Michael Moravec | 2017-11-06 | 2 | -12/+1 |
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Derick Rethans | 2017-08-16 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Derick Rethans | 2017-08-16 | 1 | -0/+1 |
| |\ | |||||
| | * | Fixed stupid test | Derick Rethans | 2017-08-16 | 1 | -0/+1 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-07-27 | 1 | -0/+27 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-07-27 | 1 | -0/+27 |
| |\ \ | | |/ | |||||
| | * | Fixed test | Xinchen Hui | 2017-07-27 | 1 | -0/+27 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-07-27 | 1 | -0/+24 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-07-27 | 1 | -0/+24 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #74949 (null pointer dereference in _function_string) | Xinchen Hui | 2017-07-27 | 1 | -0/+24 |
* | | | Implement object type annotation | MichaĆ Brzuchalski | 2017-06-25 | 2 | -9/+9 |
* | | | Rename ReflectionClass::isIterateable() to isIterable() | Sara Golemon | 2017-05-31 | 1 | -1/+7 |