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/bug70345.phpt |
--TEST-- Bug #70345 (Multiple vulnerabilities related to PCRE functions) --FILE-- <?php $regex = '/(?=xyz\K)/'; $subject = "aaaaxyzaaaa"; $v = preg_split($regex, $subject); print_r($v); $regex = '/(a(?=xyz\K))/'; $subject = "aaaaxyzaaaa"; preg_match($regex, $subject, $matches); var_dump($matches); --EXPECTF-- Array ( [0] => aaaaxyzaaaa ) Warning: preg_match(): Get subpatterns list failed in %s on line %d array(0) { }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare