Searched refs:add_assoc_double (Results 1 - 7 of 7) sorted by relevance
| /PHP_5_3/ext/exif/ |
| H A D | exif.c | 2106 add_assoc_double(tmpi, name, info_value->f); 2114 add_assoc_double(tmpi, name, info_value->d);
|
| /PHP_5_3/ext/mssql/ |
| H A D | php_mssql.c | 1565 add_assoc_double(return_value, result->fields[i].name, Z_DVAL(result->data[result->cur_row][i]));
|
| /PHP_5_3/ext/standard/ |
| H A D | filestat.c | 1167 add_assoc_double(entry, "key", (double)bucket->key);
|
| H A D | pack.c | 812 add_assoc_double(return_value, n, (double)v); 820 add_assoc_double(return_value, n, v);
|
| /PHP_5_3/ext/xmlrpc/ |
| H A D | xmlrpc-epi-php.c | 325 if(id) return add_assoc_double(list, id, num);
|
| /PHP_5_3/ext/date/ |
| H A D | php_date.c | 2685 add_assoc_double(return_value, "fraction", parsed_time->f); 3469 add_assoc_double(return_value, "latitude", tzobj->tzi.tz->location.latitude); 3470 add_assoc_double(return_value, "longitude", tzobj->tzi.tz->location.longitude);
|
| /PHP_5_3/Zend/ |
| H A D | zend_API.h | 375 #define add_assoc_double(__arg, __key, __d) add_assoc_double_ex(__arg, __key, strlen(__key)+1, __d) macro
|
Completed in 29 milliseconds