add_assoc_double 2949 ext/date/php_date.c 		add_assoc_double(return_value, "fraction", parsed_time->f);
add_assoc_double 3967 ext/date/php_date.c 	add_assoc_double(return_value, "latitude", tzobj->tzi.tz->location.latitude);
add_assoc_double 3968 ext/date/php_date.c 	add_assoc_double(return_value, "longitude", tzobj->tzi.tz->location.longitude);
add_assoc_double 2086 ext/exif/exif.c 										add_assoc_double(tmpi, name, info_value->f);
add_assoc_double 2094 ext/exif/exif.c 										add_assoc_double(tmpi, name, info_value->d);
add_assoc_double 1560 ext/mssql/php_mssql.c 					add_assoc_double(return_value, result->fields[i].name, Z_DVAL(result->data[result->cur_row][i]));
add_assoc_double  583 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  615 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  616 ext/opcache/zend_accelerator_module.c 	add_assoc_double(statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
add_assoc_double  672 ext/opcache/zend_accelerator_module.c 	add_assoc_double(directives, "opcache.max_wasted_percentage",  ZCG(accel_directives).max_wasted_percentage);
add_assoc_double 1215 ext/standard/filestat.c 				add_assoc_double(entry, "key", (double)bucket->key);
add_assoc_double  874 ext/standard/pack.c 						add_assoc_double(return_value, n, (double)v);
add_assoc_double  882 ext/standard/pack.c 						add_assoc_double(return_value, n, v);
add_assoc_double  325 ext/xmlrpc/xmlrpc-epi-php.c 	if(id) return add_assoc_double(list, id, num);