Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c583add_assoc_double(memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory)… in ZEND_FUNCTION()
615add_assoc_double(statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs)… in ZEND_FUNCTION()
616 add_assoc_double(statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0); in ZEND_FUNCTION()
672add_assoc_double(directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_pe… in ZEND_FUNCTION()
/PHP-5.5/ext/standard/
H A Dpack.c874 add_assoc_double(return_value, n, (double)v); in PHP_FUNCTION()
882 add_assoc_double(return_value, n, v); in PHP_FUNCTION()
H A Dfilestat.c1215 add_assoc_double(entry, "key", (double)bucket->key); in PHP_FUNCTION()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c325 if(id) return add_assoc_double(list, id, num);
/PHP-5.5/Zend/
H A Dzend_API.h389 #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key)+1, __d) macro
/PHP-5.5/ext/date/
H A Dphp_date.c2949 add_assoc_double(return_value, "fraction", parsed_time->f); in php_date_do_return_parsed_time()
3967 add_assoc_double(return_value, "latitude", tzobj->tzi.tz->location.latitude); in PHP_FUNCTION()
3968 add_assoc_double(return_value, "longitude", tzobj->tzi.tz->location.longitude); in PHP_FUNCTION()
/PHP-5.5/ext/exif/
H A Dexif.c2086 add_assoc_double(tmpi, name, info_value->f); in add_assoc_image_info()
2094 add_assoc_double(tmpi, name, info_value->d); in add_assoc_image_info()
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c1560add_assoc_double(return_value, result->fields[i].name, Z_DVAL(result->data[result->cur_row][i]));

Completed in 70 milliseconds