summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-211-2/+0
|\
| * Fixed bug #74947 (Segfault in scanner on INF number)Xinchen Hui2017-07-211-2/+0
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-231-1/+1
|\ \ | |/
| * Fix sequencing UBNikita Popov2017-03-231-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-03-231-1/+2
|\ \ | |/
| * Fix bug where `yield from` is captured too greedilySara Golemon2017-03-231-1/+2
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * Fix line number of implicit return in pseudo-main scopeNikita Popov2016-10-121-2/+6
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Implement #72918: negative offset inside a quoted string leads to parse errorChristoph M. Becker2016-10-141-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-10-141-1/+3
* | Make sure TOKEN_PARSE mode is thread safeNikita Popov2016-07-231-2/+8
* | Fixed compilation warningsDmitry Stogov2016-06-211-3/+3
* | Raise compiler warning on octal overflowSara Golemon2016-05-141-0/+6
* | Eliminated checks for (func->op_array.fn_flags & ZEND_ACC_GENERATOR) in fast ...Dmitry Stogov2016-05-131-0/+1
* | Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-3/+3
* | Refactor zval cleanup into single functionBob Weinand2016-05-051-3/+3
* | Fix bug #71897Andrea Faulds2016-05-041-3/+3
* | Merge branch 'PHP-7.0'Nikita Popov2016-03-061-0/+1
|\ \ | |/
| * Fixed bug #71724Nikita Popov2016-03-061-0/+1
* | Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\ \ | |/
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | Separate common part of compile_file() and compile_string() into zend_compile()Dmitry Stogov2015-11-121-69/+45
|/
* Don't return T_ERROR from token_get_all()Nikita Popov2015-07-091-15/+7
* Fix bug #69430Nikita Popov2015-07-091-0/+5
* Switch code on thrown TypeError and ParseError to 0, update related testsAaron Piotrowski2015-07-071-5/+5
* Replace references to PHP_WIN32 and TSRM_WIN32 with ZEND_WIN32 in Zend/, this...Kalle Sommer Nielsen2015-07-041-2/+2
* Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-5/+5
* Cleanup exception ce APIAaron Piotrowski2015-07-031-5/+5
* Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-141-174/+197
|\
| * ext tokenizer port + cleanup unused lexer statesMárcio Almada2015-04-301-189/+200
| * implement context sensitive language with lexical feedbackMárcio Almada2015-04-301-3/+15
* | Remodel exceptions based on Throwable interfaceAaron Piotrowski2015-05-161-5/+5
|/
* Add line_start/end info to main op_arrayBob Weinand2015-04-251-0/+4
* Move more stuff to file_contextNikita Popov2015-04-211-2/+0
* Fixed bug #69388Nikita Popov2015-04-201-6/+14
* Merge branch 'coroutineDelegation' of https://github.com/bwoebi/php-srcBob Weinand2015-04-141-0/+4
|\
| * Added yield from operatorBob Weinand2015-03-071-0/+4
* | Throw ParseException from lexerNikita Popov2015-04-021-12/+30
* | Use zend_error_noreturn() for fatal errorsDmitry Stogov2015-04-011-1/+1
* | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-1/+1
* | Support ParseException for require etcNikita Popov2015-03-171-33/+25
* | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-8/+6
* | Blast off to space.Andrea Faulds2015-01-291-0/+4
|/
* Fixed compiler reenterabilityDmitry Stogov2015-01-221-0/+6
* Provide compiler hook for altering the AST pre-compilation.Sara Golemon2015-01-191-0/+6
* Fixed annoying incompatible pointer type warningXinchen Hui2015-01-181-5/+5
* Error on invalid octal (fixes PHPSadness #31)Andrea Faulds2015-01-171-10/+52
* bump yearXinchen Hui2015-01-151-1/+1