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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/pcre/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/pcre/tests/grep.phpt |
--TEST-- preg_grep() --FILE-- <?php $array = array('a', '1', 'q6', 'h20'); var_dump(preg_grep('/^(\d|.\d)$/', $array)); var_dump(preg_grep('/^(\d|.\d)$/', $array, PREG_GREP_INVERT)); ?> --EXPECT-- array(2) { [1]=> string(1) "1" [2]=> string(2) "q6" } array(2) { [0]=> string(1) "a" [3]=> string(3) "h20" }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare