Home
last modified time | relevance | path

Searched refs:ZEND_CONST (Results 1 – 6 of 6) sorted by relevance

/PHP-5.6/Zend/
H A Dzend_ast.h31 ZEND_CONST = 256, enumerator
H A Dzend_ast.c29 ast->kind = ZEND_CONST; in zend_ast_create_constant()
91 if (ast->kind == ZEND_CONST) { in zend_ast_is_ct_constant()
253 case ZEND_CONST: in zend_ast_evaluate()
354 } else if (ast->kind == ZEND_CONST) { in zend_ast_copy()
375 if (ast->kind == ZEND_CONST) { in zend_ast_destroy()
H A Dzend_compile.c7439 if (ast->kind == ZEND_CONST) { in zend_do_constant_expression()
/PHP-5.6/ext/opcache/
H A Dzend_persist_calc.c103 if (ast->kind == ZEND_CONST) { in zend_persist_ast_calc()
H A Dzend_accelerator_util_funcs.c231 if (ast->kind == ZEND_CONST) { in zend_ast_clone()
233 node->kind = ZEND_CONST; in zend_ast_clone()
H A Dzend_persist.c148 if (ast->kind == ZEND_CONST) { in zend_persist_ast()

Completed in 48 milliseconds