summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-1457-23/+1865
|\
| * Revert "Revert "Expand optimizations regarding short-circuting a bit""Bob Weinand2015-06-141-6/+0
| * Revert "Expand optimizations regarding short-circuting a bit"Xinchen Hui2015-06-141-0/+6
| * Expand optimizations regarding short-circuting a bitBob Weinand2015-06-141-6/+0
| * Fix short-circuting (bug #69825)Bob Weinand2015-06-141-0/+30
| * Fixed Bug #69761 (Serialization of anonymous classes should be prevented)Xinchen Hui2015-06-133-2/+17
| * Fixed bug #69805 (null ptr deref and seg fault in zend_resolve_class_name)Xinchen Hui2015-06-121-0/+8
| * Make convert_to_* safe with rc>1Nikita Popov2015-06-111-0/+8
| * Merge branch 'PHP-5.6'Nikita Popov2015-06-111-0/+28
| |\
| | * Fix bug #69740Nikita Popov2015-06-111-0/+28
| * | fix bad formatted "undefined offset" notice when key is negativeMárcio Almada2015-06-101-0/+21
| * | Merge branch 'PHP-5.6'Anatol Belski2015-06-101-0/+16
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-101-0/+16
| | |\
| | | * made failing test more meaningfulChristoph M. Becker2015-06-101-6/+11
| | | * added failing testChristoph M. Becker2015-06-101-0/+11
| * | | Also reflects the case changeXinchen Hui2015-06-081-1/+1
| * | | Fixed bug #69767 (Default parameter value with wrong type segfaults)Xinchen Hui2015-06-081-0/+8
| * | | Fixed bug #69758 (Item added to array not being removed by array_pop/shift)Xinchen Hui2015-06-051-0/+27
| * | | Fixed bug #69755 (segfault in ZEND_CONCAT_SPEC_TMPVAR_CONST_HANDLER)Dmitry Stogov2015-06-041-0/+8
| * | | Fix Bug #69754 (Compile failure with ::class in array)Bob Weinand2015-06-031-0/+25
| * | | Merge branch 'PHP-5.6'Dmitry Stogov2015-06-011-0/+30
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-06-011-0/+30
| | |\ \ | | | |/
| | | * Fixed bug #69732 (can induce segmentation fault with basic php code).Dmitry Stogov2015-06-011-0/+30
| * | | Merge branch 'PHP-5.6'Nikita Popov2015-05-291-0/+17
| |\ \ \ | | |/ /
| | * | Preserve VARIADIC flag for Closure::__invoke()Nikita Popov2015-05-291-0/+17
| * | | Add test for memory leak with wrong return typeBob Weinand2015-05-271-0/+20
| * | | Add class to semi_reserved testsBob Weinand2015-05-252-0/+6
| * | | updates grammar tests with class members named as method modifiers \cc @bwoebiMárcio Almada2015-05-253-0/+54
| * | | Also unreserve T_CLASSBob Weinand2015-05-251-1/+2
| * | | Merge context sensitive lexer RFCBob Weinand2015-05-2523-0/+1491
| |\ \ \
| | * | | add tests for semi reserved words and remove obsolete onesMárcio Almada2015-04-3023-0/+1491
| * | | | Drop FREE_ON_RETURN flag, check brk_cont->start insteadNikita Popov2015-05-231-0/+16
| * | | | Fix scope_is_known() for class constantsNikita Popov2015-05-211-0/+19
| * | | | Add GC support for ArrayObjectNikita Popov2015-05-201-1/+1
| * | | | Show argument causing TypeException in traceNikita Popov2015-05-2014-14/+14
* | | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-181-0/+8
|\ \ \ \ \ | |/ / / /
| * | | | Added Test (the lineno should be fixed)Xinchen Hui2015-05-181-0/+8
* | | | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-17172-202/+202
* | | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-17224-270/+376
|\ \ \ \ \ | |/ / / /
| * | | | Display TypeExceptions like normal exceptionsNikita Popov2015-05-1726-26/+132
| * | | | Tweak uncaught exception message displayNikita Popov2015-05-17198-217/+217
* | | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-173-10/+21
|\ \ \ \ \ | |/ / / /
| * | | | Don't write prop if read prop threw exceptionNikita Popov2015-05-173-10/+21
* | | | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-16173-230/+230
|/ / / /
* | | | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-15145-145/+656
* | | | Fix memleak in generators using symtableBob Weinand2015-05-141-0/+20
* | | | Fixed memory leakDmitry Stogov2015-05-141-0/+9
* | | | Merge branch 'PHP-5.6'Nikita Popov2015-05-121-0/+21
|\ \ \ \ | | |/ / | |/| |
| * | | Fix bug #69599Nikita Popov2015-05-121-0/+21
* | | | Add support for $callable() sytnax with 'Class::method'Aaron Piotrowski2015-05-121-0/+57