__key 400 Zend/zend_API.h #define add_assoc_long(__arg, __key, __n) add_assoc_long_ex(__arg, __key, strlen(__key), __n) __key 401 Zend/zend_API.h #define add_assoc_null(__arg, __key) add_assoc_null_ex(__arg, __key, strlen(__key)) __key 402 Zend/zend_API.h #define add_assoc_bool(__arg, __key, __b) add_assoc_bool_ex(__arg, __key, strlen(__key), __b) __key 403 Zend/zend_API.h #define add_assoc_resource(__arg, __key, __r) add_assoc_resource_ex(__arg, __key, strlen(__key), __r) __key 404 Zend/zend_API.h #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key), __d) __key 405 Zend/zend_API.h #define add_assoc_str(__arg, __key, __str) add_assoc_str_ex(__arg, __key, strlen(__key), __str) __key 406 Zend/zend_API.h #define add_assoc_string(__arg, __key, __str) add_assoc_string_ex(__arg, __key, strlen(__key), __str) __key 407 Zend/zend_API.h #define add_assoc_stringl(__arg, __key, __str, __length) add_assoc_stringl_ex(__arg, __key, strlen(__key), __str, __length) __key 408 Zend/zend_API.h #define add_assoc_zval(__arg, __key, __value) add_assoc_zval_ex(__arg, __key, strlen(__key), __value) __key 411 Zend/zend_API.h #define add_assoc_unset(__arg, __key) add_assoc_null_ex(__arg, __key, strlen(__key)) __key 412 Zend/zend_API.h #define add_index_unset(__arg, __key) add_index_null(__arg, __key) __key 414 Zend/zend_API.h #define add_property_unset(__arg, __key) add_property_null(__arg, __key) __key 439 Zend/zend_API.h #define add_get_assoc_string(__arg, __key, __str) add_get_assoc_string_ex(__arg, __key, strlen(__key), __str) __key 440 Zend/zend_API.h #define add_get_assoc_stringl(__arg, __key, __str, __length) add_get_assoc_stringl_ex(__arg, __key, strlen(__key), __str, __length) __key 460 Zend/zend_API.h #define add_property_long(__arg, __key, __n) add_property_long_ex(__arg, __key, strlen(__key), __n) __key 461 Zend/zend_API.h #define add_property_null(__arg, __key) add_property_null_ex(__arg, __key, strlen(__key)) __key 462 Zend/zend_API.h #define add_property_bool(__arg, __key, __b) add_property_bool_ex(__arg, __key, strlen(__key), __b) __key 463 Zend/zend_API.h #define add_property_resource(__arg, __key, __r) add_property_resource_ex(__arg, __key, strlen(__key), __r) __key 464 Zend/zend_API.h #define add_property_double(__arg, __key, __d) add_property_double_ex(__arg, __key, strlen(__key), __d) __key 465 Zend/zend_API.h #define add_property_str(__arg, __key, __str) add_property_str_ex(__arg, __key, strlen(__key), __str) __key 466 Zend/zend_API.h #define add_property_string(__arg, __key, __str) add_property_string_ex(__arg, __key, strlen(__key), __str) __key 467 Zend/zend_API.h #define add_property_stringl(__arg, __key, __str, __length) add_property_stringl_ex(__arg, __key, strlen(__key), __str, __length) __key 468 Zend/zend_API.h #define add_property_zval(__arg, __key, __value) add_property_zval_ex(__arg, __key, strlen(__key), __value) __key 45 ext/standard/php_crypt_r.h PHPAPI char *php_crypt_r (const char *__key, const char *__salt, struct php_crypt_extended_data * __data);