#
25d57aac |
| 29-Aug-2014 |
Nikita Popov |
Introduce optional_expr
|
#
c6a5c3c6 |
| 29-Aug-2014 |
Nikita Popov |
Remove parenthesis_expr This was necessary previously to handle yields, now it only clutters up the grammar.
|
#
7722d2c5 |
| 29-Aug-2014 |
Nikita Popov |
Simplify `argument` production
|
Revision tags: php-5.6.0 |
|
#
f3b629c9 |
| 26-Aug-2014 |
Nikita Popov |
Move =&new deprecation message into compiler
|
#
f8abb9a4 |
| 26-Aug-2014 |
Nikita Popov |
Handle remaining magic constants in parser as well As far as I can see the !filename case cannot occur, so I dropped it.
|
#
49b4e12e |
| 26-Aug-2014 |
Nikita Popov |
Add backup_doc_comment production Bison can't detect the type of a mid-rule action, even if it accesses $<str>$, so need to create a separate rule for this.
|
#
b7876e73 |
| 26-Aug-2014 |
Nikita Popov |
eval() with parse error uses clean shutdown now
|
Revision tags: POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE |
|
#
6c687e0d |
| 21-Aug-2014 |
Nikita Popov |
Add type annotations to parser Conflicts: Zend/zend_language_parser.y
|
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1
|
Revision tags: php-5.5.16, php-5.4.32 |
|
#
458f67cd |
| 18-Aug-2014 |
Nikita Popov |
Fix encoding declaration handling As the encoding declaration influences lexing it needs to be immidiately handled in the parser.
|
#
ef5f3390 |
| 16-Aug-2014 |
Nikita Popov |
Implement a[0] syntax from merge
|
#
8ee2a4a9 |
| 16-Aug-2014 |
Anatol Belski |
first shot on merging the core fro the int64 branch
|
Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1 |
|
#
6cf89612 |
| 30-Jul-2014 |
Nikita Popov |
Support doc comments for propreties
|
#
d5ddd2db |
| 30-Jul-2014 |
Bob Weinand |
Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.
Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.html
show more ...
|
Revision tags: php-5.6.0RC3 |
|
#
78890506 |
| 28-Jul-2014 |
Nikita Popov |
Add zend_ prefix for emit_op(_tmp)
|
#
cf7f0c41 |
| 28-Jul-2014 |
Nikita Popov |
zend_ast_create determined child count automatically
|
#
39d480e4 |
| 28-Jul-2014 |
Nikita Popov |
Remove zend_ast_create_unary etc
|
#
38c4125c |
| 28-Jul-2014 |
Nikita Popov |
Cleanup dead/duplicate code
|
#
1d79fb30 |
| 28-Jul-2014 |
Nikita Popov |
Add zend_ast_list* variant to parser stack element
|
#
f29b84ab |
| 28-Jul-2014 |
Nikita Popov |
Minor cleanups in AST code
|
#
d3cb2393 |
| 27-Jul-2014 |
Nikita Popov |
Use separate node type for lists This saves storing the children count for normal ast nodes.
|
#
21eb6807 |
| 27-Jul-2014 |
Nikita Popov |
Store lineno for zval ast nodes more efficiently
|
#
bea85f58 |
| 27-Jul-2014 |
Nikita Popov |
Use more specific parser stack nodes
|
#
a74515e2 |
| 27-Jul-2014 |
Nikita Popov |
Separate class type and start lineno
|
#
0b86b1c8 |
| 27-Jul-2014 |
Nikita Popov |
Store doc comments in separate stack entry from start lineno
|