Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_API.h456 ZEND_API int add_property_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str);
466 #define add_property_str(__arg, __key, __str) add_property_str_ex(__arg, __key, strlen(__key), __st…
H A Dzend_API.c1747 ZEND_API int add_property_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str) /* {… in add_property_str_ex() function

Completed in 22 milliseconds