3v4l.org

run code in 300+ PHP versions simultaneously
<?php public function can($right) { $something1 = true; $something2 = true; return $something1 && $something2; } var_dump(can(123)); //---- $something1 = 1; $something2 = 2; $something4 = $something1 ? $something1 : $something2; var_dump($something4);
Output for 5.4.0 - 5.4.21
Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /in/kR54Z on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_PUBLIC in /in/kR54Z on line 2
Process exited with code 255.

preferences:
192.14 ms | 1386 KiB | 57 Q