Lines Matching refs:Z_LVAL_P
173 Z_LVAL_P(result) = !Z_LVAL_P(result);
2116 ret = Z_LVAL_P(val);
2146 ret = Z_LVAL_P(val);
2176 retval = Z_LVAL_P(val);
2210 retval = Z_LVAL_P(val);
2241 retval = Z_LVAL_P(val);
3300 el = zend_brk_cont(Z_LVAL_P(opline->op2.zv), opline->op1.opline_num,
3311 el = zend_brk_cont(Z_LVAL_P(opline->op2.zv), opline->op1.opline_num,
3323 el = zend_brk_cont(Z_LVAL_P(opline->op2.zv), opline->extended_value,
3631 hval = Z_LVAL_P(offset);
3983 hval = Z_LVAL_P(offset);
4483 hval = Z_LVAL_P(offset);
4618 EG(exit_status) = Z_LVAL_P(ptr);
5084 …if (!EG(error_reporting) && EX(old_error_reporting) != NULL && Z_LVAL_P(EX(old_error_reporting)) !…
5088 Z_LVAL(restored_error_reporting) = Z_LVAL_P(EX(old_error_reporting));
5362 && Z_LVAL_P(generator->key) > generator->largest_used_integer_key
5364 generator->largest_used_integer_key = Z_LVAL_P(generator->key);