- Output for 8.1.0 - 8.1.30, 8.2.0 - 8.2.26, 8.3.0 - 8.3.14, 8.4.1
- Fatal error: Uncaught TypeError: Unsupported operand types: string - string in /in/6itFH:5
Stack trace:
#0 {main}
thrown in /in/6itFH on line 5
Process exited with code 255.
<?php
$str = 'hello';
$str -= 'world';
var_dump($str);