Searched refs:zerrcode (Results 1 – 1 of 1) sorted by relevance
303 zval *out_message, *queue, *out_msgtype, *zerrcode = NULL; in PHP_FUNCTION() local315 &out_message, &do_unserialize, &flags, &zerrcode) == FAILURE) { in PHP_FUNCTION()352 if (zerrcode) { in PHP_FUNCTION()353 zval_dtor(zerrcode); in PHP_FUNCTION()354 ZVAL_LONG(zerrcode, 0); in PHP_FUNCTION()380 } else if (zerrcode) { in PHP_FUNCTION()381 ZVAL_LONG(zerrcode, errno); in PHP_FUNCTION()
Completed in 15 milliseconds