Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_API.h423 #define add_assoc_str(__arg, __key, __str) add_assoc_str_ex(__arg, __key, strlen(__key), __str) argument
424 #define add_assoc_string(__arg, __key, __str) add_assoc_string_ex(__arg, __key, strlen(__key), __st… argument
425 #define add_assoc_stringl(__arg, __key, __str, __length) add_assoc_stringl_ex(__arg, __key, strlen(… argument
457 #define add_get_assoc_string(__arg, __key, __str) add_get_assoc_string_ex(__arg, __key, strlen(__ke… argument
458 #define add_get_assoc_stringl(__arg, __key, __str, __length) add_get_assoc_stringl_ex(__arg, __key,… argument
483 #define add_property_str(__arg, __key, __str) add_property_str_ex(__arg, __key, strlen(__key), __st… argument
484 #define add_property_string(__arg, __key, __str) add_property_string_ex(__arg, __key, strlen(__key)… argument
485 #define add_property_stringl(__arg, __key, __str, __length) add_property_stringl_ex(__arg, __key, s… argument

Completed in 25 milliseconds