Searched refs:fval (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_5/ext/iconv/ |
| H A D | iconv.c | 205 static php_iconv_err_t _php_iconv_mime_encode(smart_str *pretval, const char *fname, size_t fname_nbytes, const char *fval, size_t fval_nbytes, unsigned int max_line_len, const char *lfchars, php_iconv_enc_scheme_t enc_scheme, const char *out_charset, const char *enc); 1057 static php_iconv_err_t _php_iconv_mime_encode(smart_str *pretval, const char *fname, size_t fname_nbytes, const char *fval, size_t fval_nbytes, unsigned int max_line_len, const char *lfchars, php_iconv_enc_scheme_t enc_scheme, const char *out_charset, const char *enc) argument 1137 in_p = fval;
|
| /PHP_5_5/ext/interbase/ |
| H A D | ibase_query.c | 86 float fval; member in union:__anon108::__anon109
|
| /PHP_5_5/ext/standard/ |
| H A D | array.c | 408 zval *fval, *sval; local 415 fval = *((zval **) f->pData); 417 first = *fval; 420 if (Z_TYPE_P(fval) != IS_STRING) { 432 if (Z_TYPE_P(fval) != IS_STRING) {
|
Completed in 39 milliseconds