summaryrefslogtreecommitdiff
path: root/Zend/tests/nullsafe_operator
Commit message (Expand)AuthorAgeFilesLines
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-0/+9
* Fix undef var exception handling in JMP_NULLNikita Popov2020-09-151-0/+18
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-092-7/+7
* Add tests for nullsafe operator on delayed oplinesIlija Tovilo2020-08-315-0/+110
* Rename standard array function parameters to $arrayTyson Andre2020-08-111-1/+1
* Fix ?-> in encaps vars without bracesIlija Tovilo2020-08-112-19/+71
* Fix nullsafe operator on $thisNikita Popov2020-08-111-0/+25
* Fix nullsafe operator on referenceNikita Popov2020-08-111-0/+18
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-094-0/+4
* Fix handling of nullsafe method in empty()Nikita Popov2020-08-031-0/+22
* Fix leak with nullsafe operator with constant LHSNikita Popov2020-07-291-0/+3
* Fix use-after-free when nullsafe used with constant LHSNikita Popov2020-07-281-0/+8
* Implement nullsafe ?-> operatorIlija Tovilo2020-07-2428-0/+772