3v4l.org

run code in 300+ PHP versions simultaneously
<?php $regex = '/(^a)|(.*(?=ab\K))/'; $subject = "aaaaxyzaabaa"; // Comment/uncomment below as wanted. // All 3 functions are vulnerable (note, other functions are affected as well) preg_match_all($regex,$subject,$x); var_dump($x);

preferences:
45.19 ms | 402 KiB | 5 Q