Searched refs:add_assoc_double_ex (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/pcntl/ |
H A D | pcntl.c | 865 add_assoc_double_ex(user_siginfo, "utime", sizeof("utime")-1, siginfo->si_utime); in pcntl_siginfo_to_zval() 868 add_assoc_double_ex(user_siginfo, "stime", sizeof("stime")-1, siginfo->si_stime); in pcntl_siginfo_to_zval() 883 add_assoc_double_ex(user_siginfo, "addr", sizeof("addr")-1, (zend_long)siginfo->si_addr); in pcntl_siginfo_to_zval()
|
/PHP-8.3/Zend/ |
H A D | zend_builtin_functions.c | 153 …add_assoc_double_ex(return_value, "application_time", sizeof("application_time")-1, (double) statu… in ZEND_FUNCTION() 154 …add_assoc_double_ex(return_value, "collector_time", sizeof("collector_time")-1, (double) status.co… in ZEND_FUNCTION() 155 …add_assoc_double_ex(return_value, "destructor_time", sizeof("destructor_time")-1, (double) status.… in ZEND_FUNCTION() 156 …add_assoc_double_ex(return_value, "free_time", sizeof("free_time")-1, (double) status.free_time / … in ZEND_FUNCTION()
|
H A D | zend_API.h | 546 ZEND_API void add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d); 568 add_assoc_double_ex(arg, key, strlen(key), d); in add_assoc_double()
|
H A D | zend_API.c | 1841 ZEND_API void add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_assoc_double_ex() function
|
/PHP-8.3/ext/standard/ |
H A D | filestat.c | 1115 add_assoc_double_ex(&entry, "key", sizeof("key") - 1, (double)bucket->key); in PHP_FUNCTION()
|
/PHP-8.3/ext/curl/ |
H A D | interface.c | 94 #define CAAD(s, v) add_assoc_double_ex(return_value, s, sizeof(s) - 1, (double) v);
|
Completed in 46 milliseconds