@ 2019-04-27T23:26:27Z <?php
function expects(array $expected, array $received) {
// var_dump($received);
var_dump($expected === $received);
}
$string = 'å
ÊeĖâŦđđŠđŠâ đŠââ¤ī¸âđŠ';
$expectedArray = ['å
', 'Ê', 'e', 'Ė', 'âŦ', 'đ', 'đŠ', 'đŠ', 'â', ' ', 'đŠ', 'â', 'â¤', 'ī¸', 'â', 'đŠ'];
expects($expectedArray, mb_str_split( $string));
Enable javascript to submit You have javascript disabled. You will not be able to edit any code.
Output for 7.4.0 - 7.4.33 , 8.0.0 - 8.0.30 , 8.1.0 - 8.1.30 , 8.2.0 - 8.2.25 , 8.3.0 - 8.3.13 bool(true)
Output for 7.1.0 - 7.1.33 , 7.2.0 - 7.2.33 , 7.3.0 - 7.3.33 Fatal error: Uncaught Error: Call to undefined function mb_str_split() in /in/M85Fi:11
Stack trace:
#0 {main}
thrown in /in/M85Fi on line 11
Process exited with code 255 . preferences:dark mode live preview
42.99 ms | 407 KiB | 5 Q