Searched refs:add_assoc_resource (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/curl/ |
| H A D | multi.c | 306 being done in add_assoc_resource */ 310 /* add_assoc_resource automatically creates a new zval to 313 add_assoc_resource(return_value, "handle", Z_RESVAL_P(pz_ch));
|
| /PHP_5_3/ext/gmp/ |
| H A D | gmp.c | 1258 add_assoc_resource(return_value, "g", Z_LVAL(r)); 1260 add_assoc_resource(return_value, "s", Z_LVAL(r)); 1262 add_assoc_resource(return_value, "t", Z_LVAL(r));
|
| /PHP_5_3/Zend/ |
| H A D | zend_API.h | 374 #define add_assoc_resource(__arg, __key, __r) add_assoc_resource_ex(__arg, __key, strlen(__key)+1, __r) macro
|
Completed in 31 milliseconds