Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dquot_print.c205 char *arg1, *str_in, *str_out; in PHP_FUNCTION() local
218 str_out = emalloc(arg1_len + 1); in PHP_FUNCTION()
226 str_out[j++] = (php_hex2int((int) str_in[i + 1]) << 4) in PHP_FUNCTION()
248 str_out[j++] = str_in[i++]; in PHP_FUNCTION()
253 str_out[j++] = str_in[i++]; in PHP_FUNCTION()
256 str_out[j] = '\0'; in PHP_FUNCTION()
258 RETVAL_STRINGL(str_out, j, 0); in PHP_FUNCTION()

Completed in 8 milliseconds