Home
last modified time | relevance | path

Searched defs:__str (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/Zend/
H A Dzend_API.h520 #define add_assoc_str(__arg, __key, __str) add_assoc_str_ex(__arg, __key, strlen(__key), __str) argument
521 #define add_assoc_string(__arg, __key, __str) add_assoc_string_ex(__arg, __key, strlen(__key), __st… argument
522 #define add_assoc_stringl(__arg, __key, __str, __length) add_assoc_stringl_ex(__arg, __key, strlen(… argument
582 #define add_property_str(__arg, __key, __str) add_property_str_ex(__arg, __key, strlen(__key), __st… argument
583 #define add_property_string(__arg, __key, __str) add_property_string_ex(__arg, __key, strlen(__key)… argument
584 #define add_property_stringl(__arg, __key, __str, __length) add_property_stringl_ex(__arg, __key, s… argument

Completed in 17 milliseconds