Home
last modified time | relevance | path

Searched refs:php_hex2int (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/standard/
H A Dquot_print.c37 static char php_hex2int(int c) /* {{{ */ in php_hex2int() function
226 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 4 milliseconds