Home
last modified time | relevance | path

Searched refs:IS_CONSTANT_AST (Results 1 – 10 of 10) sorted by relevance

/PHP-5.6/Zend/
H A Dzend_variables.c50 case IS_CONSTANT_AST: in _zval_dtor_func()
88 case IS_CONSTANT_AST: in _zval_internal_dtor()
145 case IS_CONSTANT_AST: in _zval_copy_ctor_func()
H A Dzend.h592 #define IS_CONSTANT_AST 9 macro
601 …pe) & IS_CONSTANT_TYPE_MASK) >= IS_CONSTANT && ((type) & IS_CONSTANT_TYPE_MASK) <= IS_CONSTANT_AST)
H A Dzend_execute_API.c543 } else if (Z_TYPE_P(p) == IS_CONSTANT_AST) { in zval_update_constant_ex()
H A Dzend_compile.c3511 } else if ((Z_TYPE_P(zv) & IS_CONSTANT_TYPE_MASK) == IS_CONSTANT_AST) { in zend_get_function_declaration()
7446 Z_TYPE(result->u.constant) = IS_CONSTANT_AST; in zend_do_constant_expression()
/PHP-5.6/
H A DUPGRADING.INTERNALS204 These two #defines disappeared. Instead we have now IS_CONSTANT_AST which
208 Please note that IS_CONSTANT_AST now has the same value than
/PHP-5.6/ext/opcache/Optimizer/
H A Dpass1_5.c256 if (Z_TYPE(c) == IS_CONSTANT_AST) {
310 if (Z_TYPE_PP(c) == IS_CONSTANT_AST) {
/PHP-5.6/ext/opcache/
H A Dzend_accelerator_util_funcs.c252 case IS_CONSTANT_AST: in zend_ast_clone()
313 case IS_CONSTANT_AST:
437 case IS_CONSTANT_AST:
H A Dzend_persist_calc.c139 case IS_CONSTANT_AST:
H A Dzend_persist.c184 case IS_CONSTANT_AST:
/PHP-5.6/ext/com_dotnet/
H A Dcom_variant.c167 case IS_CONSTANT_AST: in php_com_variant_from_zval()

Completed in 48 milliseconds