add_assoc_double_ex  380 Zend/zend_API.h ZEND_API int add_assoc_double_ex(zval *arg, const char *key, uint key_len, double d);
add_assoc_double_ex  389 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  158 ext/curl/interface.c #define CAAD(s, v) add_assoc_double_ex(return_value, s, sizeof(s), (double) v);
add_assoc_double_ex 1055 ext/pcntl/pcntl.c 				add_assoc_double_ex(user_siginfo, "utime",  sizeof("utime"),  siginfo.si_utime);
add_assoc_double_ex 1058 ext/pcntl/pcntl.c 				add_assoc_double_ex(user_siginfo, "stime",  sizeof("stime"),  siginfo.si_stime);
add_assoc_double_ex 1068 ext/pcntl/pcntl.c 				add_assoc_double_ex(user_siginfo, "addr", sizeof("addr"), (long)siginfo.si_addr);