Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_API.h407 #define add_assoc_str(__arg, __key, __str) add_assoc_str_ex(__arg, __key, strlen(__key), __str) argument
408 #define add_assoc_string(__arg, __key, __str) add_assoc_string_ex(__arg, __key, strlen(__key), __st… argument
409 #define add_assoc_stringl(__arg, __key, __str, __length) add_assoc_stringl_ex(__arg, __key, strlen(… argument
457 #define add_property_str(__arg, __key, __str) add_property_str_ex(__arg, __key, strlen(__key), __st… argument
458 #define add_property_string(__arg, __key, __str) add_property_string_ex(__arg, __key, strlen(__key)… argument
459 #define add_property_stringl(__arg, __key, __str, __length) add_property_stringl_ex(__arg, __key, s… argument

Completed in 30 milliseconds