summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of unknown class in trait precedence listNikita Popov2021-03-191-0/+15
* Implement enumsIlija Tovilo2021-03-17109-0/+2411
* Merge branch 'PHP-8.0'Máté Kocsis2021-03-061-1/+1
|\
| * Fix the error message of attribute flag validationMáté Kocsis2021-03-061-1/+1
* | Merge branch 'PHP-8.0'Nikita Popov2021-03-011-0/+19
|\ \ | |/
| * Fixed bug #80811Nikita Popov2021-03-011-0/+19
* | Merge branch 'PHP-8.0'Nikita Popov2021-03-011-0/+15
|\ \ | |/
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-03-011-0/+15
| |\
| | * Always remove HT iterators, even for uninit HTNikita Popov2021-03-011-0/+15
* | | Change the order of properties used in foreach(), var_dump(), serialize(), co...Dmitry Stogov2021-03-016-19/+19
|\ \ \
| * | | Change the order of properties used for var_dump(), serialize(), comparison, ...Dmitry Stogov2021-03-016-19/+19
* | | | Reference dynamic functions through dynamic_defsNikita Popov2021-03-012-0/+42
|/ / /
* | | Fixed error messageDmitry Stogov2021-02-243-5/+5
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-221-0/+30
|\ \ \ | |/ /
| * | Fix trampoline leak on dynamic static call of non-static methodNikita Popov2021-02-221-0/+30
* | | Don't resolve special class namesNikita Popov2021-02-221-0/+8
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-221-0/+31
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-221-0/+31
| |\ \ | | |/
| | * Fixed bug #80781Nikita Popov2021-02-221-0/+32
* | | Fix typo [ci skip]Markus Staab2021-02-221-1/+1
* | | Fix closure GC handler for fake closuresNikita Popov2021-02-201-0/+27
* | | Fixed bug #53826Nikita Popov2021-02-181-0/+33
* | | Fixed bug #75474Nikita Popov2021-02-181-0/+75
* | | Fix static variable behavior with inheritanceNikita Popov2021-02-184-12/+20
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-151-0/+19
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-151-0/+19
| |\ \ | | |/
| | * Fix symtable cache being used while cleaning symtableNikita Popov2021-02-151-0/+19
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-151-0/+8
|\ \ \ | |/ /
| * | Fix assertion failure in cufa optimization with named argsNikita Popov2021-02-151-0/+8
* | | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-1110-10/+41
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-111-0/+19
|\ \ \ | |/ /
| * | Don't throw additional Error in require_once if exception already thrownNikita Popov2021-02-111-0/+19
* | | Use IS_ALIAS_PTR to make distinct between aliasses and real classesDmitry Stogov2021-02-101-0/+16
* | | Added Inheritance Cache.Dmitry Stogov2021-02-092-0/+68
* | | Add support for string keys in array unpackingNikita Popov2021-02-093-19/+68
* | | Add missing resource key warning for unset()Nikita Popov2021-01-261-0/+36
* | | Merge branch 'PHP-8.0'Nikita Popov2021-01-251-2/+19
|\ \ \ | |/ /
| * | Improve switch continue warningNikita Popov2021-01-251-2/+19
* | | Improve error message for leading comma in keyed list assignmentNikita Popov2021-01-251-0/+10
* | | Rename zend-test to zend_testNikita Popov2021-01-1917-18/+18
* | | Fix $GLOBALS[] in isset and unsetNikita Popov2021-01-182-0/+16
* | | Check for append to $GLOBALSNikita Popov2021-01-151-0/+10
* | | Merge branch 'PHP-8.0'Nikita Popov2021-01-141-0/+30
|\ \ \ | |/ /
| * | Fixed bug #80596: Fix anonymous class union typehint errorsDaniil Gentili2021-01-141-0/+30
* | | Restrict allowed usages of $GLOBALSNikita Popov2021-01-0624-74/+197
* | | Merge branch 'PHP-8.0'Nikita Popov2021-01-051-0/+17
|\ \ \ | |/ /
| * | Fix infinite recursion in unlinked_instanceofNikita Popov2021-01-051-0/+17
* | | Fix lexing of zero octal followed by whitespaceNikita Popov2021-01-051-0/+8
* | | Add more tests that document late static bindingjellyNoone2020-12-152-0/+51
* | | Fix typo 'variabled' in named_params/undef_var.phpthgsgtk2020-12-091-1/+1