summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* Implement enumsIlija Tovilo2021-03-171-0/+13
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-14/+7
* Remove deprecated codeDmitry Stogov2021-03-131-6/+0
* Fix static variable behavior with inheritanceNikita Popov2021-02-181-0/+1
* Fix parsing of semi-reserved tokens at offset > 4 GBNikita Popov2021-01-251-8/+12
* Accept zend_string in zend_prepare_string_for_scanningNikita Popov2021-01-211-10/+11
* Replace zend_bool uses with boolNikita Popov2021-01-151-15/+15
* Fix lexing of zero octal followed by whitespaceNikita Popov2021-01-051-0/+5
* Implement Explicit octal notation for integers RFCGeorge Peter Banyard2021-01-041-1/+47
* Merge branch 'PHP-8.0'Nikita Popov2020-12-161-3/+3
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-161-3/+3
| |\
| | * Fix bug #80523Nikita Popov2020-12-161-3/+3
* | | Merge branch 'PHP-8.0'Nikita Popov2020-12-021-1/+1
|\ \ \ | |/ /
| * | Fixed bug #80462Nikita Popov2020-12-021-1/+1
* | | Accept zend_string in highlight_string APINikita Popov2020-10-221-11/+5
|/ /
* | 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
|\ \ \ | |/ /