Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_func_info.c137 return MAY_BE_FALSE | MAY_BE_TRUE; in zend_is_type_info()
139 return MAY_BE_FALSE | MAY_BE_TRUE | FUNC_MAY_WARN; in zend_is_type_info()
178 tmp |= MAY_BE_LONG | MAY_BE_FALSE; in zend_lb_ssn_info()
201 tmp |= MAY_BE_FALSE | MAY_BE_TRUE; in zend_b_s_info()
519 I0("magic_quotes_runtime", MAY_BE_FALSE),
520 I0("set_magic_quotes_runtime", MAY_BE_FALSE),
521 I0("get_magic_quotes_gpc", MAY_BE_FALSE),
522 I0("get_magic_quotes_runtime", MAY_BE_FALSE),
869 F0("output_reset_rewrite_vars", MAY_BE_FALSE),
1401 F0("session_gc", MAY_BE_FALSE | MAY_BE_LONG),
[all …]
H A Dzend_inference.c1507 if (!(type & (MAY_BE_NULL|MAY_BE_FALSE))) { in zend_inference_calc_range()
2087 if (t1 & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) { in zend_array_element_type()
2109 tmp &= ~(MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE); in assign_dim_result_type()
2161 tmp |= MAY_BE_OBJECT | MAY_BE_FALSE | MAY_BE_RC1; in binary_op_result_type()
2283 tmp |= MAY_BE_TRUE|MAY_BE_FALSE; in zend_fetch_arg_info()
2414 tmp |= MAY_BE_TRUE|MAY_BE_FALSE; in zend_update_type_info()
2470 tmp &= ~MAY_BE_FALSE; in zend_update_type_info()
2729 if (t1 & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) { in zend_update_type_info()
2730 tmp &= ~(MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE); in zend_update_type_info()
2762 if (t1 & (MAY_BE_UNDEF|MAY_BE_NULL|MAY_BE_FALSE)) { in zend_update_type_info()
[all …]
H A Ddfa_pass.c358 uint32_t simple = MAY_BE_NULL|MAY_BE_FALSE|MAY_BE_TRUE|MAY_BE_LONG|MAY_BE_DOUBLE; in opline_supports_assign_contraction()
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()
H A Descape_analysis.c220 if (OP1_INFO() & (MAY_BE_UNDEF | MAY_BE_NULL | MAY_BE_FALSE)) { in is_allocation_def()
H A Dzend_dump.c211 if ((info & MAY_BE_FALSE) && (info & MAY_BE_TRUE)) { in zend_dump_type_info()
214 } else if (info & MAY_BE_FALSE) { in zend_dump_type_info()
H A Dsccp.c2081 if (!(info->type & ((MAY_BE_ANY|MAY_BE_UNDEF)-MAY_BE_FALSE))) { in value_from_type_and_range()
/PHP-7.3/Zend/
H A Dzend_type_info.h26 #define MAY_BE_FALSE (1 << IS_FALSE) macro
34 #define MAY_BE_ANY (MAY_BE_NULL|MAY_BE_FALSE|MAY_BE_TRUE|MAY_BE_LONG|MAY_BE_DOUBLE…
40 #define MAY_BE_ARRAY_OF_FALSE (MAY_BE_FALSE << MAY_BE_ARRAY_SHIFT)
H A Dzend_vm_def.h8686 …op, op->op1)) : (!(op1_info & ((MAY_BE_ANY|MAY_BE_UNDEF)-(MAY_BE_NULL|MAY_BE_FALSE|MAY_BE_TRUE|MAY…
H A Dzend_vm_execute.h65387 …op, op->op1)) : (!(op1_info & ((MAY_BE_ANY|MAY_BE_UNDEF)-(MAY_BE_NULL|MAY_BE_FALSE|MAY_BE_TRUE|MAY…

Completed in 231 milliseconds