summaryrefslogtreecommitdiff
path: root/Zend/tests
Commit message (Expand)AuthorAgeFilesLines
* Add test for bug #73816Nikita Popov2020-01-031-0/+24
* Make url_stats in resolve_path quietNikita Popov2019-12-301-0/+30
* Properly propagate url_stat exceptions during includeNikita Popov2019-12-302-3/+42
* Similar problem (#79022) also exists in InterfacesXinchen Hui2019-12-241-0/+17
* Fixed bug #79022 (class_exists returns True for classes that are not ready to...Xinchen Hui2019-12-241-0/+22
* Fix leak when generator closed during yield in finallyNikita Popov2019-12-201-0/+51
* Fix early free of assign_obj op_dataNikita Popov2019-12-201-0/+14
* Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-12-191-0/+17
|\
| * Fixed bug #78999 (Cycle leak when using function result as temporary)Dmitry Stogov2019-12-191-0/+17
* | Avoid signed integer overflow in string offset checkNikita Popov2019-12-191-0/+16
* | Fix leak in assign_ref with functionNikita Popov2019-12-181-0/+23
* | Fixed bug #78776Nikita Popov2019-12-181-0/+28
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-181-0/+30
|\ \ | |/
| * Rethrow generator exception even without active stack frameNikita Popov2019-12-181-0/+30
* | Fix use-after-free when trying to write to closure propertyNikita Popov2019-12-181-0/+22
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-181-0/+28
|\ \ | |/
| * Fix freeing of dynamic call nameNikita Popov2019-12-181-0/+28
* | Fix const/cv freeing on failed reference assignmentNikita Popov2019-12-181-0/+26
* | Set opcache.optimization_level=0 in testNikita Popov2019-12-161-0/+2
* | Test fixesStanislav Malyshev2019-12-161-2/+2
* | Fixed bug #78973Nikita Popov2019-12-161-0/+17
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-131-0/+36
|\ \ | |/
| * Fixed bug #78921Nikita Popov2019-12-131-0/+36
* | Fixed bug #78926: Handle class table reallocation on failed linkNikita Popov2019-12-091-0/+22
* | Use unmangled named in property type inheritance errorNikita Popov2019-12-091-0/+11
* | Fixed bug #78904: Don't call any magic for uninitialized typed propertiesNikita Popov2019-12-095-2/+25
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-061-0/+9
|\ \ | |/
| * Fix constant evaluation of && and ||Nikita Popov2019-12-061-0/+9
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-041-2/+2
|\ \ | |/
| * Fix AST printing of nullable builtin typesNikita Popov2019-12-041-2/+2
* | Fixed bug #78898Nikita Popov2019-12-041-0/+34
* | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-11-251-0/+33
|\ \ | |/
| * Fixed bug #78868 (Calling __autoload() with incorrect EG(fake_scope) value)Dmitry Stogov2019-11-251-0/+33
* | Fixed bug #78810Nikita Popov2019-11-151-0/+25
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-11-061-0/+22
|\ \ | |/
| * Fixed bug #78787Nikita Popov2019-11-061-0/+22
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-291-0/+13
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-291-0/+13
| |\
| | * Fixed bug #78689Nikita Popov2019-10-291-0/+13
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-281-0/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-10-281-0/+24
| |\ \ | | |/
| | * Fix bug #78752Nikita Popov2019-10-281-0/+24
* | | Fix bug #78226: Don't call __set() on uninitialized typed propertiesNikita Popov2019-10-251-0/+54
* | | Don't autoload when checking property typesNikita Popov2019-10-231-0/+51
* | | Fix static prop cleanup for dl'ed internal classesNikita Popov2019-10-211-0/+2
* | | Fix leak with cycle in static prop of internal classNikita Popov2019-10-211-0/+12
* | | Fix handling of overflowing invalid octal in tokenizerNikita Popov2019-10-141-1/+1
* | | Return error_zval form get_property_ptr_ptr on exceptionNikita Popov2019-10-102-10/+0
* | | Fix leak when property AST evaluation failsNikita Popov2019-10-101-6/+7
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-101-0/+15
|\ \ \ | |/ /