Home
last modified time | relevance | path

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

12

/PHP-7.3/Zend/
H A Dzend_variables.c64 ZEND_ASSERT(GC_TYPE(p) <= IS_CONSTANT_AST); in rc_dtor_func()
H A Dzend_inheritance.c524 } else if (Z_TYPE_P(zv) == IS_CONSTANT_AST) { in zend_get_function_declaration()
783 if (Z_TYPE(parent_const->value) == IS_CONSTANT_AST) { in do_inherit_class_constant()
855 if (Z_OPT_TYPE_P(dst) == IS_CONSTANT_AST) { in zend_do_inheritance()
865 if (Z_OPT_TYPE_P(dst) == IS_CONSTANT_AST) { in zend_do_inheritance()
923 if (Z_TYPE_P(Z_INDIRECT_P(dst)) == IS_CONSTANT_AST) { in zend_do_inheritance()
1023 if (Z_TYPE(c->value) == IS_CONSTANT_AST) { in do_inherit_iface_constant()
1628 if (UNEXPECTED(Z_TYPE_P(op1) == IS_CONSTANT_AST)) { in zend_do_traits_property_binding()
1633 if (UNEXPECTED(Z_TYPE_P(op2) == IS_CONSTANT_AST)) { in zend_do_traits_property_binding()
H A Dzend_types.h396 #define IS_CONSTANT_AST 11 macro
544 #define IS_CONSTANT_AST_EX (IS_CONSTANT_AST | (IS_TYPE_REFCOUNTED << Z_TYPE_FLAGS_SHIFT))
589 #define Z_CONSTANT(zval) (Z_TYPE(zval) == IS_CONSTANT_AST)
614 #define Z_OPT_CONSTANT(zval) (Z_OPT_TYPE(zval) == IS_CONSTANT_AST)
H A Dzend_constants.c390 if (ret_constant && Z_TYPE_P(ret_constant) == IS_CONSTANT_AST) { in zend_get_constant_ex()
H A Dzend_opcode.c561 if (Z_TYPE_P(val) == IS_CONSTANT_AST) { in pass_two()
H A Dzend_closures.c514 if (Z_TYPE_P(var) == IS_CONSTANT_AST) { in zend_closure_get_debug_info()
H A Dzend_ast.c751 GC_TYPE_INFO(ref) = IS_CONSTANT_AST; in zend_ast_copy()
1227 case IS_CONSTANT_AST: in zend_ast_export_zval()
H A Dzend_API.c1161 if (Z_TYPE_P(val) == IS_CONSTANT_AST) { in zend_update_class_constants()
1178 if (Z_TYPE_P(val) == IS_CONSTANT_AST) { in zend_update_class_constants()
3717 if (Z_TYPE_P(property) == IS_CONSTANT_AST) { in zend_declare_property_ex()
3881 if (Z_TYPE_P(value) == IS_CONSTANT_AST) { in zend_declare_class_constant_ex()
H A Dzend_execute_API.c554 if (Z_TYPE_P(p) == IS_CONSTANT_AST) { in zval_update_constant_ex()
H A Dzend_compile.c5607 || (Z_TYPE(default_node.u.constant) == IS_CONSTANT_AST in zend_compile_params()
5626 && Z_TYPE(default_node.u.constant) != IS_CONSTANT_AST in zend_compile_params()
5632 if (!has_null_default && Z_TYPE(default_node.u.constant) != IS_CONSTANT_AST) { in zend_compile_params()
5638 if (default_ast && !has_null_default && Z_TYPE(default_node.u.constant) != IS_CONSTANT_AST) { in zend_compile_params()
H A Dzend_builtin_functions.c1125 if (Z_OPT_TYPE_P(prop) == IS_CONSTANT_AST) { in add_class_vars()
H A Dzend_vm_def.h4767 if (Z_OPT_TYPE_P(default_value) == IS_CONSTANT_AST) {
5144 if (Z_TYPE_P(value) == IS_CONSTANT_AST) {
7887 if (Z_TYPE_P(value) == IS_CONSTANT_AST) {
H A Dzend_execute.c818 if (Z_TYPE_P(default_value) == IS_CONSTANT_AST) { in is_null_constant()
/PHP-7.3/ext/opcache/Optimizer/
H A Dpass1_5.c170 if (Z_TYPE(c) == IS_CONSTANT_AST) { in zend_optimizer_pass1()
231 if (Z_TYPE_P(c) == IS_CONSTANT_AST) { in zend_optimizer_pass1()
235 || Z_TYPE(t) == IS_CONSTANT_AST) { in zend_optimizer_pass1()
H A Doptimize_func_calls.c127 …YPE_P(RT_CONSTANT(&func->op_array.opcodes[i], func->op_array.opcodes[i].op2)) == IS_CONSTANT_AST) { in zend_try_inline_call()
H A Dzend_inference.h162 if (Z_TYPE_P(zv) == IS_CONSTANT_AST) { in DEFINE_SSA_OP_MIN_RANGE()
H A Dcompact_literals.c815 if (Z_TYPE_P(val) == IS_CONSTANT_AST) { in zend_optimizer_compact_literals()
H A Dzend_inference.c2942 … Z_TYPE_P(CRT_CONSTANT_EX(op_array, opline, opline->op2, ssa->rt_constants)) == IS_CONSTANT_AST) { in zend_update_type_info()
4471 … (Z_TYPE_P(CRT_CONSTANT_EX(op_array, opline, opline->op2, ssa->rt_constants)) == IS_CONSTANT_AST) { in zend_may_throw()
/PHP-7.3/ext/opcache/
H A Dzend_persist_calc.c141 case IS_CONSTANT_AST: in zend_persist_zval_calc()
H A Dzend_file_cache.c359 case IS_CONSTANT_AST:
1004 case IS_CONSTANT_AST:
H A Dzend_persist.c341 case IS_CONSTANT_AST: in zend_persist_zval()
/PHP-7.3/
H A DUPGRADING.INTERNALS86 represented using IS_CONSTANT_AST (ZEND_AST_CONSTANT kind). AST node
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_utils.c851 case IS_CONSTANT_AST: { in phpdbg_short_zval_print()
/PHP-7.3/ext/com_dotnet/
H A Dcom_variant.c170 case IS_CONSTANT_AST: in php_com_variant_from_zval()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c2779 if (Z_TYPE_P(return_value) == IS_CONSTANT_AST) { in ZEND_METHOD()
2802 if (precv && Z_TYPE_P(RT_CONSTANT(precv, precv->op2)) == IS_CONSTANT_AST) { in ZEND_METHOD()
2832 if (precv && Z_TYPE_P(RT_CONSTANT(precv, precv->op2)) == IS_CONSTANT_AST) { in ZEND_METHOD()
3663 if (Z_TYPE_P(return_value) == IS_CONSTANT_AST) { in ZEND_METHOD()
3799 if (Z_TYPE(prop_copy) == IS_CONSTANT_AST) { in add_class_vars()

Completed in 227 milliseconds

12