3v4l.org

run code in 500+ PHP versions simultaneously
<?php class x { const int|string A=1, B='abc'; const int|string C = PHP_OS === 'win' ? 0 : 'not win'; } echo strlen(x::B);
Output for 8.3.0 - 8.3.32, 8.4.1 - 8.4.23, 8.5.0 - 8.5.8
3
Output for 8.2.31 - 8.2.32
Parse error: syntax error, unexpected token "|", expecting "=" in /in/ElUNU on line 4
Process exited with code 255.

preferences:
48.07 ms | 748 KiB | 4 Q