@PHP82Migration.test-out.php 47 B

1234
  1. <?php
  2. $name = 'World';
  3. echo "Hello {$name}!";