Searched refs:add_assoc_object_ex (Results 1 – 2 of 2) sorted by relevance
551 ZEND_API void add_assoc_object_ex(zval *arg, const char *key, size_t key_len, zend_object *obj);583 add_assoc_object_ex(arg, key, strlen(key), obj); in add_assoc_object()
1886 ZEND_API void add_assoc_object_ex(zval *arg, const char *key, size_t key_len, zend_object *obj) /* … in add_assoc_object_ex() function
Completed in 33 milliseconds