Searched refs:fval (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/iconv/ |
| H A D | iconv.c | 211 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); 989 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 1069 in_p = fval;
|
| /PHP_5_3/ext/interbase/ |
| H A D | ibase_query.c | 86 float fval; member in union:__anon86::__anon87
|
| /PHP_5_3/ext/standard/ |
| H A D | array.c | 402 zval *fval, *sval; local 409 fval = *((zval **) f->pData); 411 first = *fval; 414 if (Z_TYPE_P(fval) != IS_STRING) { 426 if (Z_TYPE_P(fval) != IS_STRING) {
|
Completed in 16 milliseconds