Searched refs:add_assoc_double (Results 1 - 8 of 8) sorted by relevance
| /PHP_TRUNK/ext/exif/ |
| H A D | exif.c | 2086 add_assoc_double(tmpi, name, info_value->f); 2094 add_assoc_double(tmpi, name, info_value->d);
|
| /PHP_TRUNK/ext/mssql/ |
| H A D | php_mssql.c | 1555 add_assoc_double(return_value, result->fields[i].name, Z_DVAL(result->data[result->cur_row][i]));
|
| /PHP_TRUNK/ext/standard/ |
| H A D | filestat.c | 1215 add_assoc_double(entry, "key", (double)bucket->key);
|
| H A D | pack.c | 867 add_assoc_double(return_value, n, (double)v); 875 add_assoc_double(return_value, n, v);
|
| /PHP_TRUNK/ext/xmlrpc/ |
| H A D | xmlrpc-epi-php.c | 325 if(id) return add_assoc_double(list, id, num);
|
| /PHP_TRUNK/ext/opcache/ |
| H A D | zend_accelerator_module.c | 537 add_assoc_double(memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory))/ZCG(accel_directives).memory_consumption)*100.0); 555 add_assoc_double(statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs)*100.0:0); 556 add_assoc_double(statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0); 608 add_assoc_double(directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_percentage);
|
| /PHP_TRUNK/ext/date/ |
| H A D | php_date.c | 2906 add_assoc_double(return_value, "fraction", parsed_time->f); 3977 add_assoc_double(return_value, "latitude", tzobj->tzi.tz->location.latitude); 3978 add_assoc_double(return_value, "longitude", tzobj->tzi.tz->location.longitude);
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_API.h | 389 #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key)+1, __d) macro
|
Completed in 50 milliseconds