Home
last modified time | relevance | path

Searched refs:MAY_BE_ARRAY (Results 1 – 9 of 9) sorted by relevance

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_func_info.c71 if (arg_info & (MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE)) { in zend_strlen_info()
104 uint32_t tmp = FUNC_MAY_WARN | MAY_BE_RC1 | MAY_BE_FALSE | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG; in zend_range_info()
152 if ((arg1_info & (MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE)) || in zend_l_ss_info()
153 (arg2_info & (MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE))) { in zend_l_ss_info()
178 if ((arg1_info & (MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE)) || in zend_lb_ssn_info()
179 (arg2_info & (MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE)) || in zend_lb_ssn_info()
180 (arg3_info & (MAY_BE_STRING|MAY_BE_RESOURCE|MAY_BE_ARRAY|MAY_BE_OBJECT))) { in zend_lb_ssn_info()
202 if (arg1_info & (MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE)) { in zend_b_s_info()
263 …F1("debug_backtrace", MAY_BE_NULL | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LONG | MAY_BE_ARRAY_OF…
373 …F1("str_getcsv", MAY_BE_NULL | MAY_BE_ARRAY | MAY_BE_ARRAY | MAY_BE_ARRAY_KEY_LO…
[all …]
H A Dzend_inference.c1951 if (t1 & MAY_BE_ARRAY) { in zend_array_element_type()
1956 if (tmp & MAY_BE_ARRAY) { in zend_array_element_type()
1995 tmp |= MAY_BE_ARRAY|MAY_BE_RC1; in assign_dim_result_type()
2003 if (tmp & MAY_BE_ARRAY) { in assign_dim_result_type()
2048 } else if (t1_type == MAY_BE_ARRAY && t2_type == MAY_BE_ARRAY) { in binary_op_result_type()
2054 if ((t1_type & MAY_BE_ARRAY) && (t2_type & MAY_BE_ARRAY)) { in binary_op_result_type()
2292 if (t1 & MAY_BE_ARRAY) { in zend_update_type_info()
2745 if (t1 & MAY_BE_ARRAY) { in zend_update_type_info()
2985 if (t1 & MAY_BE_ARRAY) { in zend_update_type_info()
2990 if (tmp & MAY_BE_ARRAY) { in zend_update_type_info()
[all …]
H A Ddfa_pass.c479 …&& !(ssa->var_info[orig_var].type & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE|MAY_… in zend_dfa_optimize_op_array()
559 …sa->ops[op_1].op1_use].type & (MAY_BE_FALSE|MAY_BE_TRUE|MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|M… in zend_dfa_optimize_op_array()
573 …sa->ops[op_1].op1_use].type & (MAY_BE_FALSE|MAY_BE_TRUE|MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|M… in zend_dfa_optimize_op_array()
611 …&& !(ssa->var_info[ssa->ops[op_1].op1_use].type & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE… in zend_dfa_optimize_op_array()
H A Dzend_inference.h165 uint32_t tmp = MAY_BE_ARRAY; in DEFINE_SSA_OP_MIN_RANGE()
H A Dzend_dump.c207 if (info & MAY_BE_ARRAY) { in zend_dump_type_info()
H A Dzend_ssa.c157 return MAY_BE_ARRAY|MAY_BE_ARRAY_KEY_ANY|MAY_BE_ARRAY_OF_ANY|MAY_BE_ARRAY_OF_REF; in mask_for_type_check()
/PHP-7.1/Zend/
H A Dzend_type_info.h33 #define MAY_BE_ARRAY (1 << IS_ARRAY) macro
36 …NULL|MAY_BE_FALSE|MAY_BE_TRUE|MAY_BE_LONG|MAY_BE_DOUBLE|MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|M…
47 #define MAY_BE_ARRAY_OF_ARRAY (MAY_BE_ARRAY << MAY_BE_ARRAY_SHIFT)
H A Dzend_vm_def.h8616 …ND_FETCH_DIM_R, (!(op2_info & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|M…
H A Dzend_vm_execute.h62949 …if (!(op2_info & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURC…

Completed in 186 milliseconds