Searched refs:is_hex (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 415 ZEND_ARG_INFO(0, is_hex) 3715 zend_bool is_hex = 0; local 3719 if (zend_parse_parameters(argc TSRMLS_CC, "sz|sb", &str, &str_len, &zconvmap, &encoding, &encoding_len, &is_hex) == FAILURE) { 3741 if (type == 0 && is_hex) { 3783 /* {{{ proto string mb_encode_numericentity(string string, array convmap [, string encoding [, bool is_hex]])
|
Completed in 8 milliseconds