Searched refs:trans_enc_name (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 3310 char *trans_enc_name = NULL; local 3320 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|sssl", (char **)&string.val, &string.len, &charset_name, &charset_name_len, &trans_enc_name, &trans_enc_name_len, &linefeed, &linefeed_len, &indent) == FAILURE) { 3341 if (trans_enc_name != NULL) { 3342 if (*trans_enc_name == 'B' || *trans_enc_name == 'b') { 3344 } else if (*trans_enc_name == 'Q' || *trans_enc_name == 'q') {
|
Completed in 8 milliseconds