summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* Accept zend_string instead of zval in zend_compile_stringNikita Popov2020-09-071-9/+4
* Merge branch 'PHP-7.4'Nikita Popov2020-09-041-2/+1
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-041-2/+1
| |\
| | * Avoid duplicate octal warning during heredoc scan aheadNikita Popov2020-09-041-2/+1
* | | Don't intern compiled_filenameNikita Popov2020-09-031-1/+2
* | | Change Attribute Syntax from @@ to #[]Benjamin Eberlei2020-09-021-1/+2
* | | Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-37/+27
* | | Drop various unused macros/APIsGeorge Peter Banyard2020-08-261-1/+1
* | | Fix ?-> in encaps vars without bracesIlija Tovilo2020-08-111-2/+8
* | | Fixed bug #62294Nikita Popov2020-08-101-1/+0
* | | Fixed bug #77561Nikita Popov2020-08-101-1/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-061-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-061-0/+1
| |\ \ | | |/
| | * Fix #79934: CRLF-only line in heredoc causes parsing errorPieter van den Ham2020-08-061-0/+1
* | | Implement Shorter Attribute SyntaxTheodore Brown2020-07-281-0/+4
* | | Implement nullsafe ?-> operatorIlija Tovilo2020-07-241-0/+9
* | | Treat namespaced names as single tokenNikita Popov2020-07-221-4/+16
* | | Implement match expressionIlija Tovilo2020-07-091-0/+4
* | | Don't include trailing newline in comment tokenNikita Popov2020-06-251-5/+1
* | | Forbid use of <?= as a semi-reserved identifierNikita Popov2020-06-191-2/+9
* | | Initialize indentation_uses_spaces fieldNikita Popov2020-06-121-0/+1
* | | Fix bug #77966: Cannot alias a method named "namespace"Nikita Popov2020-06-081-83/+100
* | | Syntax errors caused by unclosed {, [, ( mention specific locationAlex Dowad2020-04-141-10/+103
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-0/+36
* | | Fix assertion when (real) is usedNikita Popov2020-03-161-0/+1
* | | Remove deprecated (real) castGeorge Peter Banyard2020-03-121-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-02-281-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-02-281-0/+3
| |\ \ | | |/
| | * Fixed bug #79062Nikita Popov2020-02-281-0/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-301-5/+7
|\ \ \ | |/ /
| * | Properly propagate url_stat exceptions during includeNikita Popov2019-12-301-5/+7
* | | Make "unterminated comment" into a parse errorNikita Popov2019-10-301-2/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-141-7/+14
|\ \ \ | |/ /
| * | Fix handling of overflowing invalid octal in tokenizerNikita Popov2019-10-141-7/+14
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-101-0/+1
|\ \ \ | |/ /
| * | Report error if stream_read is not implementedNikita Popov2019-10-101-0/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-071-0/+2
|\ \ \ | |/ /
| * | Fix leak when include fails in a read operationNikita Popov2019-10-071-0/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-10-041-0/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-10-041-0/+15
| |\ \ | | |/
| | * Make sure T_ERROR is returned for all lexer exceptionsNikita Popov2019-10-041-0/+15
* | | Replace "unexpected character" warning with ParseErrorNikita Popov2019-10-041-8/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-09-301-1/+2
|\ \ \ | |/ /
| * | Fixed bug #78604Nikita Popov2019-09-301-1/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-09-281-2/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-281-2/+4
| |\ \ | | |/
| | * Don't throw warnings during heredoc scan-aheadNikita Popov2019-09-281-2/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2019-09-141-48/+29
|\ \ \ | |/ /
| * | Fix double-free on invalid large octal with separatorsNikita Popov2019-09-141-48/+29
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-08-251-2/+2
|\ \ \ | |/ /