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