summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #77291: magic methods inherited from a trait may be ignoredChristoph M. Becker2018-12-161-0/+42
* Fix failing Zend/tests due to newlinesPeter Kokot2018-10-152-0/+2
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15399-511/+131
* Trim trailing whitespace in *.phptPeter Kokot2018-10-14575-992/+991
* Sync leading and final newlines in source code filesPeter Kokot2018-10-144-4/+2
* Merge branch 'PHP-7.2' into PHP-7.3Pierrick Charron2018-10-091-0/+36
|\
| * 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
* | | Fix bug #76979: define() error message does not mention resources as valid va...Michael Moravec2018-10-064-5/+7
* | | Fixed bug #72635Nikita Popov2018-09-294-4/+20
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-281-0/+27
|\ \ \ | |/ /
| * | 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.2' into PHP-7.3Nikita Popov2018-09-281-2/+1
|\ \ \ | |/ /
| * | 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.2' into PHP-7.3Nikita Popov2018-09-281-0/+27
|\ \ \ | |/ /
| * | 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.2' into PHP-7.3Nikita Popov2018-09-191-0/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-191-0/+18
| |\ \ | | |/
| | * Fixed bug #76901Nikita Popov2018-09-191-0/+18
* | | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2018-09-141-0/+13
|\ \ \ | |/ /
| * | Fixed bug #76800 (foreach inconsistent if array modified during loop)Dmitry Stogov2018-09-141-0/+13
* | | Fixed bug #76869 (Incorrect bypassing protected method accessibilty check).Dmitry Stogov2018-09-121-0/+23
* | | Enforce ordering of property compare in object comparisonsSara Golemon2018-09-101-0/+27
* | | Fix #76773 - Methods with a concrete scope need to be added againChris Wright2018-08-221-0/+33
* | | Merge branch 'PHP-7.2' into PHP-7.3Xinchen Hui2018-08-171-0/+18
|\ \ \ | |/ /
| * | 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
* | | Fixed bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in _get...Xinchen Hui2018-08-171-0/+11
* | | Fix #76700 - Methods with altered visibility need to be added againPedro Magalhães2018-08-071-0/+31
* | | Make more tests run on 64bit plataformsGabriel Caruso2018-07-302-6/+0
* | | Give a reason why the test was skippedGabriel Caruso2018-07-307-18/+6
* | | Remove superfluous SKIPIF sections of always available functionsGabriel Caruso2018-07-303-10/+0
* | | Fixed bug #76667 (Segfault with divide-assign op and __get + __set)Xinchen Hui2018-07-271-0/+38
* | | Remove extra semicolonsGabriel Caruso2018-07-261-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-251-1/+1
* | | Deprecate defining a free-standing assert() functionNikita Popov2018-07-211-0/+12
* | | Deprecate case-insensitive constantsNikita Popov2018-07-162-0/+142
* | | Warn if continue is used on switchNikita Popov2018-07-071-0/+49
* | | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-051-0/+15
* | | Fixed some incorrect zval_dtor() usagesDmitry Stogov2018-07-041-0/+133
* | | Argument unpacking with Traversables and non-integer keys.Dmitry Stogov2018-07-041-0/+21
* | | Added test case for bug #76539 for master only as the behavior has been restoredKalle Sommer Nielsen2018-07-041-0/+26
* | | Fixed bug #76501 (Funny message with fatal error)Kalle Sommer Nielsen2018-07-042-4/+4
* | | Do not continue extract()ing after an exception has been thrownNikita Popov2018-07-031-8/+10
* | | Fixed bug #63217Rudi Theunissen2018-07-025-13/+178
* | | Add test for void return type on internal functionNikita Popov2018-06-301-0/+11
* | | Merge branch 'PHP-7.2'Nikita Popov2018-06-291-2/+2
|\ \ \ | |/ /