summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Make type error messages more consistentMáté Kocsis2020-02-17100-656/+645
* Improve generated names for anonymous classesNikita Popov2020-02-177-17/+58
* Add static return typeNikita Popov2020-02-1716-24/+359
* Use strlen for INI_* macrosMichael Voříšek2020-02-171-7/+7
* Constrain number parameter of numfmt_format to int|floatChristoph M. Becker2020-02-162-2/+12
* Fix JIT trait type errorsNikita Popov2020-02-131-0/+43
* Add const modifier for name stringsMichael Voříšek2020-02-132-10/+10
* Reset required_num_args for disabled functionsNikita Popov2020-02-122-0/+7
* var_dump(): Don't skip recursion detection on first levelNikita Popov2020-02-126-36/+7
* Reuse SEPARATE_ARRAY() macroDmitry Stogov2020-02-111-6/+1
* Allow arbitrary expressions in new/instanceof using () syntaxNikita Popov2020-02-112-0/+19
* Treat magic constants like normal constantsNikita Popov2020-02-112-9/+33
* Make class constants fully dereferencableNikita Popov2020-02-112-1/+28
* Unify array and object dereferencabilityNikita Popov2020-02-112-6/+30
* Split into fully_dereferencable and array_dereferencableNikita Popov2020-02-111-11/+14
* Split class_constant from constant productionNikita Popov2020-02-111-3/+9
* Make encapsed strings fully dereferencableNikita Popov2020-02-112-1/+30
* Add support for $obj::classNikita Popov2020-02-119-701/+936
* Fix [-Wmissing-field-initializers] compiler warning in zend_iteratorGeorge Peter Banyard2020-02-101-3/+4
* Deref slow-path ASSIGN_OBJ resultNikita Popov2020-02-103-37/+55
* Merge branch 'PHP-7.4'Xinchen Hui2020-02-102-7/+48
|\
| * Fixed bug #79244 (php crashes during parsing INI file). (Laruence)Xinchen Hui2020-02-102-7/+48
* | Make ASSIGN, ASSIGN_OP, INC and DEC opcodes to return IS_TMP_VAR instead of I...Dmitry Stogov2020-02-076-37/+94
* | Basic JIT support for verify returnNikita Popov2020-02-072-1/+3
* | Merge branch 'PHP-7.4'Dmitry Stogov2020-02-063-21/+21
|\ \ | |/
| * Make opcodes to return de-refereced values of typed references (in the same w...Dmitry Stogov2020-02-063-21/+21
* | Remove spurious const qualifier from function return typeNikita Popov2020-02-062-2/+2
* | Remove ZEND_ACC_IMPLEMENT_INTERFACES flagNikita Popov2020-02-063-9/+5
* | Remove ZEND_ACC_IMPLEMENTS_TRAITS flagNikita Popov2020-02-063-8/+4
* | Remove ZEND_ACC_INHERITED flagNikita Popov2020-02-062-5/+1
* | Adjust XFAIL tests due to TypeErrorsGeorge Peter Banyard2020-02-052-11/+23
* | Fix some -Wold-style-declaration compiler warningsGeorge Peter Banyard2020-02-051-1/+1
* | Reindent phpt filesNikita Popov2020-02-031025-7455/+7455
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-035-2959/+2959
|\ \ | |/
| * Apply tidy formattingNikita Popov2020-02-035-3072/+3072
* | Export zend_type_to_string() with ZEND_APIDerick Rethans2020-02-032-2/+2
* | Merge branch 'PHP-7.4'Nikita Popov2020-02-032-0/+2
|\ \ | |/
| * Add WHITESPACE_SENSITIVE run-tests sectionNikita Popov2020-02-032-0/+2
* | Clean up the generation of the parsersAkim Demaille2020-02-013-12/+11
* | Bison: enable all the warnings and fix themAkim Demaille2020-02-012-2/+2
* | We don't need "safe" destruction anymoreDmitry Stogov2020-01-312-25/+3
* | Merge branch 'PHP-7.4'Nikita Popov2020-01-315-13/+79
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-315-13/+79
| |\
| | * Fix bug #76047Nikita Popov2020-01-314-12/+79
| | * Bump versionChristoph M. Becker2020-01-071-1/+1
* | | Use "%empty" in the parsers, instead of commentsAkim Demaille2020-01-313-33/+33
* | | Merge branch 'PHP-7.4'Dmitry Stogov2020-01-313-6/+39
|\ \ \ | |/ /
| * | Fixed bug #79094 (Crashing when running recursion function)Dmitry Stogov2020-01-313-6/+39
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-301-2/+2
|\ \ \ | |/ /
| * | fix cross compilation failure due to size_t typecast in definePascal de Bruijn2020-01-301-2/+2