Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_API.h365 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, uint key_len, int r);
374 #define add_assoc_resource(__arg, __key, __r) add_assoc_resource_ex(__arg, __key, strlen(__key)+1, …
H A Dzend_API.c1150 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, uint key_len, int r) /* {{{ */ in add_assoc_resource_ex() function

Completed in 19 milliseconds