- Output for 8.1.32, 8.2.28 - 8.2.29, 8.3.5 - 8.3.25, 8.4.4 - 8.4.12
- Fatal error: Uncaught TypeError: Unsupported operand types: string * int in /in/crlUX:3
Stack trace:
#0 {main}
thrown in /in/crlUX on line 3
Process exited with code 255.
<?php
$secret = 'секретный ключ';
$secret * 33;