History log of /PHP-7.4/Zend/zend_ast.h (Results 51 – 75 of 124)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5185baab 18-Sep-2014 Dmitry Stogov

Changed "inline" into "zend_always_inline"


Revision tags: php-5.4.33
# 69e7c9d8 16-Sep-2014 Nikita Popov

Initial coalesce operator implementation


Revision tags: php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1
# 545fd516 29-Aug-2014 Nikita Popov

Don't distinguish between ast/list in parser

This removes the need to use $<ast>{n} or $<list>$ casts in the
reduction actions.

Keeping the distinction in the parser doesn't rea

Don't distinguish between ast/list in parser

This removes the need to use $<ast>{n} or $<list>$ casts in the
reduction actions.

Keeping the distinction in the parser doesn't really give us any
benefit and only makes changing the grammar harder.

show more ...


Revision tags: php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, 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, php-5.6.0RC3
# 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


# 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


# df42793c 26-Jul-2014 Nikita Popov

Create namespace_name via AST


# c0790712 26-Jul-2014 Nikita Popov

zend_do_return -> zend_emit_final_return


# 4ca4b423 26-Jul-2014 Nikita Popov

Make lexer return AST nodes


# a51e00a8 26-Jul-2014 Nikita Popov

Add functions for create str/long ast directly


# edd9fcab 26-Jul-2014 Nikita Popov

Fix leaks

Must find a good way to handle constant expressions...


Revision tags: php-5.5.15, php-5.4.31
# b9be66eb 22-Jul-2014 Nikita Popov

Implement declare()


# 3becdb33 22-Jul-2014 Nikita Popov

__halt_compiler() without haling compiler


# 8a2ff6b5 22-Jul-2014 Nikita Popov

Partial NS port (semicolon, no errors)


# b6c9eb21 22-Jul-2014 Nikita Popov

Port constant declaration


# 37ac1b96 21-Jul-2014 Nikita Popov

Port use statement


# b24bda6b 21-Jul-2014 Nikita Popov

Partial port of class declarations


# 461bce52 21-Jul-2014 Nikita Popov

Prepare zend_ast_decl for reuse with classes


# 291bcfe4 19-Jul-2014 Nikita Popov

Port trait uses


# 222430d9 19-Jul-2014 Nikita Popov

Port class const decl


# 43d6e599 19-Jul-2014 Nikita Popov

Port property declarations


# 547331d2 19-Jul-2014 Nikita Popov

Port methods

The duplicated magic method checks are ugly


12345