Home
last modified time | relevance | path

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

/php-src/ext/pcntl/
H A Dpcntl.c1014 add_assoc_double_ex(user_siginfo, "utime", sizeof("utime")-1, siginfo->si_utime); in pcntl_siginfo_to_zval()
1017 add_assoc_double_ex(user_siginfo, "stime", sizeof("stime")-1, siginfo->si_stime); in pcntl_siginfo_to_zval()
1032 add_assoc_double_ex(user_siginfo, "addr", sizeof("addr")-1, (zend_long)siginfo->si_addr); in pcntl_siginfo_to_zval()
/php-src/Zend/
H A Dzend_builtin_functions.c157add_assoc_double_ex(return_value, "application_time", sizeof("application_time")-1, (double) statu… in ZEND_FUNCTION()
158add_assoc_double_ex(return_value, "collector_time", sizeof("collector_time")-1, (double) status.co… in ZEND_FUNCTION()
159add_assoc_double_ex(return_value, "destructor_time", sizeof("destructor_time")-1, (double) status.… in ZEND_FUNCTION()
160add_assoc_double_ex(return_value, "free_time", sizeof("free_time")-1, (double) status.free_time / … in ZEND_FUNCTION()
H A Dzend_API.h551 ZEND_API void add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d);
573 add_assoc_double_ex(arg, key, strlen(key), d); in add_assoc_double()
H A Dzend_API.c1891 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-src/ext/standard/
H A Dfilestat.c1091 add_assoc_double_ex(&entry, "key", sizeof("key") - 1, (double)bucket->key); in PHP_FUNCTION()
/php-src/ext/curl/
H A Dinterface.c94 #define CAAD(s, v) add_assoc_double_ex(return_value, s, sizeof(s) - 1, (double) v);

Completed in 50 milliseconds