Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/
H A Dmbstring.c4440 const mbfl_encoding *_tran_cs = tran_cs; in PHP_FUNCTION() local
4444 _tran_cs = mbfl_name2encoding(charset); in PHP_FUNCTION()
4447 if (!_tran_cs) { in PHP_FUNCTION()
4449 _tran_cs = &mbfl_encoding_ascii; in PHP_FUNCTION()
4451 tran_cs = _tran_cs; in PHP_FUNCTION()

Completed in 30 milliseconds