Home
last modified time | relevance | path

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

/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c303 zval *out_message, *queue, *out_msgtype, *zerrcode = NULL; in PHP_FUNCTION() local
315 &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 8 milliseconds