3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Api\Something { class Foo { } } use \Api\Something as Private;
Output for 5.4.0 - 5.4.27
Parse error: syntax error, unexpected 'Private' (T_PRIVATE), expecting identifier (T_STRING) in /in/D4n5B on line 11
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_PRIVATE, expecting T_STRING in /in/D4n5B on line 11
Process exited with code 255.

preferences:
188.19 ms | 1395 KiB | 64 Q