3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s="a(bcdefghijkl(mno)p)q"; $return = preg_replace_callback( '|(\((.+)\))+|', function ($matches) { return $matches[2]; }, $s ); print_r($return)
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.6
Parse error: syntax error, unexpected end of file in /in/UMCor on line 11
Process exited with code 255.

preferences:
159.39 ms | 1395 KiB | 35 Q