Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c611add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory…
639add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…
640 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
735add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_p…
/PHP-8.0/ext/standard/
H A Dpack.c1129 add_assoc_double(return_value, n, (double)v); in PHP_FUNCTION()
1146 add_assoc_double(return_value, n, v); in PHP_FUNCTION()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_status.c128add_assoc_double(&fpm_proc_stat, "last-request-cpu", procs[i].request_stage == FPM_REQUEST_ACCEPTI… in fpm_status_export_to_zval()
/PHP-8.0/ext/date/
H A Dphp_date.c2740 add_assoc_double(return_value, "fraction", (double)parsed_time->us / 1000000.0); in php_date_do_return_parsed_time()
3733 add_assoc_double(return_value, "latitude", tzobj->tzi.tz->location.latitude); in PHP_FUNCTION()
3734 add_assoc_double(return_value, "longitude", tzobj->tzi.tz->location.longitude); in PHP_FUNCTION()
/PHP-8.0/ext/exif/
H A Dexif.c2569 add_assoc_double(&tmpi, name, info_value->f); in add_assoc_image_info()
2577 add_assoc_double(&tmpi, name, info_value->d); in add_assoc_image_info()
/PHP-8.0/Zend/
H A Dzend_API.h454 #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key), __d) macro

Completed in 58 milliseconds