Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.c4250 const mbfl_encoding *_tran_cs = tran_cs; in PHP_FUNCTION() local
4254 _tran_cs = mbfl_name2encoding(charset); in PHP_FUNCTION()
4257 if (!_tran_cs) { in PHP_FUNCTION()
4259 _tran_cs = &mbfl_encoding_ascii; in PHP_FUNCTION()
4261 tran_cs = _tran_cs; in PHP_FUNCTION()

Completed in 31 milliseconds