Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dquot_print.c197 zend_string *str_out; in PHP_FUNCTION() local
210 str_out = zend_string_alloc(ZSTR_LEN(arg1), 0); in PHP_FUNCTION()
218 ZSTR_VAL(str_out)[j++] = (php_hex2int((int) str_in[i + 1]) << 4) in PHP_FUNCTION() local
240 ZSTR_VAL(str_out)[j++] = str_in[i++]; in PHP_FUNCTION() local
245 ZSTR_VAL(str_out)[j++] = str_in[i++]; in PHP_FUNCTION()
248 ZSTR_VAL(str_out)[j] = '\0'; in PHP_FUNCTION() local
249 ZSTR_LEN(str_out) = j; in PHP_FUNCTION()
251 RETVAL_NEW_STR(str_out); in PHP_FUNCTION()

Completed in 4 milliseconds