Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_accelerator_module.c680add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory…
708add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…
709 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
804add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_p…
/php-src/sapi/fpm/fpm/
H A Dfpm_status.c129add_assoc_double(&fpm_proc_stat, "last-request-cpu", procs[i].request_stage == FPM_REQUEST_ACCEPTI… in fpm_status_export_to_zval()
/php-src/ext/exif/
H A Dexif.c2585 add_assoc_double(&tmpi, name, info_value->f); in add_assoc_image_info()
2593 add_assoc_double(&tmpi, name, info_value->d); in add_assoc_image_info()
/php-src/ext/date/
H A Dphp_date.c3143 add_assoc_double(return_value, "fraction", (double)parsed_time->us / 1000000.0); in php_date_do_return_parsed_time()
4436 add_assoc_double(return_value, "latitude", tzobj->tzi.tz->location.latitude); in PHP_FUNCTION()
4437 add_assoc_double(return_value, "longitude", tzobj->tzi.tz->location.longitude); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_API.h572 static zend_always_inline void add_assoc_double(zval *arg, const char *key, double d) { in add_assoc_double() function

Completed in 57 milliseconds