3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = function($iteratie=0) { var_dump($this); return; if ($iteratie>5) return $iteratie; else return $iteratie + $this($iteratie++); } use ($this); echo $a();
Output for 5.4.0 - 5.4.12
Parse error: syntax error, unexpected 'use' (T_USE) in /in/JSS31 on line 2
Process exited with code 255.
Output for 5.3.2 - 5.3.22
Parse error: syntax error, unexpected T_USE in /in/JSS31 on line 2
Process exited with code 255.

preferences:
207.7 ms | 1399 KiB | 41 Q