Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/
H A Dmbstring.c4301 const mbfl_encoding *_tran_cs = tran_cs; in PHP_FUNCTION() local
4305 _tran_cs = mbfl_name2encoding(charset); in PHP_FUNCTION()
4308 if (!_tran_cs) { in PHP_FUNCTION()
4310 _tran_cs = &mbfl_encoding_ascii; in PHP_FUNCTION()
4312 tran_cs = _tran_cs; in PHP_FUNCTION()

Completed in 17 milliseconds