summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Avoid control flow warningNikita Popov2020-04-021-0/+5
* Remove unnecessary check in runtime_compile_time_binary_operands.phptNikita Popov2020-04-011-3/+0
* Make division by zero error check more accurateNikita Popov2020-04-011-1/+2
* Unify checks for binary operator errors for ct evalNikita Popov2020-04-014-36/+35
* Improve "unsupported operands" errorNikita Popov2020-04-0113-40/+47
* Remove op_func from TRY_BINARY_OP1 macroNikita Popov2020-04-012-42/+42
* Refactor operator implementationsNikita Popov2020-03-314-309/+293
* Add additional operator exception handling testsNikita Popov2020-03-311-0/+67
* Remove unused argument form convert_object_to_type()Nikita Popov2020-03-311-8/+8
* Display nullability in type error messages for internal functionsMáté Kocsis2020-03-312-56/+90
* Clean up silent/noisy flag in convert_to_numberNikita Popov2020-03-311-22/+22
* Promote some warnings to Errors in Zend basic functionsGeorge Peter Banyard2020-03-3112-170/+235
* Make cast_object handler requiredNikita Popov2020-03-315-74/+55
* Improve undefined variable error messagesMáté Kocsis2020-03-3154-220/+220
* Add a ZEND_UNCOMPARABLE valueNikita Popov2020-03-312-2/+8
* Report object cast failures internallyNikita Popov2020-03-312-28/+36
* Clarify that return throwsNikita Popov2020-03-301-2/+1
* mb_detect_encoding(): Use proper array|string parameterNikita Popov2020-03-301-3/+12
* Add test to make sure that (self::class)::method() is not forwarding LSBMichael Voříšek2020-03-301-0/+7
* Remove unnecessary NULL checkNikita Popov2020-03-301-4/+0
* Remove HAVE_REALPATH checksNikita Popov2020-03-261-4/+0
* Check abstract method signatures coming from traitsNikita Popov2020-03-2611-75/+200
* JIT for FETCH_THISDmitry Stogov2020-03-202-8/+0
* Improve argument error messages in ext/standardMáté Kocsis2020-03-182-12/+35
* Improved JIT for BIND_GLOBALDmitry Stogov2020-03-182-26/+24
* Revert "Fetch for read in nested property assignments"Nikita Popov2020-03-1812-3122/+3112
* Fetch for read in nested property assignmentsNikita Popov2020-03-1812-3112/+3122
* Fix assertion when (real) is usedNikita Popov2020-03-162-0/+11
* Merge branch 'PHP-7.4'Dmitry Stogov2020-03-135-7/+39
|\
| * Check asserts earlyDmitry Stogov2020-03-123-3/+3
| * Avoid "Anonymous class wasn't preloaded" error by lazely loading of not prelo...Dmitry Stogov2020-03-125-7/+39
* | Remove deprecated (real) castGeorge Peter Banyard2020-03-122-12/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-112-1/+23
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-112-1/+23
| |\
| | * Fix #79364: When copy empty array, next key is unspecifiedChristoph M. Becker2020-03-112-1/+23
| | * Next is 7.3.17Christoph M. Becker2020-03-031-1/+1
* | | Enable better trait conflict error messageNikita Popov2020-03-1010-14/+9
* | | Require non-absolute trait method refs to be unambiguousNikita Popov2020-03-104-3/+74
* | | Merge branch 'PHP-7.4'Nikita Popov2020-03-092-2/+2
|\ \ \ | |/ /
| * | Fixed bug #79357Nikita Popov2020-03-092-2/+2
* | | Regenerate the VMMáté Kocsis2020-03-091-2/+2
* | | Improve error message of foreachMáté Kocsis2020-03-093-12/+12
* | | Remove unnecessary uses of CHECK_SILENTNikita Popov2020-03-061-1/+1
* | | Remove NO_ACCESS flag for zend_is_callable()Nikita Popov2020-03-062-4/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-03-061-0/+45
|\ \ \ | |/ /
| * | Add test for bug #63816Nikita Popov2020-03-061-0/+45
| * | Remove generated lexerNikita Popov2020-02-281-8488/+0
* | | Fixed bug #62609: Allow implementing Traversable in abstract classNikita Popov2020-03-063-0/+39
* | | Use separate typedef for bucket comparison functionNikita Popov2020-03-045-16/+12
* | | Implement interfaces after all methods availableNikita Popov2020-03-043-107/+61