3v4l.org

run code in 300+ PHP versions simultaneously
<?php static class PHPApprentice { private $velocity = ''; public function __construct () { } public function getVelocity () { return $this->velocity; } public function setVelocity ( $value ) { $this->velocity = $value; } } $rafa = (new PHPApprentice ())->setVelocity ( 'jj' ); echo $rafa->getVelocity ();
Output for 5.4.0 - 5.4.23
Parse error: syntax error, unexpected 'class' (T_CLASS), expecting :: (T_PAAMAYIM_NEKUDOTAYIM) in /in/GNuuN on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_CLASS, expecting T_PAAMAYIM_NEKUDOTAYIM in /in/GNuuN on line 2
Process exited with code 255.

preferences:
192.53 ms | 1395 KiB | 60 Q