History log of /PHP-7.1/Zend/zend_compile.c (Results 576 – 600 of 1956)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6513e959 19-Jul-2014 Nikita Popov

Fix for with empty expression lists


# ef26f956 19-Jul-2014 Nikita Popov

Load lineno when compiling exprs


# 446cf29a 19-Jul-2014 Nikita Popov

Fix compound assign to static property


# 09309a54 19-Jul-2014 Nikita Popov

Remove dead code


# 74dba7e4 19-Jul-2014 Nikita Popov

__autoload error


# 547331d2 19-Jul-2014 Nikita Popov

Port methods

The duplicated magic method checks are ugly


# b9f62be2 18-Jul-2014 Nikita Popov

Cleanup


# d0b66f3a 18-Jul-2014 Nikita Popov

zend_emit_jump and zend_emit_cond_jump


# ca7a4907 18-Jul-2014 Nikita Popov

zend_update_jump_target


# 0eab81f3 18-Jul-2014 Nikita Popov

Remove bits of dead code


# 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.


# 3ad55e00 18-Jul-2014 Nikita Popov

Small cleanup

Current problem: build_runtime_defined_function_key is lexer
coupled


# ae5ba9ab 18-Jul-2014 Nikita Popov

Port closures


# abfc8bd8 18-Jul-2014 Nikita Popov

Port closure use


# 20d2a044 16-Jul-2014 Nikita Popov

Lineno corrections


# 64a71321 16-Jul-2014 Nikita Popov

Port __METHOD__


# 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


# bcc67778 14-Jul-2014 Dmitry Stogov

Fixed ZTS build


# af7cb169 14-Jul-2014 Dmitry Stogov

Implemented builtin instruction for strlen()


# 42c4bcae 14-Jul-2014 Dmitry Stogov

Fixed ZTS build


1...<<21222324252627282930>>...79