Searched refs:add_property_resource_ex (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_API.h | 471 ZEND_API int add_property_resource_ex(zval *arg, const char *key, size_t key_len, zend_resource *r); 481 #define add_property_resource(__arg, __key, __r) add_property_resource_ex(__arg, __key, strlen(__ke…
|
H A D | zend_API.c | 1745 ZEND_API int add_property_resource_ex(zval *arg, const char *key, size_t key_len, zend_resource *r)… in add_property_resource_ex() function
|
Completed in 22 milliseconds