3v4l.org

run code in 300+ PHP versions simultaneously
<?php private function machine() { $II = "http://machineliker.com/login.php?&code=104&user=".$this->token; $III = "http://machineliker.com/captcha.php"; $IIIx = array( "answer" => $this->getCaptcha($III), ); $IIII = "http://machineliker.com/like.php?type=custom"; $IIII = array( "id" => $this->id, "submit" => "Get Likes", ); echo $this->Submit($II,$III); echo "<br>"; echo $this->Submit($IIII,$IIII); echo "<br>"; echo "================================__0>@WHOAMI@<0__================================"; echo "<br>"; }
Output for 7.0.0 - 7.0.2
Parse error: syntax error, unexpected 'private' (T_PRIVATE), expecting end of file in /in/mgNEd on line 2
Process exited with code 255.
Output for 5.5.24 - 5.5.31, 5.6.8 - 5.6.17
Parse error: syntax error, unexpected 'private' (T_PRIVATE) in /in/mgNEd on line 2
Process exited with code 255.

preferences:
167.31 ms | 1395 KiB | 28 Q