summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #78689Nikita Popov2019-10-291-0/+13
* Fix bug #78752Nikita Popov2019-10-281-0/+24
* Fix leak on static method call on non-existent classNikita Popov2019-10-101-0/+15
* Fix segfault with __COMPILER_HALT_OFFSET__ and trailing {}Nikita Popov2019-10-021-0/+8
* Fix memory leak with ** on array operandsNikita Popov2019-09-261-0/+17
* Fix null-pointer deref in if stmt printingNikita Popov2019-09-261-0/+4
* Fix use-after-free of immediately invoked closure with extra argsNikita Popov2019-08-291-0/+11
* Remove properties HT from nested GC dataNikita Popov2019-08-261-0/+26
* Fixed handling of references in nested data of objects with destructorDmitry Stogov2019-08-091-0/+35
* Fixed second part of the bug #78379 (Cast to object confuses GC, causes crash)Dmitry Stogov2019-08-091-0/+19
* Fixed bug #78379 (Cast to object confuses GC, causes crash)Dmitry Stogov2019-08-081-0/+32
* Revert "Fixed bug #76980"Nikita Popov2019-07-091-8/+4
* Fix bugs in AST printersunnyeo2019-06-281-0/+17
* Fixed bug #76980Nikita Popov2019-05-151-4/+8
* Fix test caseChristoph M. Becker2019-05-141-1/+1
* Fix #77993: Wrong parse error for invalid hex literal on WindowsTheodore Brown2019-05-131-0/+7
* Fix resolution of "parent" during inheritance checkNikita Popov2019-05-081-0/+17
* Don't disable object slot reuse while running shutdown functionstwosee2019-03-181-0/+14
* Fixed bug #77738 (Nullptr deref in zend_compile_expr)Xinchen Hui2019-03-141-0/+8
* Fix assertion in Exception::getMessage() if $message is a refNikita Popov2019-02-251-0/+30
* Fixed bug #77660 (Segmentation fault on break 2147483648)Xinchen Hui2019-02-251-0/+10
* Fixed bug #77652Nikita Popov2019-02-222-0/+22
* Fixed bug #77589 (Core dump using parse_ini_string with numeric sections)Xinchen Hui2019-02-111-0/+40
* Fixed bug #77530: PHP crashes when parsing "(2)::class"ekinhbayar2019-01-281-0/+10
* Fixed bug #77494 (Disabling class causes segfault on member access)Dmitry Stogov2019-01-241-0/+16
* Fix self::class inside constant in global scopeNikita Popov2019-01-041-0/+23
* Partial fix for bug #75426Nikita Popov2019-01-021-0/+15
* Add memory check to the testAnatol Belski2018-12-291-0/+7
* Fixed bug #77339 (__callStatic may get incorrect arguments)Dmitry Stogov2018-12-241-0/+33
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15384-497/+116
* Trim trailing whitespace in *.phptPeter Kokot2018-10-14575-991/+990
* Sync leading and final newlines in source code filesPeter Kokot2018-10-144-4/+2
* Trim trailing whitespace in source code filesPeter Kokot2018-10-132-14/+14
* Merge branch 'PHP-7.1' into PHP-7.2Pierrick Charron2018-10-091-0/+36
|\
| * Fixed bug #76965 INI_SCANNER_RAW doesn't strip trailing whitespacePierrick Charron2018-10-091-0/+36
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-281-0/+27
|\ \ | |/
| * Fixed bug #76946Nikita Popov2018-09-281-0/+27
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-281-2/+1
|\ \ | |/
| * Fix test for release buildsNikita Popov2018-09-281-2/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-281-0/+27
|\ \ | |/
| * Fixed bug #76846Nikita Popov2018-09-281-0/+27
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-191-0/+18
|\ \ | |/
| * Fixed bug #76901Nikita Popov2018-09-191-0/+18
* | Fixed bug #76800 (foreach inconsistent if array modified during loop)Dmitry Stogov2018-09-141-0/+13
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-08-171-0/+18
|\ \ | |/
| * Fixed bug #76754 (parent private constant in extends class memory leak)Xinchen Hui2018-08-171-0/+18
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-291-2/+2
|\ \ | |/
| * Fix nullable type pretty-printingNikita Popov2018-06-291-2/+2
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-06-271-0/+17
|\ \ | |/
| * Fixed bug #76534 (PHP hangs on 'illegal string offset on string references wi...Xinchen Hui2018-06-271-0/+17