Home
last modified time | relevance | path

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

/PHP-7.0/ext/mbstring/tests/
H A Dbug45722.phpt2 Bug #45722 (mb_check_encoding() crashes)
7 var_dump(mb_check_encoding("&\xc2\xb7 TEST TEST TEST TEST TEST TEST", "HTML-ENTITIES"));
H A Dbug47399.phpt2 Bug #47399 (mb_check_encoding() returns true for some illegal SJIS characters)
9 var_dump(mb_check_encoding("\x81".pack("c", $a), $enc));
/PHP-7.0/ext/mbstring/
H A Dmbstring.h132 PHP_FUNCTION(mb_check_encoding);
H A Dmbstring.c558 PHP_FE(mb_check_encoding, arginfo_mb_check_encoding)
4702 PHP_FUNCTION(mb_check_encoding) in PHP_FUNCTION() argument

Completed in 26 milliseconds