History log of /PHP-7.1/Zend/zend_compile.c (Results 501 – 525 of 1956)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 438b1e3d 29-Jul-2014 Nikita Popov

build_runtime_definition_key returns zend_string*


# 18f06807 28-Jul-2014 Nikita Popov

Change current_namespace to a zend_string*


# 047a9948 28-Jul-2014 Nikita Popov

For filenames a pointer comparison is sufficient


# e9fb72c8 28-Jul-2014 Nikita Popov

Rename to zend_str_equals_literal and turn into a macro

So we can make of sizeof rather than strlen


# c8d3b590 28-Jul-2014 Nikita Popov

zend_str_equals_str(_ci)


# 8c724c20 28-Jul-2014 Nikita Popov

Use zend_str_equals more often


# 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


# 4c05bec5 28-Jul-2014 Nikita Popov

Remove some unused compiler globals


# 31a886c3 28-Jul-2014 Nikita Popov

More dead code


# 55f53e29 28-Jul-2014 Nikita Popov

zend_get_class_fetch_type works on zend_string


# 50aefcf0 28-Jul-2014 Nikita Popov

Remove duplicate code


# 23066552 28-Jul-2014 Nikita Popov

We don't pay per newline...


# 38c4125c 28-Jul-2014 Nikita Popov

Cleanup dead/duplicate code


# a2925df6 28-Jul-2014 Nikita Popov

Use zend_ast_get_str where possible


# 1d79fb30 28-Jul-2014 Nikita Popov

Add zend_ast_list* variant to parser stack element


# 187ff135 28-Jul-2014 Nikita Popov

zend_do_op_data -> zend_emit_op_data


# 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


# d0943edf 27-Jul-2014 Nikita Popov

Remove last EA usages

Still retaining the EA field in znode as it is used by opcache


# bea85f58 27-Jul-2014 Nikita Popov

Use more specific parser stack nodes


# 1ea9a2d9 27-Jul-2014 Nikita Popov

Cleanup member modifier code


# df42793c 26-Jul-2014 Nikita Popov

Create namespace_name via AST


# c0790712 26-Jul-2014 Nikita Popov

zend_do_return -> zend_emit_final_return


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