Home
last modified time | relevance | path

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

12

/PHP-8.0/Zend/
H A Dzend_variables.c56 ZEND_ASSERT(GC_TYPE(p) <= IS_CONSTANT_AST); in rc_dtor_func()
H A Dzend_types.h532 #define IS_CONSTANT_AST 11 /* Constant expressions */ macro
671 #define GC_CONSTANT_AST (IS_CONSTANT_AST | (GC_NOT_COLLECTABLE << GC_FLAGS_SHIFT))
694 #define IS_CONSTANT_AST_EX (IS_CONSTANT_AST | (IS_TYPE_REFCOUNTED << Z_TYPE_FLAGS_SHIFT))
741 #define Z_CONSTANT(zval) (Z_TYPE(zval) == IS_CONSTANT_AST)
770 #define Z_OPT_CONSTANT(zval) (Z_OPT_TYPE(zval) == IS_CONSTANT_AST)
H A Dzend_attributes.c130 if (Z_TYPE_P(ret) == IS_CONSTANT_AST) { in zend_get_attribute_value()
H A Dzend_inheritance.c756 } else if (Z_TYPE_P(zv) == IS_CONSTANT_AST) { in zend_get_function_declaration()
1147 if (Z_TYPE(parent_const->value) == IS_CONSTANT_AST) { in do_inherit_class_constant()
1259 if (Z_OPT_TYPE_P(dst) == IS_CONSTANT_AST) { in zend_do_inheritance_ex()
1269 if (Z_OPT_TYPE_P(dst) == IS_CONSTANT_AST) { in zend_do_inheritance_ex()
1331 if (Z_TYPE_P(Z_INDIRECT_P(dst)) == IS_CONSTANT_AST) { in zend_do_inheritance_ex()
1442 if (Z_TYPE(c->value) == IS_CONSTANT_AST) { in do_inherit_iface_constant()
2020 if (UNEXPECTED(Z_TYPE_P(op1) == IS_CONSTANT_AST)) { in zend_do_traits_property_binding()
2025 if (UNEXPECTED(Z_TYPE_P(op2) == IS_CONSTANT_AST)) { in zend_do_traits_property_binding()
H A Dzend_constants.c395 if (ret_constant && Z_TYPE_P(ret_constant) == IS_CONSTANT_AST) { in zend_get_constant_ex()
H A Dzend_closures.c565 if (Z_TYPE_P(var) == IS_CONSTANT_AST) { in zend_closure_get_debug_info()
H A Dzend_API.c1252 if (Z_TYPE_P(val) == IS_CONSTANT_AST) { in zend_update_class_constants()
1270 if (Z_TYPE_P(val) == IS_CONSTANT_AST in zend_update_class_constants()
1280 if (Z_TYPE_P(val) == IS_CONSTANT_AST in zend_update_class_constants()
3750 if (Z_TYPE_P(property) == IS_CONSTANT_AST) { in zend_declare_typed_property()
4065 if (Z_TYPE_P(value) == IS_CONSTANT_AST) { in zend_declare_class_constant_ex()
H A Dzend_opcode.c990 if (Z_TYPE_P(val) == IS_CONSTANT_AST) { in pass_two()
H A Dzend_execute_API.c615 if (Z_TYPE_P(p) == IS_CONSTANT_AST) { in zval_update_constant_ex()
H A Dzend_builtin_functions.c736 if (Z_OPT_TYPE_P(prop) == IS_CONSTANT_AST) { in add_class_vars()
H A Dzend_ast.c1329 case IS_CONSTANT_AST: in zend_ast_export_zval()
/PHP-8.0/ext/opcache/Optimizer/
H A Dpass1.c213 if (Z_TYPE(c) == IS_CONSTANT_AST) { in zend_optimizer_pass1()
274 if (Z_TYPE_P(c) == IS_CONSTANT_AST) { in zend_optimizer_pass1()
278 || Z_TYPE(t) == IS_CONSTANT_AST) { in zend_optimizer_pass1()
H A Doptimize_func_calls.c129 …(&func->op_array, &func->op_array.opcodes[i], func->op_array.opcodes[i].op2)) == IS_CONSTANT_AST) { in zend_try_inline_call()
H A Dzend_inference.h160 if (Z_TYPE_P(zv) == IS_CONSTANT_AST) { in DEFINE_SSA_OP_MIN_RANGE()
H A Ddce.c246 if (Z_TYPE_P(value) == IS_CONSTANT_AST) { in may_have_side_effects()
H A Dcompact_literals.c838 if (Z_TYPE_P(val) == IS_CONSTANT_AST) { in zend_optimizer_compact_literals()
H A Dzend_inference.c4500 return Z_TYPE_P(value) == IS_CONSTANT_AST; in zend_may_throw_ex()
4561 if (Z_TYPE_P(CRT_CONSTANT(opline->op2)) == IS_CONSTANT_AST) { in zend_may_throw_ex()
/PHP-8.0/ext/opcache/
H A Dzend_persist_calc.c131 case IS_CONSTANT_AST: in zend_persist_zval_calc()
H A DZendAccelerator.c3495 if (Z_TYPE(c->value) == IS_CONSTANT_AST) {
3507 if (Z_TYPE_P(val) == IS_CONSTANT_AST) {
3584 if (Z_TYPE_P(val) == IS_CONSTANT_AST) {
3596 if (Z_TYPE_P(val) == IS_CONSTANT_AST) {
3609 if (Z_TYPE_P(val) == IS_CONSTANT_AST) {
4581 if (Z_TYPE(ce->default_static_members_table[i]) == IS_CONSTANT_AST) {
H A Dzend_file_cache.c386 case IS_CONSTANT_AST:
1168 case IS_CONSTANT_AST:
H A Dzend_persist.c233 case IS_CONSTANT_AST: in zend_persist_zval()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_utils.c843 case IS_CONSTANT_AST: { in phpdbg_short_zval_print()
/PHP-8.0/ext/com_dotnet/
H A Dcom_variant.c168 case IS_CONSTANT_AST: in php_com_variant_from_zval()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c2782 if (Z_TYPE_P(return_value) == IS_CONSTANT_AST) { in ZEND_METHOD()
2807 if (Z_TYPE(default_value) == IS_CONSTANT_AST) { in ZEND_METHOD()
2837 if (Z_TYPE(default_value) != IS_CONSTANT_AST) { in ZEND_METHOD()
3686 if (Z_TYPE_P(return_value) == IS_CONSTANT_AST) { in ZEND_METHOD()
3817 if (Z_TYPE(prop_copy) == IS_CONSTANT_AST) { in add_class_vars()
5653 if (Z_TYPE_P(return_value) == IS_CONSTANT_AST) { in ZEND_METHOD()
/PHP-8.0/ext/standard/
H A Dbasic_functions.c587 if (Z_TYPE_P(return_value) == IS_CONSTANT_AST) { in PHP_FUNCTION()

Completed in 186 milliseconds

12