History log of /PHP-7.3/Zend/zend_ast.h (Results 51 – 75 of 114)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# adbddf4e 18-Jul-2014 Nikita Popov

Support static closures


# 405b97e8 18-Jul-2014 Nikita Popov

Handle function doc comments


# cdcf78f7 18-Jul-2014 Nikita Popov

Fix lexer/compiler interdependency


# 359f99fe 18-Jul-2014 Nikita Popov

Use dedicated func_decl ast node

Functions need a bunch of extra info, that becomes inconvenient
to handle using the normal ast structure.


# ae5ba9ab 18-Jul-2014 Nikita Popov

Port closures


# abfc8bd8 18-Jul-2014 Nikita Popov

Port closure use


# a75921dc 16-Jul-2014 Nikita Popov

Port __FUNCTION__ to AST


# f589713c 15-Jul-2014 Nikita Popov

Preliminary function decl support

Problem: __FUNCTION__ etc don't work anymore, due to lexer/parser
interdependency.


# 1ee3277a 14-Jul-2014 Nikita Popov

Port parameter defs

Has one bug re \self


# 47f0717a 13-Jul-2014 Nikita Popov

Rename params -> args


12345