Searched defs:__key (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_API.h | 450 #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key), __n) argument 451 #define add_assoc_null(__arg, __key) add_assoc_null_ex(__arg, __key, strlen(__key)) argument 452 #define add_assoc_bool(__arg, __key, __b) add_assoc_bool_ex(__arg, __key, strlen(__key), __b) argument 453 #define add_assoc_resource(__arg, __key, __r) add_assoc_resource_ex(__arg, __key, strlen(__key), __… argument 454 #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key), __d) argument 455 #define add_assoc_str(__arg, __key, __str) add_assoc_str_ex(__arg, __key, strlen(__key), __str) argument 456 #define add_assoc_string(__arg, __key, __str) add_assoc_string_ex(__arg, __key, strlen(__key), __st… argument 458 #define add_assoc_zval(__arg, __key, __value) add_assoc_zval_ex(__arg, __key, strlen(__key), __valu… argument 500 #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key), __n) argument 501 #define add_property_null(__arg, __key) add_property_null_ex(__arg, __key, strlen(__key)) argument [all …]
|
Completed in 17 milliseconds