Searched refs:MAY_BE_STRING (Results 1 – 8 of 8) sorted by relevance
93 return MAY_BE_RC1 | MAY_BE_STRING; in zend_dechex_info()114 if ((t1 & MAY_BE_STRING) && (t2 & MAY_BE_STRING)) { in zend_range_info()117 if ((t1 & (MAY_BE_DOUBLE|MAY_BE_STRING)) in zend_range_info()118 || (t2 & (MAY_BE_DOUBLE|MAY_BE_STRING)) in zend_range_info()119 || (t3 & (MAY_BE_DOUBLE|MAY_BE_STRING))) { in zend_range_info()122 …if ((t1 & (MAY_BE_ANY-(MAY_BE_STRING|MAY_BE_DOUBLE))) && (t2 & (MAY_BE_ANY-(MAY_BE_STRING|MAY_BE_D… in zend_range_info()218 I1("zend_version", MAY_BE_STRING),515 I1("get_current_user", MAY_BE_STRING),1059 I1("mysqli_get_client_info", MAY_BE_STRING),1345 F1("sodium_crypto_kx_keypair", MAY_BE_STRING),[all …]
2081 if (t1 & MAY_BE_STRING) { in zend_array_element_type()2128 if (dim_type & MAY_BE_STRING) { in assign_dim_result_type()2225 if ((t1_type & MAY_BE_STRING) && (t2_type & MAY_BE_STRING)) { in binary_op_result_type()2228 if ((t1_type & ~MAY_BE_STRING) || (t2_type & ~MAY_BE_STRING)) { in binary_op_result_type()2357 if (t1 & MAY_BE_STRING) { in zend_update_type_info()2608 if (t1 & MAY_BE_STRING) { in zend_update_type_info()2670 if (t1 & MAY_BE_STRING) { in zend_update_type_info()2687 if (t1 & MAY_BE_STRING) { in zend_update_type_info()2688 tmp |= MAY_BE_STRING; in zend_update_type_info()3088 if (t2 & (MAY_BE_STRING)) { in zend_update_type_info()[all …]
384 …&& (ssa->var_info[ssa_op->op1_use].type & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURC… in dce_instr()391 …if (ssa->var_info[ssa_op->op1_use].type & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURC… in dce_instr()400 …if (ssa->var_info[ssa_op->op2_use].type & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURC… in dce_instr()533 …if ((ssa->var_info[var].type & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURCE|MAY_BE_RE… in dce_live_ranges()
739 …} else if (opline->op1_type == IS_CV || !(OP1_INFO() & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|M… in zend_dfa_optimize_jmps()770 …} else if (opline->op1_type == IS_CV || !(OP1_INFO() & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|M… in zend_dfa_optimize_jmps()803 …} else if (opline->op1_type == IS_CV || !(OP1_INFO() & (MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|M… in zend_dfa_optimize_jmps()811 …op1_type == IS_CV && !(OP1_INFO() & MAY_BE_UNDEF)) || !(OP1_INFO() & (MAY_BE_STRING|MAY_BE_ARRAY|M… in zend_dfa_optimize_jmps()1070 …&& !(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()1154 …&& !(ssa->var_info[ssa->ops[op_1].op1_use].type & (MAY_BE_FALSE|MAY_BE_TRUE|MAY_BE_STRING|MAY_BE_A… in zend_dfa_optimize_op_array()1168 …&& !(ssa->var_info[ssa->ops[op_1].op1_use].type & (MAY_BE_FALSE|MAY_BE_TRUE|MAY_BE_STRING|MAY_BE_A… in zend_dfa_optimize_op_array()1206 …&& !(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()
229 if (info & MAY_BE_STRING) { in zend_dump_type_info()
30 #define MAY_BE_STRING (1 << IS_STRING) macro34 … (MAY_BE_NULL|MAY_BE_FALSE|MAY_BE_TRUE|MAY_BE_LONG|MAY_BE_DOUBLE|MAY_BE_STRING|MAY_BE_ARRAY|M…44 #define MAY_BE_ARRAY_OF_STRING (MAY_BE_STRING << MAY_BE_ARRAY_SHIFT)
8697 …PEC_HANDLER(ZEND_FETCH_DIM_R, (!(op2_info & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_STRING|MAY_BE_ARRAY|M…
65448 …if (!(op2_info & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_OBJECT|MAY_BE_RESOURC…
Completed in 213 milliseconds