Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.c4507 const mbfl_encoding *_tran_cs = tran_cs; in PHP_FUNCTION() local
4511 _tran_cs = mbfl_name2encoding(charset); in PHP_FUNCTION()
4514 if (!_tran_cs) { in PHP_FUNCTION()
4516 _tran_cs = &mbfl_encoding_ascii; in PHP_FUNCTION()
4518 tran_cs = _tran_cs; in PHP_FUNCTION()

Completed in 23 milliseconds