3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(preg_match('~^(hello\#world)\z~', 'hello#world')); var_dump(preg_match('~^(hello\#world)\z~x', 'hello#world')); var_dump(preg_match('~^(hello#world)\z~', 'hello#world')); var_dump(preg_match('~^(hello#world)\z~x', 'hello#world'));

preferences:
53.74 ms | 402 KiB | 5 Q