Home
last modified time | relevance | path

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

/PHP-5.5/ext/curl/
H A Dmulti.c313 add_assoc_resource(return_value, "handle", Z_RESVAL_P(pz_ch)); in PHP_FUNCTION()
/PHP-5.5/ext/gmp/
H A Dgmp.c1232 add_assoc_resource(return_value, "g", Z_LVAL(r));
1234 add_assoc_resource(return_value, "s", Z_LVAL(r));
1236 add_assoc_resource(return_value, "t", Z_LVAL(r));
/PHP-5.5/Zend/
H A Dzend_API.h388 #define add_assoc_resource(__arg, __key, __r) add_assoc_resource_ex(__arg, __key, strlen(__key)+1, … macro

Completed in 32 milliseconds