@PHP80Migration-risky.test-in.php 144 B

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