Searched refs:add_property_string_ex (Results 1 – 2 of 2) sorted by relevance
641 ZEND_API void add_property_string_ex(zval *arg, const char *key, size_t key_len, const char *str);667 add_property_string_ex(arg, key, strlen(key), str); in add_property_string()
2323 ZEND_API void add_property_string_ex(zval *arg, const char *key, size_t key_len, const char *str) /… in add_property_string_ex() function
Completed in 32 milliseconds