Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_API.h418 #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key), __n) argument
419 #define add_assoc_null(__arg, __key) add_assoc_null_ex(__arg, __key, strlen(__key)) argument
420 #define add_assoc_bool(__arg, __key, __b) add_assoc_bool_ex(__arg, __key, strlen(__key), __b) argument
421 #define add_assoc_resource(__arg, __key, __r) add_assoc_resource_ex(__arg, __key, strlen(__key), __… argument
422 #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key), __d) argument
423 #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
429 #define add_assoc_unset(__arg, __key) add_assoc_null_ex(__arg, __key, strlen(__key)) argument
478 #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key), __n) argument
479 #define add_property_null(__arg, __key) add_property_null_ex(__arg, __key, strlen(__key)) argument
[all …]
/PHP-7.2/ext/standard/
H A Dphp_crypt_r.h45 PHPAPI char *php_crypt_r (const char *__key, const char *__salt, struct php_crypt_extended_data * _…

Completed in 21 milliseconds