Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/mbstring/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/mbstring/tests/mb_str_functions_opt-parameter.phpt |
--TEST-- Optional long parameter might be null --SKIPIF-- <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?> --FILE-- <?php echo mb_strpos('abb', 'b', null, 'UTF-8') . "\n"; echo mb_strrpos('abb', 'b', null, 'UTF-8') . "\n"; echo mb_stripos('abb', 'B', null, 'UTF-8') . "\n"; echo mb_strripos('abb', 'B', null, 'UTF-8') . "\n"; echo mb_strstr('foobarbaz', 'ba', null, 'UTF-8') . "\n"; echo mb_strrchr('foobarbaz', 'ba', null, 'UTF-8') . "\n"; echo mb_stristr('foobarbaz', 'BA', null, 'UTF-8') . "\n"; echo mb_strrichr('foobarbaz', 'BA', null, 'UTF-8') . "\n"; echo mb_substr('foobarbaz', 6, null, 'UTF-8') . "\n"; echo mb_strcut('foobarbaz', 6, null, 'UTF-8') . "\n"; echo mb_strimwidth('foobar', 0, 3, null, 'UTF-8') . "\n"; ?> ==DONE== --EXPECT-- 1 2 1 2 barbaz baz barbaz baz baz baz foo ==DONE==
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare