Home
last modified time | relevance | path

Searched refs:add_property_str_ex (Results 1 – 2 of 2) sorted by last modified time

/PHP-8.0/Zend/
H A Dzend_API.c1787 ZEND_API void add_property_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str) /* … in add_property_str_ex() function
H A Dzend_API.h495 ZEND_API void add_property_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str);
505 #define add_property_str(__arg, __key, __str) add_property_str_ex(__arg, __key, strlen(__key), __st…

Completed in 28 milliseconds