Searched defs:str_out (Results 1 – 1 of 1) sorted by relevance
206 zend_string *str_out; in PHP_FUNCTION() local227 ZSTR_VAL(str_out)[j++] = (php_hex2int((int) str_in[i + 1]) << 4) in PHP_FUNCTION() local249 ZSTR_VAL(str_out)[j++] = str_in[i++]; in PHP_FUNCTION() local257 ZSTR_VAL(str_out)[j] = '\0'; in PHP_FUNCTION() local
Completed in 7 milliseconds