3v4l.org

run code in 300+ PHP versions simultaneously
<?php $regex = '/(?=xyz\K)/'; $subject = "aaaaxyzaaaa"; // Comment/uncomment below as wanted. // All 3 functions are vulnerable (note, other functions are affected as well) preg_match($regex, $subject, $matches);

preferences:
42.75 ms | 402 KiB | 5 Q