summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #78770Nikita Popov2020-08-145-37/+62
* Fix test after PDOStatement::fetchObject() changeNikita Popov2020-08-131-3/+7
* Use Z_PARAM_CLASS in PDOStatement::fetchObject()Nikita Popov2020-08-131-0/+3
* Rename standard array function parameters to $arrayTyson Andre2020-08-114-7/+7
* Fix ?-> in encaps vars without bracesIlija Tovilo2020-08-113-21/+79
* Fixed bug #79927Nikita Popov2020-08-112-3/+34
* Fix nullsafe operator on $thisNikita Popov2020-08-112-8/+37
* SAVE_OPLINE in NULL_HANDLERNikita Popov2020-08-112-0/+2
* Fix nullsafe operator on referenceNikita Popov2020-08-113-0/+27
* Fixed bug #62294Nikita Popov2020-08-101-1/+0
* Fixed bug #79948Nikita Popov2020-08-104-3/+22
* Fixed bug #77561Nikita Popov2020-08-101-1/+0
* Merge branch 'PHP-7.4'Nikita Popov2020-08-104-1/+26
|\
| * Fixed bug #79947Nikita Popov2020-08-104-4/+22
* | Add many missing closing PHP tags to testsMáté Kocsis2020-08-09402-4/+402
* | Accept zend_object* in zend_update_propertyNikita Popov2020-08-073-47/+45
* | Accept zend_object* in zend_unset_propertyNikita Popov2020-08-073-4/+4
* | Accept zend_object* in zend_get_exception_baseNikita Popov2020-08-072-17/+17
* | Accept zend_object in zend_read_propertyNikita Popov2020-08-073-12/+12
* | Add more argument types to stubsMáté Kocsis2020-08-072-13/+13
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-062-0/+30
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-062-0/+30
| |\
| | * Fix #79934: CRLF-only line in heredoc causes parsing errorPieter van den Ham2020-08-064-351/+381
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-031-1/+1
| |\ \ | | |/
| | * Removed space from bug55086.phptGraham Campbell2020-08-031-1/+1
* | | Update API version numbersGabriel Caruso2020-08-042-2/+2
* | | Revert "Prepare for PHP 8.1"Nikita Popov2020-08-043-3/+3
* | | Prepare for PHP 8.1Gabriel Caruso2020-08-041-1/+1
* | | Update API version numbersGabriel Caruso2020-08-042-2/+2
* | | Merge branch 'levim/assert-throw'Levi Morrison2020-08-035-0/+11
|\ \ \
| * | | Default assert.exception to 1Levi Morrison2020-08-025-0/+11
* | | | Promote "undefined array key" notice to warningNikita Popov2020-08-0325-57/+57
* | | | Fix bug #79925Nikita Popov2020-08-032-4/+34
* | | | Enforce __set_state() parameter typeNikita Popov2020-08-032-0/+13
* | | | Fix handling of nullsafe method in empty()Nikita Popov2020-08-032-1/+23
* | | | Drop the unneeded pointer castingtangl1632020-08-031-2/+2
|/ / /
* | | Ensure correct signatures for magic methodsGabriel Caruso2020-08-0228-3/+426
* | | Implement named parametersNikita Popov2020-07-3153-2393/+5719
* | | Make check in RECV_VARIADIC more preciseNikita Popov2020-07-313-18/+17
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-311-0/+14
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-312-3/+15
| |\ \ | | |/
| | * Fix #79919: Stack use-after-scope in define()Christoph M. Becker2020-07-312-3/+15
* | | Add a few missing parameter types in stubsMáté Kocsis2020-07-307-16/+18
* | | Fixed bug #79897: Promoted constructor params with attribs cause crashDeus Kane2020-07-302-1/+40
* | | Fix leak with nullsafe operator with constant LHSNikita Popov2020-07-292-3/+6
* | | Fix bug #79900Nikita Popov2020-07-292-1/+14
* | | Fix STR_OR_OBJ_OF_TYPE stringable handlingNikita Popov2020-07-292-15/+15
* | | Implement 'Saner Numeric Strings' RFC:George Peter Banyard2020-07-2938-461/+1186
* | | Permit trailing whitespace in numeric stringsAndrea Faulds2020-07-293-7/+73
* | | Fix typo in testNikita Popov2020-07-281-1/+1