summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #74836 (isset on zero-prefixed numeric indexes in array broken)Dmitry Stogov2017-07-041-0/+33
* Merge branch 'PHP-7.1'Bob Weinand2017-07-011-0/+21
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-07-011-0/+21
| |\
| | * Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within fina...Bob Weinand2017-07-011-0/+21
* | | Remove superfluous semicolonsTom Van Looy2017-06-262-2/+2
* | | Fix tests on WindowsNikita Popov2017-06-262-2/+2
* | | Fix typoNikita Popov2017-06-251-1/+1
* | | Implement object type annotationMichał Brzuchalski2017-06-2514-12/+244
* | | Merge branch 'PHP-7.1'Nikita Popov2017-06-251-0/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-251-0/+15
| |\ \ | | |/
| | * Fixed bug #73900Nikita Popov2017-06-251-0/+15
* | | Fix FE_FETCH_* exception checkNikita Popov2017-06-251-0/+22
* | | Fixed bug #74810Nikita Popov2017-06-251-0/+25
* | | Merge branch 'PHP-7.1'Nikita Popov2017-06-251-4/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-06-251-4/+20
| |\ \ | | |/
| | * Don't leave holes in func_get_args() and backtracesNikita Popov2017-06-251-4/+20
* | | Fix bug #74607: Don't check for bi-directional compatibility in traitsPedro Magalhães2017-06-034-2/+46
* | | test for ErrorException::getSeverity();marcosptf2017-06-011-0/+1261
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-05-271-0/+26
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-271-0/+26
| |\ \ | | |/
| | * Fixed bug #74657 (Undefined constants in array properties result in broken pr...Xinchen Hui2017-05-271-0/+26
* | | Allow overriding abstract methodsPedro Magalhães2017-05-243-0/+36
* | | Merge branch 'PHP-7.1'Bob Weinand2017-05-171-0/+29
|\ \ \ | |/ /
| * | Fixed bug #74606 (Segfault within try/catch/finally nesting in Generators)Bob Weinand2017-05-171-0/+29
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-05-081-0/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-081-0/+11
| |\ \ | | |/
| | * Fixed bug #74546 (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLE...Xinchen Hui2017-05-081-0/+11
* | | Fixed bug #61970: Allow a child class to restrict access to ctorPedro Magalhães2017-05-013-0/+50
* | | Fixed bug #74269: Strict comparison of initial trait property valuesPedro Magalhães2017-05-011-0/+17
* | | Add trailing comma syntax support for mixed and unmixed group use listsSammy Kaye Powers2017-05-0112-2/+148
* | | Merge branch 'PHP-7.1'Nikita Popov2017-04-151-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-04-151-1/+1
| |\ \ | | |/
| | * Improve accuracy of opline lineno informationNikita Popov2017-04-151-1/+1
* | | Merge branch 'PHP-7.1'Nikita Popov2017-04-151-0/+77
|\ \ \ | |/ /
| * | Fixed bug #74444: multiple catch freezes in some casesDavid Matejka2017-04-151-0/+77
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-04-111-0/+38
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-111-0/+38
| |\ \ | | |/
| | * Fixed bug #74408 (Endless loop bypassing execution time limit)Xinchen Hui2017-04-111-0/+38
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-04-091-0/+14
| |\ \ | | |/
| | * Resolve bug #74188 (undefined statics raising with ?? operator)Thomas Punt2017-04-091-0/+14
* | | Implement jumptable optimizationNikita Popov2017-04-101-0/+29
* | | Merge branch 'PHP-7.1'Nikita Popov2017-04-021-0/+30
|\ \ \ | |/ /
| * | Fixed bug #74340Nikita Popov2017-04-021-0/+30
* | | Merge branch 'PHP-7.1'Sara Golemon2017-03-231-0/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-03-231-0/+24
| |\ \ | | |/
| | * Fix bug where `yield from` is captured too greedilySara Golemon2017-03-231-0/+24
* | | Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecationRowan Collins2017-03-2311-16/+16
* | | Merge branch 'PHP-7.1'Nikita Popov2017-03-152-0/+91
|\ \ \ | |/ /
| * | Fix bug #69676Nikita Popov2017-03-152-0/+91
* | | Fix SKIPIF conditionsNikita Popov2017-03-143-3/+3