Home
last modified time | relevance | path

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

/PHP-7.2/ext/opcache/
H A Dzend_accelerator_module.c634add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory…
662add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…
663 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
714add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_p…
/PHP-7.2/ext/standard/
H A Dpack.c1139 add_assoc_double(return_value, n, (double)v); in PHP_FUNCTION()
1156 add_assoc_double(return_value, n, v); in PHP_FUNCTION()
/PHP-7.2/ext/xmlrpc/
H A Dxmlrpc-epi-php.c322 if(id) return add_assoc_double(list, id, num);
/PHP-7.2/ext/date/
H A Dphp_date.c3088 add_assoc_double(return_value, "fraction", (double)parsed_time->us / 1000000.0); in php_date_do_return_parsed_time()
4114 add_assoc_double(return_value, "latitude", tzobj->tzi.tz->location.latitude); in PHP_FUNCTION()
4115 add_assoc_double(return_value, "longitude", tzobj->tzi.tz->location.longitude); in PHP_FUNCTION()
/PHP-7.2/ext/exif/
H A Dexif.c2497 add_assoc_double(&tmpi, name, info_value->f); in add_assoc_image_info()
2505 add_assoc_double(&tmpi, name, info_value->d); in add_assoc_image_info()
/PHP-7.2/Zend/
H A Dzend_API.h422 #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key), __d) macro

Completed in 50 milliseconds