{ zval *temp;
ALLOC_INIT_ZVAL(temp); Z_TYPE_P(temp) = IS_LONG; Z_LVAL_P(temp) = 1234; zval_ptr_dtor(&temp);
}