add_assoc_double_ex 394 Zend/zend_API.h ZEND_API int add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d); add_assoc_double_ex 404 Zend/zend_API.h #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key), __d) add_assoc_double_ex 158 ext/curl/interface.c #define CAAD(s, v) add_assoc_double_ex(return_value, s, sizeof(s) - 1, (double) v); add_assoc_double_ex 1147 ext/pcntl/pcntl.c add_assoc_double_ex(user_siginfo, "utime", sizeof("utime")-1, siginfo.si_utime); add_assoc_double_ex 1150 ext/pcntl/pcntl.c add_assoc_double_ex(user_siginfo, "stime", sizeof("stime")-1, siginfo.si_stime); add_assoc_double_ex 1160 ext/pcntl/pcntl.c add_assoc_double_ex(user_siginfo, "addr", sizeof("addr")-1, (zend_long)siginfo.si_addr); add_assoc_double_ex 1228 ext/standard/filestat.c add_assoc_double_ex(&entry, "key", sizeof("key") - 1, (double)bucket->key);