@PHP80Migration-risky.test-out.php 142 B

12345678
  1. <?php
  2. declare(strict_types=1);
  3. $pieces = [1, 2];
  4. $f = implode('', $pieces);
  5. echo time();
  6. $exif = exif_read_data('tests/test1.jpg', 'IFD0');