3v4l.org

run code in 300+ PHP versions simultaneously
<?php $mystring = "Nymphomaniac: Volume 1 – Nimfomana Vol. I (2013) – filme online"; $mystring = str_replace(' ', '+', $mystring); $mystring = str_replace('-', '(/', $mystring); $parts1 = explode("(", $mystring); //break the string up around the "(" character in $mystring //print_r($parts1); $mystrings = $parts1[0]; print_r(explode('-', $mystrings);
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.28, 5.5.0 - 5.5.12
Parse error: syntax error, unexpected ';' in /in/qli3J on line 9
Process exited with code 255.

preferences:
175.03 ms | 1395 KiB | 78 Q