3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = "---\n title = A nice title goes here\n tags = tag1 tag2 tag3\n ---\n This is the content of this entry...\n Line2\n Line3\n" $p1 = preg_split("/[\n]*[-]{3}[\n]/", $s, 3, PREG_SPLIT_NO_EMPTY); $ps = preg_split("/[\n]*[-]{3}[\n]/", $s, 2, PREG_SPLIT_NO_EMPTY); print_r($p1); print_r($p2);
Output for 5.4.0 - 5.4.23
Parse error: syntax error, unexpected '$p1' (T_VARIABLE) in /in/sT9kG on line 10
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_VARIABLE in /in/sT9kG on line 10
Process exited with code 255.

preferences:
183.77 ms | 1395 KiB | 60 Q