Lines Matching refs:zv

175 	zval *zv;  in find_adjusted_tmp_var()  local
195 zv = CRT_CONSTANT_EX(op_array, op, op->op2, (build_flags & ZEND_RT_CONSTANTS)); in find_adjusted_tmp_var()
196 if (Z_TYPE_P(zv) == IS_LONG in find_adjusted_tmp_var()
197 && Z_LVAL_P(zv) != ZEND_LONG_MIN) { in find_adjusted_tmp_var()
198 *adjustment = -Z_LVAL_P(zv); in find_adjusted_tmp_var()
202 zv = CRT_CONSTANT_EX(op_array, op, op->op1, (build_flags & ZEND_RT_CONSTANTS)); in find_adjusted_tmp_var()
203 if (Z_TYPE_P(zv) == IS_LONG in find_adjusted_tmp_var()
204 && Z_LVAL_P(zv) != ZEND_LONG_MIN) { in find_adjusted_tmp_var()
205 *adjustment = -Z_LVAL_P(zv); in find_adjusted_tmp_var()
211 zv = CRT_CONSTANT_EX(op_array, op, op->op2, (build_flags & ZEND_RT_CONSTANTS)); in find_adjusted_tmp_var()
212 if (Z_TYPE_P(zv) == IS_LONG) { in find_adjusted_tmp_var()
213 *adjustment = Z_LVAL_P(zv); in find_adjusted_tmp_var()
304 …zval *zv = CRT_CONSTANT_EX(op_array, (opline-1), (opline-1)->op2, (build_flags & ZEND_RT_CONSTANTS… in place_essa_pis() local
306 if (Z_TYPE_P(zv) == IS_LONG) { in place_essa_pis()
307 add_val2 = Z_LVAL_P(zv); in place_essa_pis()
308 } else if (Z_TYPE_P(zv) == IS_FALSE) { in place_essa_pis()
310 } else if (Z_TYPE_P(zv) == IS_TRUE) { in place_essa_pis()
326 …zval *zv = CRT_CONSTANT_EX(op_array, (opline-1), (opline-1)->op1, (build_flags & ZEND_RT_CONSTANTS… in place_essa_pis() local
327 if (Z_TYPE_P(zv) == IS_LONG) { in place_essa_pis()
329 } else if (Z_TYPE_P(zv) == IS_FALSE) { in place_essa_pis()
331 } else if (Z_TYPE_P(zv) == IS_TRUE) { in place_essa_pis()