3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "text/abc word two"; $result = substr( $string, strpos($string, '/') + 1); $result = substr( $result, 0, strpos( $result, 'word'); echo $result;
Output for 5.3.0 - 5.3.26, 5.4.0 - 5.4.16
Parse error: syntax error, unexpected ';' in /in/W0ZeC on line 4
Process exited with code 255.

preferences:
183.94 ms | 1395 KiB | 51 Q