Searched refs:php_hex2int (Results 1 – 1 of 1) sorted by relevance
37 static char php_hex2int(int c) /* {{{ */ in php_hex2int() function227 ZSTR_VAL(str_out)[j++] = (php_hex2int((int) str_in[i + 1]) << 4) in PHP_FUNCTION()228 + php_hex2int((int) str_in[i + 2]); in PHP_FUNCTION()
Completed in 9 milliseconds