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