Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c83 add_next_index_resource(return_value, s1->res); in PHP_FUNCTION()
84 add_next_index_resource(return_value, s2->res); in PHP_FUNCTION()
/PHP-7.4/ext/sockets/
H A Dsockets.c2624 add_next_index_resource(return_value, zend_register_resource(res, le_addrinfo));
/PHP-7.4/Zend/
H A Dzend_API.h429 ZEND_API int add_next_index_resource(zval *arg, zend_resource *r);
H A Dzend_API.c1636 ZEND_API int add_next_index_resource(zval *arg, zend_resource *r) /* {{{ */ in add_next_index_resource() function

Completed in 52 milliseconds