add_assoc_double_ex 300 Zend/zend_API.h ZEND_API int add_assoc_double_ex(zval *arg, char *key, uint key_len, double d); add_assoc_double_ex 309 Zend/zend_API.h #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key)+1, __d) add_assoc_double_ex 155 ext/curl/interface.c #define CAAD(s, v) add_assoc_double_ex(return_value, s, sizeof(s), (double) v);