Searched refs:zmsgs_in_queue (Results 1 – 1 of 1) sorted by relevance
267 zval *zmsgs_in_queue = NULL; in PHP_FUNCTION() local269 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|z", &z_mh, &zmsgs_in_queue) == FAILURE) { in PHP_FUNCTION()279 if (zmsgs_in_queue) { in PHP_FUNCTION()280 zval_dtor(zmsgs_in_queue); in PHP_FUNCTION()281 ZVAL_LONG(zmsgs_in_queue, queued_msgs); in PHP_FUNCTION()
Completed in 6 milliseconds