3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'ananas'; $re = "^an|^ananas"; ereg($re, $str, $m); echo "$re\n", print_r($m, true), "\n"; $re = "^an.|^an(.)"; ereg($re, $str, $m); echo "$re\n", print_r($m, true), "\n"; $re = "^an(.)|^an."; ereg($re, $str, $m); echo "$re\n", print_r($m, true);

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
207.8 ms | 2131 KiB | 9 Q