add_assoc_double 2889 ext/date/php_date.c 		add_assoc_double(return_value, "fraction", parsed_time->f);
add_assoc_double 3925 ext/date/php_date.c 	add_assoc_double(return_value, "latitude", tzobj->tzi.tz->location.latitude);
add_assoc_double 3926 ext/date/php_date.c 	add_assoc_double(return_value, "longitude", tzobj->tzi.tz->location.longitude);
add_assoc_double 2067 ext/exif/exif.c 										add_assoc_double(&tmpi, name, info_value->f);
add_assoc_double 2075 ext/exif/exif.c 										add_assoc_double(&tmpi, name, info_value->d);
add_assoc_double  623 ext/opcache/zend_accelerator_module.c 	add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory))/ZCG(accel_directives).memory_consumption)*100.0);
add_assoc_double  651 ext/opcache/zend_accelerator_module.c 	add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs)*100.0:0);
add_assoc_double  652 ext/opcache/zend_accelerator_module.c 	add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
add_assoc_double  699 ext/opcache/zend_accelerator_module.c 	add_assoc_double(&directives, "opcache.max_wasted_percentage",  ZCG(accel_directives).max_wasted_percentage);
add_assoc_double  940 ext/standard/pack.c 						add_assoc_double(return_value, n, (double)v);
add_assoc_double  948 ext/standard/pack.c 						add_assoc_double(return_value, n, v);
add_assoc_double  322 ext/xmlrpc/xmlrpc-epi-php.c 	if(id) return add_assoc_double(list, id, num);