Searched refs:add_assoc_double_ex (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/pcntl/ |
H A D | pcntl.c | 1148 add_assoc_double_ex(user_siginfo, "utime", sizeof("utime")-1, siginfo.si_utime); in pcntl_sigwaitinfo() 1151 add_assoc_double_ex(user_siginfo, "stime", sizeof("stime")-1, siginfo.si_stime); in pcntl_sigwaitinfo() 1161 add_assoc_double_ex(user_siginfo, "addr", sizeof("addr")-1, (zend_long)siginfo.si_addr); in pcntl_sigwaitinfo()
|
/PHP-7.0/ext/standard/ |
H A D | filestat.c | 1214 add_assoc_double_ex(&entry, "key", sizeof("key") - 1, (double)bucket->key); in PHP_FUNCTION()
|
/PHP-7.0/Zend/ |
H A D | zend_API.h | 395 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d); 405 #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key), __d)
|
H A D | zend_API.c | 1364 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_assoc_double_ex() function
|
/PHP-7.0/ext/curl/ |
H A D | interface.c | 158 #define CAAD(s, v) add_assoc_double_ex(return_value, s, sizeof(s) - 1, (double) v);
|
Completed in 35 milliseconds