Home
last modified time | relevance | path

Searched refs:add_assoc_double_ex (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/pcntl/
H A Dpcntl.c1309 add_assoc_double_ex(user_siginfo, "utime", sizeof("utime")-1, siginfo->si_utime); in pcntl_siginfo_to_zval()
1312 add_assoc_double_ex(user_siginfo, "stime", sizeof("stime")-1, siginfo->si_stime); in pcntl_siginfo_to_zval()
1327 add_assoc_double_ex(user_siginfo, "addr", sizeof("addr")-1, (zend_long)siginfo->si_addr); in pcntl_siginfo_to_zval()
/PHP-7.4/ext/standard/
H A Dfilestat.c1128 add_assoc_double_ex(&entry, "key", sizeof("key") - 1, (double)bucket->key); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_API.h396 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d);
406 #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key), __d)
H A Dzend_API.c1482 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.4/ext/curl/
H A Dinterface.c96 #define CAAD(s, v) add_assoc_double_ex(return_value, s, sizeof(s) - 1, (double) v);

Completed in 56 milliseconds