3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * test that filemtime() returns Unix timestamp (UTC) on current system */ $timestampStartOfUnixEpoch = 0; // start of the Unix epoch. $timestampRequest = 3600 * (int) ($_SERVER['REQUEST_TIME'] / 3600); $testFile = tempnam(sys_get_temp_dir(), 'test-dropbox-uploader'); printf("PHP version is %s.\n", PHP_VERSION); printf("Testfile is '%s'.\n", $testFile); touch($testFile, $timestampStartOfUnixEpoch); clearstatcache(false, $testFile); $mtime = filemtime($testFile); printf("Testfile '%s' mtime should be from touch %d, is %d.\n", basename($testFile), $timestampStartOfUnixEpoch, $mtime); printf("The mtime represents %s\n", date('r', $mtime)); touch($testFile, $timestampRequest); clearstatcache(false, $testFile); $mtime = filemtime($testFile); printf("Testfile '%s' mtime should be from touch %d, is %d.\n", basename($testFile), $timestampRequest, $mtime); printf("The mtime represents %s\n", date('r', $mtime)); unlink($testFile);
Output for 8.3.6
PHP version is 8.3.6. Testfile is '/tmp/test-dropbox-uploaderjtzRLY'. Testfile 'test-dropbox-uploaderjtzRLY' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderjtzRLY' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.3.5
PHP version is 8.3.5. Testfile is '/tmp/test-dropbox-uploader4U9WvY'. Testfile 'test-dropbox-uploader4U9WvY' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader4U9WvY' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.3.4
PHP version is 8.3.4. Testfile is '/tmp/test-dropbox-uploaderVtdICr'. Testfile 'test-dropbox-uploaderVtdICr' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderVtdICr' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.3.3
PHP version is 8.3.3. Testfile is '/tmp/test-dropbox-uploaderxp4hbZ'. Testfile 'test-dropbox-uploaderxp4hbZ' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderxp4hbZ' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.3.2
PHP version is 8.3.2. Testfile is '/tmp/test-dropbox-uploaderfdJAdP'. Testfile 'test-dropbox-uploaderfdJAdP' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderfdJAdP' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.3.1
PHP version is 8.3.1. Testfile is '/tmp/test-dropbox-uploader1Lw11Z'. Testfile 'test-dropbox-uploader1Lw11Z' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader1Lw11Z' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.3.0
PHP version is 8.3.0. Testfile is '/tmp/test-dropbox-uploadertJm32Z'. Testfile 'test-dropbox-uploadertJm32Z' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadertJm32Z' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.18
PHP version is 8.2.18. Testfile is '/tmp/test-dropbox-uploader07qNuZ'. Testfile 'test-dropbox-uploader07qNuZ' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader07qNuZ' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.17
PHP version is 8.2.17. Testfile is '/tmp/test-dropbox-uploaderU4Dp93'. Testfile 'test-dropbox-uploaderU4Dp93' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderU4Dp93' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.16
PHP version is 8.2.16. Testfile is '/tmp/test-dropbox-uploaderXgoi2t'. Testfile 'test-dropbox-uploaderXgoi2t' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderXgoi2t' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.15
PHP version is 8.2.15. Testfile is '/tmp/test-dropbox-uploaderHIjLYb'. Testfile 'test-dropbox-uploaderHIjLYb' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderHIjLYb' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.14
PHP version is 8.2.14. Testfile is '/tmp/test-dropbox-uploaderNz1tS6'. Testfile 'test-dropbox-uploaderNz1tS6' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderNz1tS6' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.13
PHP version is 8.2.13. Testfile is '/tmp/test-dropbox-uploaderM1vRKH'. Testfile 'test-dropbox-uploaderM1vRKH' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderM1vRKH' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.12
PHP version is 8.2.12. Testfile is '/tmp/test-dropbox-uploadery2GmYq'. Testfile 'test-dropbox-uploadery2GmYq' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadery2GmYq' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.11
PHP version is 8.2.11. Testfile is '/tmp/test-dropbox-uploaderUstNBc'. Testfile 'test-dropbox-uploaderUstNBc' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderUstNBc' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.10
PHP version is 8.2.10. Testfile is '/tmp/test-dropbox-uploader4iUduf'. Testfile 'test-dropbox-uploader4iUduf' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader4iUduf' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.9
PHP version is 8.2.9. Testfile is '/tmp/test-dropbox-uploaderOqxOmN'. Testfile 'test-dropbox-uploaderOqxOmN' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderOqxOmN' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.8
PHP version is 8.2.8. Testfile is '/tmp/test-dropbox-uploader6CzmOE'. Testfile 'test-dropbox-uploader6CzmOE' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader6CzmOE' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.7
PHP version is 8.2.7. Testfile is '/tmp/test-dropbox-uploaderwAK4aE'. Testfile 'test-dropbox-uploaderwAK4aE' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderwAK4aE' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.6
PHP version is 8.2.6. Testfile is '/tmp/test-dropbox-uploaderZoBc1w'. Testfile 'test-dropbox-uploaderZoBc1w' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderZoBc1w' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.5
PHP version is 8.2.5. Testfile is '/tmp/test-dropbox-uploader8a6pJu'. Testfile 'test-dropbox-uploader8a6pJu' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader8a6pJu' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.4
PHP version is 8.2.4. Testfile is '/tmp/test-dropbox-uploaderSYs0Xe'. Testfile 'test-dropbox-uploaderSYs0Xe' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderSYs0Xe' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.3
PHP version is 8.2.3. Testfile is '/tmp/test-dropbox-uploader5qUACR'. Testfile 'test-dropbox-uploader5qUACR' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader5qUACR' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.2
PHP version is 8.2.2. Testfile is '/tmp/test-dropbox-uploadere0mYv1'. Testfile 'test-dropbox-uploadere0mYv1' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadere0mYv1' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.1
PHP version is 8.2.1. Testfile is '/tmp/test-dropbox-uploaderwWbXOu'. Testfile 'test-dropbox-uploaderwWbXOu' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderwWbXOu' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.2.0
PHP version is 8.2.0. Testfile is '/tmp/test-dropbox-uploaderf2tFPD'. Testfile 'test-dropbox-uploaderf2tFPD' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderf2tFPD' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.28
PHP version is 8.1.28. Testfile is '/tmp/test-dropbox-uploaderSopBvw'. Testfile 'test-dropbox-uploaderSopBvw' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderSopBvw' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.27
PHP version is 8.1.27. Testfile is '/tmp/test-dropbox-uploader3OR0as'. Testfile 'test-dropbox-uploader3OR0as' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader3OR0as' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.26
PHP version is 8.1.26. Testfile is '/tmp/test-dropbox-uploaderTdtzQx'. Testfile 'test-dropbox-uploaderTdtzQx' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderTdtzQx' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.25
PHP version is 8.1.25. Testfile is '/tmp/test-dropbox-uploaderBC3OFo'. Testfile 'test-dropbox-uploaderBC3OFo' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderBC3OFo' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.24
PHP version is 8.1.24. Testfile is '/tmp/test-dropbox-uploaderAbE81J'. Testfile 'test-dropbox-uploaderAbE81J' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderAbE81J' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.23
PHP version is 8.1.23. Testfile is '/tmp/test-dropbox-uploaderMzY3pu'. Testfile 'test-dropbox-uploaderMzY3pu' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderMzY3pu' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.22
PHP version is 8.1.22. Testfile is '/tmp/test-dropbox-uploaderGmxTF2'. Testfile 'test-dropbox-uploaderGmxTF2' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderGmxTF2' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.21
PHP version is 8.1.21. Testfile is '/tmp/test-dropbox-uploader6P8ws4'. Testfile 'test-dropbox-uploader6P8ws4' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader6P8ws4' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.20
PHP version is 8.1.20. Testfile is '/tmp/test-dropbox-uploaderdDpVPR'. Testfile 'test-dropbox-uploaderdDpVPR' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderdDpVPR' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.19
PHP version is 8.1.19. Testfile is '/tmp/test-dropbox-uploaderhjByAP'. Testfile 'test-dropbox-uploaderhjByAP' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderhjByAP' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.18
PHP version is 8.1.18. Testfile is '/tmp/test-dropbox-uploaderxsRkee'. Testfile 'test-dropbox-uploaderxsRkee' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderxsRkee' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.17
PHP version is 8.1.17. Testfile is '/tmp/test-dropbox-uploaderrRGsVi'. Testfile 'test-dropbox-uploaderrRGsVi' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderrRGsVi' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.16
PHP version is 8.1.16. Testfile is '/tmp/test-dropbox-uploaderaHqGcY'. Testfile 'test-dropbox-uploaderaHqGcY' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderaHqGcY' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.15
PHP version is 8.1.15. Testfile is '/tmp/test-dropbox-uploaderIQiVrj'. Testfile 'test-dropbox-uploaderIQiVrj' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderIQiVrj' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.14
PHP version is 8.1.14. Testfile is '/tmp/test-dropbox-uploaderoOtJ1k'. Testfile 'test-dropbox-uploaderoOtJ1k' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderoOtJ1k' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.13
PHP version is 8.1.13. Testfile is '/tmp/test-dropbox-uploaderqWmeXR'. Testfile 'test-dropbox-uploaderqWmeXR' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderqWmeXR' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.12
PHP version is 8.1.12. Testfile is '/tmp/test-dropbox-uploaderXU38lu'. Testfile 'test-dropbox-uploaderXU38lu' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderXU38lu' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.11
PHP version is 8.1.11. Testfile is '/tmp/test-dropbox-uploaderrjdfYn'. Testfile 'test-dropbox-uploaderrjdfYn' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderrjdfYn' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.10
PHP version is 8.1.10. Testfile is '/tmp/test-dropbox-uploaderb56Hla'. Testfile 'test-dropbox-uploaderb56Hla' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderb56Hla' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.9
PHP version is 8.1.9. Testfile is '/tmp/test-dropbox-uploaderjPvO7W'. Testfile 'test-dropbox-uploaderjPvO7W' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderjPvO7W' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.8
PHP version is 8.1.8. Testfile is '/tmp/test-dropbox-uploaderor4XGL'. Testfile 'test-dropbox-uploaderor4XGL' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderor4XGL' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.7
PHP version is 8.1.7. Testfile is '/tmp/test-dropbox-uploaderhP4JsV'. Testfile 'test-dropbox-uploaderhP4JsV' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderhP4JsV' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.6
PHP version is 8.1.6. Testfile is '/tmp/test-dropbox-uploadera6vcnn'. Testfile 'test-dropbox-uploadera6vcnn' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadera6vcnn' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.5
PHP version is 8.1.5. Testfile is '/tmp/test-dropbox-uploaderrv5SU2'. Testfile 'test-dropbox-uploaderrv5SU2' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderrv5SU2' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.4
PHP version is 8.1.4. Testfile is '/tmp/test-dropbox-uploaderuTfN7m'. Testfile 'test-dropbox-uploaderuTfN7m' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderuTfN7m' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.3
PHP version is 8.1.3. Testfile is '/tmp/test-dropbox-uploaderwkq4aX'. Testfile 'test-dropbox-uploaderwkq4aX' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderwkq4aX' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.2
PHP version is 8.1.2. Testfile is '/tmp/test-dropbox-uploaderEaV6sy'. Testfile 'test-dropbox-uploaderEaV6sy' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderEaV6sy' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.1
PHP version is 8.1.1. Testfile is '/tmp/test-dropbox-uploaderrEpUa7'. Testfile 'test-dropbox-uploaderrEpUa7' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderrEpUa7' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.1.0
PHP version is 8.1.0. Testfile is '/tmp/test-dropbox-uploaderRsrKBK'. Testfile 'test-dropbox-uploaderRsrKBK' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderRsrKBK' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.30
PHP version is 8.0.30. Testfile is '/tmp/test-dropbox-uploaderyUwBBL'. Testfile 'test-dropbox-uploaderyUwBBL' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderyUwBBL' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.29
PHP version is 8.0.29. Testfile is '/tmp/test-dropbox-uploaderlg4UsL'. Testfile 'test-dropbox-uploaderlg4UsL' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderlg4UsL' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.28
PHP version is 8.0.28. Testfile is '/tmp/test-dropbox-uploaderZqRwdI'. Testfile 'test-dropbox-uploaderZqRwdI' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderZqRwdI' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.27
PHP version is 8.0.27. Testfile is '/tmp/test-dropbox-uploaderCpLtcu'. Testfile 'test-dropbox-uploaderCpLtcu' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderCpLtcu' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.26
PHP version is 8.0.26. Testfile is '/tmp/test-dropbox-uploadert9qUko'. Testfile 'test-dropbox-uploadert9qUko' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadert9qUko' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.25
PHP version is 8.0.25. Testfile is '/tmp/test-dropbox-uploaderlBusus'. Testfile 'test-dropbox-uploaderlBusus' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderlBusus' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.24
PHP version is 8.0.24. Testfile is '/tmp/test-dropbox-uploaderKAg74s'. Testfile 'test-dropbox-uploaderKAg74s' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderKAg74s' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.23
PHP version is 8.0.23. Testfile is '/tmp/test-dropbox-uploaderA8icmH'. Testfile 'test-dropbox-uploaderA8icmH' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderA8icmH' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.22
PHP version is 8.0.22. Testfile is '/tmp/test-dropbox-uploadermpQIqg'. Testfile 'test-dropbox-uploadermpQIqg' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadermpQIqg' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.21
PHP version is 8.0.21. Testfile is '/tmp/test-dropbox-uploadere4rkj1'. Testfile 'test-dropbox-uploadere4rkj1' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadere4rkj1' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.20
PHP version is 8.0.20. Testfile is '/tmp/test-dropbox-uploaderByNWth'. Testfile 'test-dropbox-uploaderByNWth' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderByNWth' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.19
PHP version is 8.0.19. Testfile is '/tmp/test-dropbox-uploaderPEhBHb'. Testfile 'test-dropbox-uploaderPEhBHb' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderPEhBHb' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.18
PHP version is 8.0.18. Testfile is '/tmp/test-dropbox-uploaderjuOdJd'. Testfile 'test-dropbox-uploaderjuOdJd' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderjuOdJd' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.17
PHP version is 8.0.17. Testfile is '/tmp/test-dropbox-uploaderZuvOa7'. Testfile 'test-dropbox-uploaderZuvOa7' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderZuvOa7' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.16
PHP version is 8.0.16. Testfile is '/tmp/test-dropbox-uploader4qL8lW'. Testfile 'test-dropbox-uploader4qL8lW' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader4qL8lW' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.15
PHP version is 8.0.15. Testfile is '/tmp/test-dropbox-uploaderKUE5Tm'. Testfile 'test-dropbox-uploaderKUE5Tm' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderKUE5Tm' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.14
PHP version is 8.0.14. Testfile is '/tmp/test-dropbox-uploadermtpR5E'. Testfile 'test-dropbox-uploadermtpR5E' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadermtpR5E' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.13
PHP version is 8.0.13. Testfile is '/tmp/test-dropbox-uploaderY81Quu'. Testfile 'test-dropbox-uploaderY81Quu' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 15:55:49 +0000 Testfile 'test-dropbox-uploaderY81Quu' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 15:55:49 +0000
Output for 8.0.12
PHP version is 8.0.12. Testfile is '/tmp/test-dropbox-uploadert3FAj3'. Testfile 'test-dropbox-uploadert3FAj3' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadert3FAj3' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.11
PHP version is 8.0.11. Testfile is '/tmp/test-dropbox-uploaderGWvoNB'. Testfile 'test-dropbox-uploaderGWvoNB' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderGWvoNB' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.10
PHP version is 8.0.10. Testfile is '/tmp/test-dropbox-uploader8fjF1F'. Testfile 'test-dropbox-uploader8fjF1F' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader8fjF1F' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.9
PHP version is 8.0.9. Testfile is '/tmp/test-dropbox-uploaderZlzovT'. Testfile 'test-dropbox-uploaderZlzovT' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderZlzovT' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.8
PHP version is 8.0.8. Testfile is '/tmp/test-dropbox-uploader7ciNKe'. Testfile 'test-dropbox-uploader7ciNKe' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader7ciNKe' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.7
PHP version is 8.0.7. Testfile is '/tmp/test-dropbox-uploader0the5N'. Testfile 'test-dropbox-uploader0the5N' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader0the5N' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.6
PHP version is 8.0.6. Testfile is '/tmp/test-dropbox-uploaderNRcSqG'. Testfile 'test-dropbox-uploaderNRcSqG' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderNRcSqG' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.5
PHP version is 8.0.5. Testfile is '/tmp/test-dropbox-uploaderCLAz4F'. Testfile 'test-dropbox-uploaderCLAz4F' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderCLAz4F' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.3
PHP version is 8.0.3. Testfile is '/tmp/test-dropbox-uploaderPXPnPe'. Testfile 'test-dropbox-uploaderPXPnPe' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderPXPnPe' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.2
PHP version is 8.0.2. Testfile is '/tmp/test-dropbox-uploaderdxOMig'. Testfile 'test-dropbox-uploaderdxOMig' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderdxOMig' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.1
PHP version is 8.0.1. Testfile is '/tmp/test-dropbox-uploaderIbcRXS'. Testfile 'test-dropbox-uploaderIbcRXS' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderIbcRXS' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 8.0.0
PHP version is 8.0.0. Testfile is '/tmp/test-dropbox-uploaderq2Gfig'. Testfile 'test-dropbox-uploaderq2Gfig' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderq2Gfig' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.33
PHP version is 7.4.33. Testfile is '/tmp/test-dropbox-uploaderUds9m8'. Testfile 'test-dropbox-uploaderUds9m8' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderUds9m8' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.32
PHP version is 7.4.32. Testfile is '/tmp/test-dropbox-uploaderDZFNih'. Testfile 'test-dropbox-uploaderDZFNih' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderDZFNih' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.30
PHP version is 7.4.30. Testfile is '/tmp/test-dropbox-uploaderqtw1Sc'. Testfile 'test-dropbox-uploaderqtw1Sc' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderqtw1Sc' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.29
PHP version is 7.4.29. Testfile is '/tmp/test-dropbox-uploader5pllxW'. Testfile 'test-dropbox-uploader5pllxW' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader5pllxW' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.28
PHP version is 7.4.28. Testfile is '/tmp/test-dropbox-uploaderTReImG'. Testfile 'test-dropbox-uploaderTReImG' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderTReImG' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.27
PHP version is 7.4.27. Testfile is '/tmp/test-dropbox-uploaderrx0rot'. Testfile 'test-dropbox-uploaderrx0rot' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderrx0rot' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.26
PHP version is 7.4.26. Testfile is '/tmp/test-dropbox-uploaderuj1ioZ'. Testfile 'test-dropbox-uploaderuj1ioZ' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderuj1ioZ' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.25
PHP version is 7.4.25. Testfile is '/tmp/test-dropbox-uploader8tKQfh'. Testfile 'test-dropbox-uploader8tKQfh' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader8tKQfh' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.24
PHP version is 7.4.24. Testfile is '/tmp/test-dropbox-uploaderI8JNsM'. Testfile 'test-dropbox-uploaderI8JNsM' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderI8JNsM' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.23
PHP version is 7.4.23. Testfile is '/tmp/test-dropbox-uploaderuRtifw'. Testfile 'test-dropbox-uploaderuRtifw' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderuRtifw' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.22
PHP version is 7.4.22. Testfile is '/tmp/test-dropbox-uploaderFjKtCb'. Testfile 'test-dropbox-uploaderFjKtCb' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderFjKtCb' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.21
PHP version is 7.4.21. Testfile is '/tmp/test-dropbox-uploaderDQQUAf'. Testfile 'test-dropbox-uploaderDQQUAf' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderDQQUAf' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.20
PHP version is 7.4.20. Testfile is '/tmp/test-dropbox-uploaderUqL7JE'. Testfile 'test-dropbox-uploaderUqL7JE' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderUqL7JE' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.16
PHP version is 7.4.16. Testfile is '/tmp/test-dropbox-uploaderTXCkjW'. Testfile 'test-dropbox-uploaderTXCkjW' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderTXCkjW' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.15
PHP version is 7.4.15. Testfile is '/tmp/test-dropbox-uploaderkfA133'. Testfile 'test-dropbox-uploaderkfA133' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderkfA133' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.14
PHP version is 7.4.14. Testfile is '/tmp/test-dropbox-uploaderyTqo4O'. Testfile 'test-dropbox-uploaderyTqo4O' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderyTqo4O' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.13
PHP version is 7.4.13. Testfile is '/tmp/test-dropbox-uploaderWzezLk'. Testfile 'test-dropbox-uploaderWzezLk' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderWzezLk' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.12
PHP version is 7.4.12. Testfile is '/tmp/test-dropbox-uploaderfCmXEl'. Testfile 'test-dropbox-uploaderfCmXEl' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderfCmXEl' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.11
PHP version is 7.4.11. Testfile is '/tmp/test-dropbox-uploadergMbBbs'. Testfile 'test-dropbox-uploadergMbBbs' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadergMbBbs' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.10
PHP version is 7.4.10. Testfile is '/tmp/test-dropbox-uploaderJ1PpFA'. Testfile 'test-dropbox-uploaderJ1PpFA' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderJ1PpFA' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.9
PHP version is 7.4.9. Testfile is '/tmp/test-dropbox-uploader72Igrm'. Testfile 'test-dropbox-uploader72Igrm' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader72Igrm' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.8
PHP version is 7.4.8. Testfile is '/tmp/test-dropbox-uploaderxfdxHC'. Testfile 'test-dropbox-uploaderxfdxHC' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderxfdxHC' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.7
PHP version is 7.4.7. Testfile is '/tmp/test-dropbox-uploadernYyH9l'. Testfile 'test-dropbox-uploadernYyH9l' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadernYyH9l' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.6
PHP version is 7.4.6. Testfile is '/tmp/test-dropbox-uploaderceuo5V'. Testfile 'test-dropbox-uploaderceuo5V' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderceuo5V' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.5
PHP version is 7.4.5. Testfile is '/tmp/test-dropbox-uploaderiupCGe'. Testfile 'test-dropbox-uploaderiupCGe' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderiupCGe' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.4
PHP version is 7.4.4. Testfile is '/tmp/test-dropbox-uploaderezP9q0'. Testfile 'test-dropbox-uploaderezP9q0' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderezP9q0' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.3
PHP version is 7.4.3. Testfile is '/tmp/test-dropbox-uploaderN7xWQy'. Testfile 'test-dropbox-uploaderN7xWQy' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderN7xWQy' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.1
PHP version is 7.4.1. Testfile is '/tmp/test-dropbox-uploaderW5NQ7b'. Testfile 'test-dropbox-uploaderW5NQ7b' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderW5NQ7b' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.4.0
PHP version is 7.4.0. Testfile is '/tmp/test-dropbox-uploaderQvnpfc'. Testfile 'test-dropbox-uploaderQvnpfc' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderQvnpfc' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.33
PHP version is 7.3.33. Testfile is '/tmp/test-dropbox-uploadermvSK6Q'. Testfile 'test-dropbox-uploadermvSK6Q' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 15:55:49 +0000 Testfile 'test-dropbox-uploadermvSK6Q' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 15:55:49 +0000
Output for 7.3.32
PHP version is 7.3.32. Testfile is '/tmp/test-dropbox-uploaderQ8ExT8'. Testfile 'test-dropbox-uploaderQ8ExT8' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 15:55:49 +0000 Testfile 'test-dropbox-uploaderQ8ExT8' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 15:55:49 +0000
Output for 7.3.31
PHP version is 7.3.31. Testfile is '/tmp/test-dropbox-uploader0HbDmH'. Testfile 'test-dropbox-uploader0HbDmH' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader0HbDmH' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.30
PHP version is 7.3.30. Testfile is '/tmp/test-dropbox-uploaderGZfgsT'. Testfile 'test-dropbox-uploaderGZfgsT' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderGZfgsT' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.29
PHP version is 7.3.29. Testfile is '/tmp/test-dropbox-uploaderFvsoip'. Testfile 'test-dropbox-uploaderFvsoip' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderFvsoip' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.28
PHP version is 7.3.28. Testfile is '/tmp/test-dropbox-uploaderCKCpUi'. Testfile 'test-dropbox-uploaderCKCpUi' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderCKCpUi' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.27
PHP version is 7.3.27. Testfile is '/tmp/test-dropbox-uploaderYgy9HU'. Testfile 'test-dropbox-uploaderYgy9HU' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderYgy9HU' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.26
PHP version is 7.3.26. Testfile is '/tmp/test-dropbox-uploaderNTYf4p'. Testfile 'test-dropbox-uploaderNTYf4p' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderNTYf4p' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.25
PHP version is 7.3.25. Testfile is '/tmp/test-dropbox-uploaderS0Udw0'. Testfile 'test-dropbox-uploaderS0Udw0' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderS0Udw0' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.24
PHP version is 7.3.24. Testfile is '/tmp/test-dropbox-uploaderHErdJv'. Testfile 'test-dropbox-uploaderHErdJv' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderHErdJv' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.23
PHP version is 7.3.23. Testfile is '/tmp/test-dropbox-uploaderA6Jc1G'. Testfile 'test-dropbox-uploaderA6Jc1G' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderA6Jc1G' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.21
PHP version is 7.3.21. Testfile is '/tmp/test-dropbox-uploadersbo697'. Testfile 'test-dropbox-uploadersbo697' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadersbo697' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.20
PHP version is 7.3.20. Testfile is '/tmp/test-dropbox-uploaderBrjyAL'. Testfile 'test-dropbox-uploaderBrjyAL' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderBrjyAL' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.19
PHP version is 7.3.19. Testfile is '/tmp/test-dropbox-uploaderkNxade'. Testfile 'test-dropbox-uploaderkNxade' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderkNxade' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.18
PHP version is 7.3.18. Testfile is '/tmp/test-dropbox-uploaderpf4Jnq'. Testfile 'test-dropbox-uploaderpf4Jnq' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderpf4Jnq' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.17
PHP version is 7.3.17. Testfile is '/tmp/test-dropbox-uploaderGV9oHx'. Testfile 'test-dropbox-uploaderGV9oHx' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderGV9oHx' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.16
PHP version is 7.3.16. Testfile is '/tmp/test-dropbox-uploader0qIs44'. Testfile 'test-dropbox-uploader0qIs44' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader0qIs44' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.13
PHP version is 7.3.13. Testfile is '/tmp/test-dropbox-uploader1s3gdc'. Testfile 'test-dropbox-uploader1s3gdc' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader1s3gdc' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.12
PHP version is 7.3.12. Testfile is '/tmp/test-dropbox-uploaderqTzxcc'. Testfile 'test-dropbox-uploaderqTzxcc' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderqTzxcc' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.11
PHP version is 7.3.11. Testfile is '/tmp/test-dropbox-uploaderVRRgAb'. Testfile 'test-dropbox-uploaderVRRgAb' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderVRRgAb' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.10
PHP version is 7.3.10. Testfile is '/tmp/test-dropbox-uploaderRRIIWl'. Testfile 'test-dropbox-uploaderRRIIWl' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderRRIIWl' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.9
PHP version is 7.3.9. Testfile is '/tmp/test-dropbox-uploadero9Oe6q'. Testfile 'test-dropbox-uploadero9Oe6q' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadero9Oe6q' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.8
PHP version is 7.3.8. Testfile is '/tmp/test-dropbox-uploaderVILwNA'. Testfile 'test-dropbox-uploaderVILwNA' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderVILwNA' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.7
PHP version is 7.3.7. Testfile is '/tmp/test-dropbox-uploaderAF1tTy'. Testfile 'test-dropbox-uploaderAF1tTy' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderAF1tTy' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.6
PHP version is 7.3.6. Testfile is '/tmp/test-dropbox-uploaderdp0VSE'. Testfile 'test-dropbox-uploaderdp0VSE' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderdp0VSE' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.5
PHP version is 7.3.5. Testfile is '/tmp/test-dropbox-uploadereWhP3L'. Testfile 'test-dropbox-uploadereWhP3L' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadereWhP3L' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.4
PHP version is 7.3.4. Testfile is '/tmp/test-dropbox-uploaderIFVICO'. Testfile 'test-dropbox-uploaderIFVICO' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderIFVICO' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.3
PHP version is 7.3.3. Testfile is '/tmp/test-dropbox-uploaderIlgg9N'. Testfile 'test-dropbox-uploaderIlgg9N' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderIlgg9N' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.2
PHP version is 7.3.2. Testfile is '/tmp/test-dropbox-uploader2ddxRY'. Testfile 'test-dropbox-uploader2ddxRY' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader2ddxRY' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.1
PHP version is 7.3.1. Testfile is '/tmp/test-dropbox-uploaderZUIakZ'. Testfile 'test-dropbox-uploaderZUIakZ' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderZUIakZ' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.3.0
PHP version is 7.3.0. Testfile is '/tmp/test-dropbox-uploaderZ5huF0'. Testfile 'test-dropbox-uploaderZ5huF0' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderZ5huF0' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.33
PHP version is 7.2.33. Testfile is '/tmp/test-dropbox-uploaderlaAQfB'. Testfile 'test-dropbox-uploaderlaAQfB' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderlaAQfB' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.32
PHP version is 7.2.32. Testfile is '/tmp/test-dropbox-uploader8wlBPe'. Testfile 'test-dropbox-uploader8wlBPe' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader8wlBPe' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.31
PHP version is 7.2.31. Testfile is '/tmp/test-dropbox-uploaderYJLNTd'. Testfile 'test-dropbox-uploaderYJLNTd' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderYJLNTd' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.30
PHP version is 7.2.30. Testfile is '/tmp/test-dropbox-uploaderFA9W7z'. Testfile 'test-dropbox-uploaderFA9W7z' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderFA9W7z' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.29
PHP version is 7.2.29. Testfile is '/tmp/test-dropbox-uploaderHcYxZg'. Testfile 'test-dropbox-uploaderHcYxZg' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderHcYxZg' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.26
PHP version is 7.2.26. Testfile is '/tmp/test-dropbox-uploaderZsUDdb'. Testfile 'test-dropbox-uploaderZsUDdb' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderZsUDdb' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.25
PHP version is 7.2.25. Testfile is '/tmp/test-dropbox-uploaderlvXY5b'. Testfile 'test-dropbox-uploaderlvXY5b' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderlvXY5b' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.24
PHP version is 7.2.24. Testfile is '/tmp/test-dropbox-uploadercxMPOl'. Testfile 'test-dropbox-uploadercxMPOl' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadercxMPOl' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.23
PHP version is 7.2.23. Testfile is '/tmp/test-dropbox-uploaderrpMc3m'. Testfile 'test-dropbox-uploaderrpMc3m' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderrpMc3m' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.22
PHP version is 7.2.22. Testfile is '/tmp/test-dropbox-uploader8F8THq'. Testfile 'test-dropbox-uploader8F8THq' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader8F8THq' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.21
PHP version is 7.2.21. Testfile is '/tmp/test-dropbox-uploaderBzEmQA'. Testfile 'test-dropbox-uploaderBzEmQA' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderBzEmQA' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.20
PHP version is 7.2.20. Testfile is '/tmp/test-dropbox-uploaderTJvDUy'. Testfile 'test-dropbox-uploaderTJvDUy' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderTJvDUy' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.19
PHP version is 7.2.19. Testfile is '/tmp/test-dropbox-uploadercLc9tF'. Testfile 'test-dropbox-uploadercLc9tF' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadercLc9tF' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.18
PHP version is 7.2.18. Testfile is '/tmp/test-dropbox-uploaderge841K'. Testfile 'test-dropbox-uploaderge841K' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderge841K' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.17
PHP version is 7.2.17. Testfile is '/tmp/test-dropbox-uploadermtMtzP'. Testfile 'test-dropbox-uploadermtMtzP' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadermtMtzP' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.16
PHP version is 7.2.16. Testfile is '/tmp/test-dropbox-uploadert0ZZhQ'. Testfile 'test-dropbox-uploadert0ZZhQ' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadert0ZZhQ' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.15
PHP version is 7.2.15. Testfile is '/tmp/test-dropbox-uploaderGUZpEY'. Testfile 'test-dropbox-uploaderGUZpEY' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderGUZpEY' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.14
PHP version is 7.2.14. Testfile is '/tmp/test-dropbox-uploadervdhXgZ'. Testfile 'test-dropbox-uploadervdhXgZ' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadervdhXgZ' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.13
PHP version is 7.2.13. Testfile is '/tmp/test-dropbox-uploaderx4Wqg4'. Testfile 'test-dropbox-uploaderx4Wqg4' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderx4Wqg4' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.12
PHP version is 7.2.12. Testfile is '/tmp/test-dropbox-uploader970672'. Testfile 'test-dropbox-uploader970672' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader970672' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.11
PHP version is 7.2.11. Testfile is '/tmp/test-dropbox-uploaderSFg3p1'. Testfile 'test-dropbox-uploaderSFg3p1' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderSFg3p1' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.10
PHP version is 7.2.10. Testfile is '/tmp/test-dropbox-uploaderyCrwr5'. Testfile 'test-dropbox-uploaderyCrwr5' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderyCrwr5' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.9
PHP version is 7.2.9. Testfile is '/tmp/test-dropbox-uploaderP7oPMe'. Testfile 'test-dropbox-uploaderP7oPMe' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderP7oPMe' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.8
PHP version is 7.2.8. Testfile is '/tmp/test-dropbox-uploaderuNfLCf'. Testfile 'test-dropbox-uploaderuNfLCf' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderuNfLCf' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.7
PHP version is 7.2.7. Testfile is '/tmp/test-dropbox-uploaderaN5MEj'. Testfile 'test-dropbox-uploaderaN5MEj' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderaN5MEj' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.6
PHP version is 7.2.6. Testfile is '/tmp/test-dropbox-uploaderLAHIZo'. Testfile 'test-dropbox-uploaderLAHIZo' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderLAHIZo' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.5
PHP version is 7.2.5. Testfile is '/tmp/test-dropbox-uploaderCXv20t'. Testfile 'test-dropbox-uploaderCXv20t' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderCXv20t' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.4
PHP version is 7.2.4. Testfile is '/tmp/test-dropbox-uploaderxp7c1u'. Testfile 'test-dropbox-uploaderxp7c1u' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderxp7c1u' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.3
PHP version is 7.2.3. Testfile is '/tmp/test-dropbox-uploaderi1y1sD'. Testfile 'test-dropbox-uploaderi1y1sD' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderi1y1sD' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.2
PHP version is 7.2.2. Testfile is '/tmp/test-dropbox-uploaderb4ErzH'. Testfile 'test-dropbox-uploaderb4ErzH' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderb4ErzH' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.1
PHP version is 7.2.1. Testfile is '/tmp/test-dropbox-uploadergHtjZJ'. Testfile 'test-dropbox-uploadergHtjZJ' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadergHtjZJ' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.2.0
PHP version is 7.2.0. Testfile is '/tmp/test-dropbox-uploaderhYGfdS'. Testfile 'test-dropbox-uploaderhYGfdS' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderhYGfdS' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.33
PHP version is 7.1.33. Testfile is '/tmp/test-dropbox-uploaderN4aRSl'. Testfile 'test-dropbox-uploaderN4aRSl' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderN4aRSl' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.32
PHP version is 7.1.32. Testfile is '/tmp/test-dropbox-uploader4NehCq'. Testfile 'test-dropbox-uploader4NehCq' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader4NehCq' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.31
PHP version is 7.1.31. Testfile is '/tmp/test-dropbox-uploaderzNe0CA'. Testfile 'test-dropbox-uploaderzNe0CA' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderzNe0CA' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.30
PHP version is 7.1.30. Testfile is '/tmp/test-dropbox-uploaderVQB5lF'. Testfile 'test-dropbox-uploaderVQB5lF' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderVQB5lF' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.29
PHP version is 7.1.29. Testfile is '/tmp/test-dropbox-uploaderbqD5WO'. Testfile 'test-dropbox-uploaderbqD5WO' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderbqD5WO' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.28
PHP version is 7.1.28. Testfile is '/tmp/test-dropbox-uploaderNWqsON'. Testfile 'test-dropbox-uploaderNWqsON' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderNWqsON' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.27
PHP version is 7.1.27. Testfile is '/tmp/test-dropbox-uploadere9m1EU'. Testfile 'test-dropbox-uploadere9m1EU' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadere9m1EU' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.26
PHP version is 7.1.26. Testfile is '/tmp/test-dropbox-uploadercg0nb1'. Testfile 'test-dropbox-uploadercg0nb1' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadercg0nb1' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.25
PHP version is 7.1.25. Testfile is '/tmp/test-dropbox-uploaderC7PdD2'. Testfile 'test-dropbox-uploaderC7PdD2' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderC7PdD2' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.24
PHP version is 7.1.24. Testfile is '/tmp/test-dropbox-uploaderjKjbu1'. Testfile 'test-dropbox-uploaderjKjbu1' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderjKjbu1' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.23
PHP version is 7.1.23. Testfile is '/tmp/test-dropbox-uploaderlk6Qn2'. Testfile 'test-dropbox-uploaderlk6Qn2' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderlk6Qn2' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.22
PHP version is 7.1.22. Testfile is '/tmp/test-dropbox-uploaderCnwKl5'. Testfile 'test-dropbox-uploaderCnwKl5' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderCnwKl5' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.21
PHP version is 7.1.21. Testfile is '/tmp/test-dropbox-uploaderqZxxBf'. Testfile 'test-dropbox-uploaderqZxxBf' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderqZxxBf' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.20
PHP version is 7.1.20. Testfile is '/tmp/test-dropbox-uploaderLX7VSh'. Testfile 'test-dropbox-uploaderLX7VSh' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderLX7VSh' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.19
PHP version is 7.1.19. Testfile is '/tmp/test-dropbox-uploaderUFWqVo'. Testfile 'test-dropbox-uploaderUFWqVo' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderUFWqVo' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.18
PHP version is 7.1.18. Testfile is '/tmp/test-dropbox-uploadergU506p'. Testfile 'test-dropbox-uploadergU506p' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadergU506p' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.17
PHP version is 7.1.17. Testfile is '/tmp/test-dropbox-uploaderIhlBiv'. Testfile 'test-dropbox-uploaderIhlBiv' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderIhlBiv' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.16
PHP version is 7.1.16. Testfile is '/tmp/test-dropbox-uploadereH5cvy'. Testfile 'test-dropbox-uploadereH5cvy' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadereH5cvy' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.15
PHP version is 7.1.15. Testfile is '/tmp/test-dropbox-uploaderNitMpE'. Testfile 'test-dropbox-uploaderNitMpE' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderNitMpE' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.14
PHP version is 7.1.14. Testfile is '/tmp/test-dropbox-uploaderDg6KQK'. Testfile 'test-dropbox-uploaderDg6KQK' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderDg6KQK' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.13
PHP version is 7.1.13. Testfile is '/tmp/test-dropbox-uploader9PSDmK'. Testfile 'test-dropbox-uploader9PSDmK' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader9PSDmK' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.12
PHP version is 7.1.12. Testfile is '/tmp/test-dropbox-uploaderGwMBVS'. Testfile 'test-dropbox-uploaderGwMBVS' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderGwMBVS' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.11
PHP version is 7.1.11. Testfile is '/tmp/test-dropbox-uploaderIKSDUT'. Testfile 'test-dropbox-uploaderIKSDUT' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderIKSDUT' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.10
PHP version is 7.1.10. Testfile is '/tmp/test-dropbox-uploader0tRrF0'. Testfile 'test-dropbox-uploader0tRrF0' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader0tRrF0' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.9
PHP version is 7.1.9. Testfile is '/tmp/test-dropbox-uploaderJMpvz1'. Testfile 'test-dropbox-uploaderJMpvz1' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderJMpvz1' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.8
PHP version is 7.1.8. Testfile is '/tmp/test-dropbox-uploader5190S3'. Testfile 'test-dropbox-uploader5190S3' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader5190S3' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.7
PHP version is 7.1.7. Testfile is '/tmp/test-dropbox-uploaderbuAzs7'. Testfile 'test-dropbox-uploaderbuAzs7' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderbuAzs7' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.6
PHP version is 7.1.6. Testfile is '/tmp/test-dropbox-uploaderkyjkj2'. Testfile 'test-dropbox-uploaderkyjkj2' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderkyjkj2' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.5
PHP version is 7.1.5. Testfile is '/tmp/test-dropbox-uploaderHW3ox6'. Testfile 'test-dropbox-uploaderHW3ox6' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderHW3ox6' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.4
PHP version is 7.1.4. Testfile is '/tmp/test-dropbox-uploaderwMJ5Q6'. Testfile 'test-dropbox-uploaderwMJ5Q6' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderwMJ5Q6' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.3
PHP version is 7.1.3. Testfile is '/tmp/test-dropbox-uploaderxvOjjb'. Testfile 'test-dropbox-uploaderxvOjjb' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderxvOjjb' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.2
PHP version is 7.1.2. Testfile is '/tmp/test-dropbox-uploader39usVf'. Testfile 'test-dropbox-uploader39usVf' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader39usVf' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.1
PHP version is 7.1.1. Testfile is '/tmp/test-dropbox-uploadertqDsRe'. Testfile 'test-dropbox-uploadertqDsRe' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadertqDsRe' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.1.0
PHP version is 7.1.0. Testfile is '/tmp/test-dropbox-uploadergydAcm'. Testfile 'test-dropbox-uploadergydAcm' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadergydAcm' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.33
PHP version is 7.0.33. Testfile is '/tmp/test-dropbox-uploaderWX7M60'. Testfile 'test-dropbox-uploaderWX7M60' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderWX7M60' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.32
PHP version is 7.0.32. Testfile is '/tmp/test-dropbox-uploaderae3is6'. Testfile 'test-dropbox-uploaderae3is6' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderae3is6' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.31
PHP version is 7.0.31. Testfile is '/tmp/test-dropbox-uploadergAF0Hj'. Testfile 'test-dropbox-uploadergAF0Hj' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadergAF0Hj' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.30
PHP version is 7.0.30. Testfile is '/tmp/test-dropbox-uploaderXZ8qbv'. Testfile 'test-dropbox-uploaderXZ8qbv' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderXZ8qbv' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.29
PHP version is 7.0.29. Testfile is '/tmp/test-dropbox-uploaderAlRy2A'. Testfile 'test-dropbox-uploaderAlRy2A' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderAlRy2A' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.28
PHP version is 7.0.28. Testfile is '/tmp/test-dropbox-uploaderCa3WTE'. Testfile 'test-dropbox-uploaderCa3WTE' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderCa3WTE' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.27
PHP version is 7.0.27. Testfile is '/tmp/test-dropbox-uploaderAQcijM'. Testfile 'test-dropbox-uploaderAQcijM' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderAQcijM' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.26
PHP version is 7.0.26. Testfile is '/tmp/test-dropbox-uploaderIlzP9U'. Testfile 'test-dropbox-uploaderIlzP9U' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderIlzP9U' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.25
PHP version is 7.0.25. Testfile is '/tmp/test-dropbox-uploader2rcXDU'. Testfile 'test-dropbox-uploader2rcXDU' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader2rcXDU' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.24
PHP version is 7.0.24. Testfile is '/tmp/test-dropbox-uploaderJSt2sY'. Testfile 'test-dropbox-uploaderJSt2sY' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderJSt2sY' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.23
PHP version is 7.0.23. Testfile is '/tmp/test-dropbox-uploaderddRPc5'. Testfile 'test-dropbox-uploaderddRPc5' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderddRPc5' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.22
PHP version is 7.0.22. Testfile is '/tmp/test-dropbox-uploaderQwoAv4'. Testfile 'test-dropbox-uploaderQwoAv4' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderQwoAv4' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.21
PHP version is 7.0.21. Testfile is '/tmp/test-dropbox-uploadera3TUV6'. Testfile 'test-dropbox-uploadera3TUV6' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadera3TUV6' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.20
PHP version is 7.0.20. Testfile is '/tmp/test-dropbox-uploaderlUbtD2'. Testfile 'test-dropbox-uploaderlUbtD2' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderlUbtD2' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.19
PHP version is 7.0.19. Testfile is '/tmp/test-dropbox-uploader3WY0u6'. Testfile 'test-dropbox-uploader3WY0u6' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader3WY0u6' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.18
PHP version is 7.0.18. Testfile is '/tmp/test-dropbox-uploaderi6LEF7'. Testfile 'test-dropbox-uploaderi6LEF7' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderi6LEF7' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.17
PHP version is 7.0.17. Testfile is '/tmp/test-dropbox-uploaderCj0Ww8'. Testfile 'test-dropbox-uploaderCj0Ww8' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderCj0Ww8' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.16
PHP version is 7.0.16. Testfile is '/tmp/test-dropbox-uploaderWDv0We'. Testfile 'test-dropbox-uploaderWDv0We' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderWDv0We' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.15
PHP version is 7.0.15. Testfile is '/tmp/test-dropbox-uploaderJaeAIh'. Testfile 'test-dropbox-uploaderJaeAIh' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderJaeAIh' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.14
PHP version is 7.0.14. Testfile is '/tmp/test-dropbox-uploaderIJpzBl'. Testfile 'test-dropbox-uploaderIJpzBl' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderIJpzBl' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.13
PHP version is 7.0.13. Testfile is '/tmp/test-dropbox-uploaderYcnLLv'. Testfile 'test-dropbox-uploaderYcnLLv' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderYcnLLv' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.12
PHP version is 7.0.12. Testfile is '/tmp/test-dropbox-uploadercJNBvv'. Testfile 'test-dropbox-uploadercJNBvv' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadercJNBvv' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.11
PHP version is 7.0.11. Testfile is '/tmp/test-dropbox-uploaderZDV5Zx'. Testfile 'test-dropbox-uploaderZDV5Zx' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderZDV5Zx' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.10
PHP version is 7.0.10. Testfile is '/tmp/test-dropbox-uploaderKEMQEz'. Testfile 'test-dropbox-uploaderKEMQEz' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderKEMQEz' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.9
PHP version is 7.0.9. Testfile is '/tmp/test-dropbox-uploaderAR1nsH'. Testfile 'test-dropbox-uploaderAR1nsH' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderAR1nsH' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.8
PHP version is 7.0.8. Testfile is '/tmp/test-dropbox-uploaderXqTlPM'. Testfile 'test-dropbox-uploaderXqTlPM' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderXqTlPM' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.7
PHP version is 7.0.7. Testfile is '/tmp/test-dropbox-uploader2iq1jL'. Testfile 'test-dropbox-uploader2iq1jL' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader2iq1jL' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.6
PHP version is 7.0.6. Testfile is '/tmp/test-dropbox-uploadervAxRnY'. Testfile 'test-dropbox-uploadervAxRnY' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadervAxRnY' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.5
PHP version is 7.0.5. Testfile is '/tmp/test-dropbox-uploaderqDofL1'. Testfile 'test-dropbox-uploaderqDofL1' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderqDofL1' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.4
PHP version is 7.0.4. Testfile is '/tmp/test-dropbox-uploaderQaMQA2'. Testfile 'test-dropbox-uploaderQaMQA2' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderQaMQA2' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.3
PHP version is 7.0.3. Testfile is '/tmp/test-dropbox-uploaderlsd6Fd'. Testfile 'test-dropbox-uploaderlsd6Fd' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderlsd6Fd' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.2
PHP version is 7.0.2. Testfile is '/tmp/test-dropbox-uploadersxmzrW'. Testfile 'test-dropbox-uploadersxmzrW' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadersxmzrW' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.1
PHP version is 7.0.1. Testfile is '/tmp/test-dropbox-uploaderInwQU6'. Testfile 'test-dropbox-uploaderInwQU6' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderInwQU6' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 7.0.0
PHP version is 7.0.0. Testfile is '/tmp/test-dropbox-uploaderGbUtV9'. Testfile 'test-dropbox-uploaderGbUtV9' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderGbUtV9' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.40
PHP version is 5.6.40. Testfile is '/tmp/test-dropbox-uploader5iIgXZ'. Testfile 'test-dropbox-uploader5iIgXZ' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader5iIgXZ' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.39
PHP version is 5.6.39. Testfile is '/tmp/test-dropbox-uploaderHQXl00'. Testfile 'test-dropbox-uploaderHQXl00' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderHQXl00' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.38
PHP version is 5.6.38. Testfile is '/tmp/test-dropbox-uploader2piZmb'. Testfile 'test-dropbox-uploader2piZmb' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader2piZmb' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.37
PHP version is 5.6.37. Testfile is '/tmp/test-dropbox-uploaderNgXFvk'. Testfile 'test-dropbox-uploaderNgXFvk' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderNgXFvk' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.36
PHP version is 5.6.36. Testfile is '/tmp/test-dropbox-uploadereQoa3u'. Testfile 'test-dropbox-uploadereQoa3u' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadereQoa3u' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.35
PHP version is 5.6.35. Testfile is '/tmp/test-dropbox-uploaderkS4MVD'. Testfile 'test-dropbox-uploaderkS4MVD' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderkS4MVD' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.34
PHP version is 5.6.34. Testfile is '/tmp/test-dropbox-uploaderA67SyF'. Testfile 'test-dropbox-uploaderA67SyF' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderA67SyF' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.33
PHP version is 5.6.33. Testfile is '/tmp/test-dropbox-uploaderyeY5lS'. Testfile 'test-dropbox-uploaderyeY5lS' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderyeY5lS' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.32
PHP version is 5.6.32. Testfile is '/tmp/test-dropbox-uploaderXEv4rU'. Testfile 'test-dropbox-uploaderXEv4rU' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderXEv4rU' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.31
PHP version is 5.6.31. Testfile is '/tmp/test-dropbox-uploaderbI65b1'. Testfile 'test-dropbox-uploaderbI65b1' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderbI65b1' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.30
PHP version is 5.6.30. Testfile is '/tmp/test-dropbox-uploaderuDZi2k'. Testfile 'test-dropbox-uploaderuDZi2k' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderuDZi2k' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.29
PHP version is 5.6.29. Testfile is '/tmp/test-dropbox-uploaderjf7Mho'. Testfile 'test-dropbox-uploaderjf7Mho' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderjf7Mho' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.28
PHP version is 5.6.28. Testfile is '/tmp/test-dropbox-uploader1Dhe4t'. Testfile 'test-dropbox-uploader1Dhe4t' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader1Dhe4t' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.27
PHP version is 5.6.27. Testfile is '/tmp/test-dropbox-uploaderg6yclu'. Testfile 'test-dropbox-uploaderg6yclu' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderg6yclu' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.26
PHP version is 5.6.26. Testfile is '/tmp/test-dropbox-uploadermXP94z'. Testfile 'test-dropbox-uploadermXP94z' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadermXP94z' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.25
PHP version is 5.6.25. Testfile is '/tmp/test-dropbox-uploaderhzFeMD'. Testfile 'test-dropbox-uploaderhzFeMD' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderhzFeMD' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.24
PHP version is 5.6.24. Testfile is '/tmp/test-dropbox-uploaderrebHqI'. Testfile 'test-dropbox-uploaderrebHqI' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderrebHqI' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.23
PHP version is 5.6.23. Testfile is '/tmp/test-dropbox-uploaderAjogXL'. Testfile 'test-dropbox-uploaderAjogXL' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderAjogXL' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.22
PHP version is 5.6.22. Testfile is '/tmp/test-dropbox-uploader2F47uR'. Testfile 'test-dropbox-uploader2F47uR' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader2F47uR' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.21
PHP version is 5.6.21. Testfile is '/tmp/test-dropbox-uploadergLNZlY'. Testfile 'test-dropbox-uploadergLNZlY' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadergLNZlY' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.20
PHP version is 5.6.20. Testfile is '/tmp/test-dropbox-uploadervcVhe4'. Testfile 'test-dropbox-uploadervcVhe4' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadervcVhe4' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.19
PHP version is 5.6.19. Testfile is '/tmp/test-dropbox-uploaderfKJsC6'. Testfile 'test-dropbox-uploaderfKJsC6' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderfKJsC6' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.18
PHP version is 5.6.18. Testfile is '/tmp/test-dropbox-uploaderhiCRFd'. Testfile 'test-dropbox-uploaderhiCRFd' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderhiCRFd' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.17
PHP version is 5.6.17. Testfile is '/tmp/test-dropbox-uploader61UN03'. Testfile 'test-dropbox-uploader61UN03' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader61UN03' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.16
PHP version is 5.6.16. Testfile is '/tmp/test-dropbox-uploadergvU9Na'. Testfile 'test-dropbox-uploadergvU9Na' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadergvU9Na' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.15
PHP version is 5.6.15. Testfile is '/tmp/test-dropbox-uploaderEP6fmb'. Testfile 'test-dropbox-uploaderEP6fmb' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderEP6fmb' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.14
PHP version is 5.6.14. Testfile is '/tmp/test-dropbox-uploaderr8XG8f'. Testfile 'test-dropbox-uploaderr8XG8f' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderr8XG8f' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.13
PHP version is 5.6.13. Testfile is '/tmp/test-dropbox-uploaderxxNoLj'. Testfile 'test-dropbox-uploaderxxNoLj' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderxxNoLj' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.12
PHP version is 5.6.12. Testfile is '/tmp/test-dropbox-uploaderbIDADj'. Testfile 'test-dropbox-uploaderbIDADj' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderbIDADj' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.11
PHP version is 5.6.11. Testfile is '/tmp/test-dropbox-uploaderLAGKcr'. Testfile 'test-dropbox-uploaderLAGKcr' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderLAGKcr' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.10
PHP version is 5.6.10. Testfile is '/tmp/test-dropbox-uploaderQ8Shtv'. Testfile 'test-dropbox-uploaderQ8Shtv' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderQ8Shtv' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.9
PHP version is 5.6.9. Testfile is '/tmp/test-dropbox-uploaderpilZgz'. Testfile 'test-dropbox-uploaderpilZgz' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderpilZgz' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.8
PHP version is 5.6.8. Testfile is '/tmp/test-dropbox-uploaderAxPXmD'. Testfile 'test-dropbox-uploaderAxPXmD' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderAxPXmD' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.7
PHP version is 5.6.7. Testfile is '/tmp/test-dropbox-uploaderJ2532I'. Testfile 'test-dropbox-uploaderJ2532I' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderJ2532I' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.6
PHP version is 5.6.6. Testfile is '/tmp/test-dropbox-uploader4Z32QN'. Testfile 'test-dropbox-uploader4Z32QN' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader4Z32QN' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.5
PHP version is 5.6.5. Testfile is '/tmp/test-dropbox-uploaderAdWfXN'. Testfile 'test-dropbox-uploaderAdWfXN' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderAdWfXN' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.4
PHP version is 5.6.4. Testfile is '/tmp/test-dropbox-uploaderq9pUKY'. Testfile 'test-dropbox-uploaderq9pUKY' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderq9pUKY' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.3
PHP version is 5.6.3. Testfile is '/tmp/test-dropbox-uploaderGsSl3Y'. Testfile 'test-dropbox-uploaderGsSl3Y' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderGsSl3Y' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.2
PHP version is 5.6.2. Testfile is '/tmp/test-dropbox-uploader5ucpG1'. Testfile 'test-dropbox-uploader5ucpG1' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader5ucpG1' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.1
PHP version is 5.6.1. Testfile is '/tmp/test-dropbox-uploaderZDhU89'. Testfile 'test-dropbox-uploaderZDhU89' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderZDhU89' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.6.0
PHP version is 5.6.0. Testfile is '/tmp/test-dropbox-uploader5rhs7b'. Testfile 'test-dropbox-uploader5rhs7b' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader5rhs7b' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.38
PHP version is 5.5.38. Testfile is '/tmp/test-dropbox-uploaderkzvNgL'. Testfile 'test-dropbox-uploaderkzvNgL' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderkzvNgL' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.37
PHP version is 5.5.37. Testfile is '/tmp/test-dropbox-uploader4la8DM'. Testfile 'test-dropbox-uploader4la8DM' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader4la8DM' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.36
PHP version is 5.5.36. Testfile is '/tmp/test-dropbox-uploaderjxp2WS'. Testfile 'test-dropbox-uploaderjxp2WS' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderjxp2WS' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.35
PHP version is 5.5.35. Testfile is '/tmp/test-dropbox-uploaderQM4dB2'. Testfile 'test-dropbox-uploaderQM4dB2' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderQM4dB2' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.34
PHP version is 5.5.34. Testfile is '/tmp/test-dropbox-uploader6Ix4x2'. Testfile 'test-dropbox-uploader6Ix4x2' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader6Ix4x2' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.33
PHP version is 5.5.33. Testfile is '/tmp/test-dropbox-uploaderKqLyK8'. Testfile 'test-dropbox-uploaderKqLyK8' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderKqLyK8' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.32
PHP version is 5.5.32. Testfile is '/tmp/test-dropbox-uploadergxwrb5'. Testfile 'test-dropbox-uploadergxwrb5' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadergxwrb5' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.31
PHP version is 5.5.31. Testfile is '/tmp/test-dropbox-uploader1DNXR6'. Testfile 'test-dropbox-uploader1DNXR6' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader1DNXR6' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.30
PHP version is 5.5.30. Testfile is '/tmp/test-dropbox-uploaderjLQGHj'. Testfile 'test-dropbox-uploaderjLQGHj' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderjLQGHj' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.29
PHP version is 5.5.29. Testfile is '/tmp/test-dropbox-uploaderTMVCzk'. Testfile 'test-dropbox-uploaderTMVCzk' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderTMVCzk' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.28
PHP version is 5.5.28. Testfile is '/tmp/test-dropbox-uploaderIWeCsk'. Testfile 'test-dropbox-uploaderIWeCsk' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderIWeCsk' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.27
PHP version is 5.5.27. Testfile is '/tmp/test-dropbox-uploaderfmjCNs'. Testfile 'test-dropbox-uploaderfmjCNs' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderfmjCNs' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.26
PHP version is 5.5.26. Testfile is '/tmp/test-dropbox-uploaderp430vy'. Testfile 'test-dropbox-uploaderp430vy' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderp430vy' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.25
PHP version is 5.5.25. Testfile is '/tmp/test-dropbox-uploaderBBM44y'. Testfile 'test-dropbox-uploaderBBM44y' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderBBM44y' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.24
PHP version is 5.5.24. Testfile is '/tmp/test-dropbox-uploaderyWPGyC'. Testfile 'test-dropbox-uploaderyWPGyC' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderyWPGyC' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.23
PHP version is 5.5.23. Testfile is '/tmp/test-dropbox-uploader8COnoH'. Testfile 'test-dropbox-uploader8COnoH' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader8COnoH' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.22
PHP version is 5.5.22. Testfile is '/tmp/test-dropbox-uploaderEDfqdN'. Testfile 'test-dropbox-uploaderEDfqdN' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderEDfqdN' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.21
PHP version is 5.5.21. Testfile is '/tmp/test-dropbox-uploaderDCCMhM'. Testfile 'test-dropbox-uploaderDCCMhM' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderDCCMhM' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.20
PHP version is 5.5.20. Testfile is '/tmp/test-dropbox-uploaderfjSkkY'. Testfile 'test-dropbox-uploaderfjSkkY' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderfjSkkY' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.19
PHP version is 5.5.19. Testfile is '/tmp/test-dropbox-uploaderCytym2'. Testfile 'test-dropbox-uploaderCytym2' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderCytym2' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.18
PHP version is 5.5.18. Testfile is '/tmp/test-dropbox-uploaderNBp5L9'. Testfile 'test-dropbox-uploaderNBp5L9' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderNBp5L9' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.17
PHP version is 5.5.17. Testfile is '/tmp/test-dropbox-uploaderM7CV87'. Testfile 'test-dropbox-uploaderM7CV87' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderM7CV87' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.16
PHP version is 5.5.16. Testfile is '/tmp/test-dropbox-uploaderdw6Ayb'. Testfile 'test-dropbox-uploaderdw6Ayb' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderdw6Ayb' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.15
PHP version is 5.5.15. Testfile is '/tmp/test-dropbox-uploadervpGXAh'. Testfile 'test-dropbox-uploadervpGXAh' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadervpGXAh' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.14
PHP version is 5.5.14. Testfile is '/tmp/test-dropbox-uploaderN5vaa8'. Testfile 'test-dropbox-uploaderN5vaa8' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderN5vaa8' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.13
PHP version is 5.5.13. Testfile is '/tmp/test-dropbox-uploaderRw5UL9'. Testfile 'test-dropbox-uploaderRw5UL9' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderRw5UL9' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.12
PHP version is 5.5.12. Testfile is '/tmp/test-dropbox-uploader40iREl'. Testfile 'test-dropbox-uploader40iREl' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader40iREl' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.11
PHP version is 5.5.11. Testfile is '/tmp/test-dropbox-uploaderNfxhDn'. Testfile 'test-dropbox-uploaderNfxhDn' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderNfxhDn' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.10
PHP version is 5.5.10. Testfile is '/tmp/test-dropbox-uploadertVSCXs'. Testfile 'test-dropbox-uploadertVSCXs' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadertVSCXs' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.9
PHP version is 5.5.9. Testfile is '/tmp/test-dropbox-uploaderkwRo5s'. Testfile 'test-dropbox-uploaderkwRo5s' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderkwRo5s' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.8
PHP version is 5.5.8. Testfile is '/tmp/test-dropbox-uploaderCq8e0y'. Testfile 'test-dropbox-uploaderCq8e0y' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderCq8e0y' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.7
PHP version is 5.5.7. Testfile is '/tmp/test-dropbox-uploadero0IsZy'. Testfile 'test-dropbox-uploadero0IsZy' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadero0IsZy' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.6
PHP version is 5.5.6. Testfile is '/tmp/test-dropbox-uploaderMUssFD'. Testfile 'test-dropbox-uploaderMUssFD' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderMUssFD' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.5
PHP version is 5.5.5. Testfile is '/tmp/test-dropbox-uploaderngkjcG'. Testfile 'test-dropbox-uploaderngkjcG' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderngkjcG' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.4
PHP version is 5.5.4. Testfile is '/tmp/test-dropbox-uploaderpnWaLG'. Testfile 'test-dropbox-uploaderpnWaLG' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderpnWaLG' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.3
PHP version is 5.5.3. Testfile is '/tmp/test-dropbox-uploaderrSHRgN'. Testfile 'test-dropbox-uploaderrSHRgN' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderrSHRgN' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.2
PHP version is 5.5.2. Testfile is '/tmp/test-dropbox-uploaderbPBFMN'. Testfile 'test-dropbox-uploaderbPBFMN' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderbPBFMN' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.1
PHP version is 5.5.1. Testfile is '/tmp/test-dropbox-uploaderDU95OQ'. Testfile 'test-dropbox-uploaderDU95OQ' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderDU95OQ' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.5.0
PHP version is 5.5.0. Testfile is '/tmp/test-dropbox-uploaderCgyGYU'. Testfile 'test-dropbox-uploaderCgyGYU' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderCgyGYU' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.45
PHP version is 5.4.45. Testfile is '/tmp/test-dropbox-uploader6J3Csk'. Testfile 'test-dropbox-uploader6J3Csk' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader6J3Csk' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.44
PHP version is 5.4.44. Testfile is '/tmp/test-dropbox-uploaderFv76rn'. Testfile 'test-dropbox-uploaderFv76rn' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderFv76rn' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.43
PHP version is 5.4.43. Testfile is '/tmp/test-dropbox-uploader1S7wus'. Testfile 'test-dropbox-uploader1S7wus' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader1S7wus' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.42
PHP version is 5.4.42. Testfile is '/tmp/test-dropbox-uploaderUX9Wlz'. Testfile 'test-dropbox-uploaderUX9Wlz' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderUX9Wlz' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.41
PHP version is 5.4.41. Testfile is '/tmp/test-dropbox-uploaderedzhNz'. Testfile 'test-dropbox-uploaderedzhNz' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderedzhNz' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.40
PHP version is 5.4.40. Testfile is '/tmp/test-dropbox-uploaderfRPlcF'. Testfile 'test-dropbox-uploaderfRPlcF' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderfRPlcF' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.39
PHP version is 5.4.39. Testfile is '/tmp/test-dropbox-uploader7rpPRI'. Testfile 'test-dropbox-uploader7rpPRI' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader7rpPRI' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.38
PHP version is 5.4.38. Testfile is '/tmp/test-dropbox-uploaderFp3oWN'. Testfile 'test-dropbox-uploaderFp3oWN' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderFp3oWN' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.37
PHP version is 5.4.37. Testfile is '/tmp/test-dropbox-uploader05HJuV'. Testfile 'test-dropbox-uploader05HJuV' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader05HJuV' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.36
PHP version is 5.4.36. Testfile is '/tmp/test-dropbox-uploaderFDEY2Z'. Testfile 'test-dropbox-uploaderFDEY2Z' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderFDEY2Z' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.35
PHP version is 5.4.35. Testfile is '/tmp/test-dropbox-uploaderM8neV2'. Testfile 'test-dropbox-uploaderM8neV2' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderM8neV2' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.34
PHP version is 5.4.34. Testfile is '/tmp/test-dropbox-uploaderCPToh9'. Testfile 'test-dropbox-uploaderCPToh9' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderCPToh9' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.33
PHP version is 5.4.33. Testfile is '/tmp/test-dropbox-uploaderrz0788'. Testfile 'test-dropbox-uploaderrz0788' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderrz0788' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.32
PHP version is 5.4.32. Testfile is '/tmp/test-dropbox-uploaderJMB7xd'. Testfile 'test-dropbox-uploaderJMB7xd' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderJMB7xd' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.31
PHP version is 5.4.31. Testfile is '/tmp/test-dropbox-uploader3Do5l8'. Testfile 'test-dropbox-uploader3Do5l8' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader3Do5l8' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.30
PHP version is 5.4.30. Testfile is '/tmp/test-dropbox-uploadersoMlR9'. Testfile 'test-dropbox-uploadersoMlR9' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadersoMlR9' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.29
PHP version is 5.4.29. Testfile is '/tmp/test-dropbox-uploader6vDlZ9'. Testfile 'test-dropbox-uploader6vDlZ9' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader6vDlZ9' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.28
PHP version is 5.4.28. Testfile is '/tmp/test-dropbox-uploaderyn1Osi'. Testfile 'test-dropbox-uploaderyn1Osi' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderyn1Osi' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.27
PHP version is 5.4.27. Testfile is '/tmp/test-dropbox-uploaderKJXfvk'. Testfile 'test-dropbox-uploaderKJXfvk' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderKJXfvk' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.26
PHP version is 5.4.26. Testfile is '/tmp/test-dropbox-uploaderVM3V7r'. Testfile 'test-dropbox-uploaderVM3V7r' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderVM3V7r' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.25
PHP version is 5.4.25. Testfile is '/tmp/test-dropbox-uploader96OC4r'. Testfile 'test-dropbox-uploader96OC4r' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader96OC4r' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.24
PHP version is 5.4.24. Testfile is '/tmp/test-dropbox-uploaderMwrbav'. Testfile 'test-dropbox-uploaderMwrbav' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderMwrbav' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.23
PHP version is 5.4.23. Testfile is '/tmp/test-dropbox-uploaderFr0H6y'. Testfile 'test-dropbox-uploaderFr0H6y' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderFr0H6y' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.22
PHP version is 5.4.22. Testfile is '/tmp/test-dropbox-uploader27EYnD'. Testfile 'test-dropbox-uploader27EYnD' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader27EYnD' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.21
PHP version is 5.4.21. Testfile is '/tmp/test-dropbox-uploader0Yp5YF'. Testfile 'test-dropbox-uploader0Yp5YF' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader0Yp5YF' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.20
PHP version is 5.4.20. Testfile is '/tmp/test-dropbox-uploaderoYz7BG'. Testfile 'test-dropbox-uploaderoYz7BG' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderoYz7BG' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.19
PHP version is 5.4.19. Testfile is '/tmp/test-dropbox-uploaderTuBZ6N'. Testfile 'test-dropbox-uploaderTuBZ6N' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderTuBZ6N' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.18
PHP version is 5.4.18. Testfile is '/tmp/test-dropbox-uploader0frZ3Q'. Testfile 'test-dropbox-uploader0frZ3Q' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader0frZ3Q' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.17
PHP version is 5.4.17. Testfile is '/tmp/test-dropbox-uploaderd3tmJP'. Testfile 'test-dropbox-uploaderd3tmJP' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderd3tmJP' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.16
PHP version is 5.4.16. Testfile is '/tmp/test-dropbox-uploaderLNpRKU'. Testfile 'test-dropbox-uploaderLNpRKU' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderLNpRKU' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.15
PHP version is 5.4.15. Testfile is '/tmp/test-dropbox-uploader4jYiAU'. Testfile 'test-dropbox-uploader4jYiAU' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader4jYiAU' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.14
PHP version is 5.4.14. Testfile is '/tmp/test-dropbox-uploaderBh1TZW'. Testfile 'test-dropbox-uploaderBh1TZW' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderBh1TZW' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.13
PHP version is 5.4.13. Testfile is '/tmp/test-dropbox-uploader1ESA10'. Testfile 'test-dropbox-uploader1ESA10' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader1ESA10' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.12
PHP version is 5.4.12. Testfile is '/tmp/test-dropbox-uploaderEVKqC0'. Testfile 'test-dropbox-uploaderEVKqC0' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderEVKqC0' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.11
PHP version is 5.4.11. Testfile is '/tmp/test-dropbox-uploadervVObrZ'. Testfile 'test-dropbox-uploadervVObrZ' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadervVObrZ' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.10
PHP version is 5.4.10. Testfile is '/tmp/test-dropbox-uploader5AUzI3'. Testfile 'test-dropbox-uploader5AUzI3' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader5AUzI3' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.9
PHP version is 5.4.9. Testfile is '/tmp/test-dropbox-uploaderDwYJs4'. Testfile 'test-dropbox-uploaderDwYJs4' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderDwYJs4' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.8
PHP version is 5.4.8. Testfile is '/tmp/test-dropbox-uploaderzcVME8'. Testfile 'test-dropbox-uploaderzcVME8' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderzcVME8' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.7
PHP version is 5.4.7. Testfile is '/tmp/test-dropbox-uploader5wqKG7'. Testfile 'test-dropbox-uploader5wqKG7' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader5wqKG7' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.6
PHP version is 5.4.6. Testfile is '/tmp/test-dropbox-uploader9tDDp7'. Testfile 'test-dropbox-uploader9tDDp7' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader9tDDp7' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.5
PHP version is 5.4.5. Testfile is '/tmp/test-dropbox-uploaderBqjOjb'. Testfile 'test-dropbox-uploaderBqjOjb' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderBqjOjb' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.4
PHP version is 5.4.4. Testfile is '/tmp/test-dropbox-uploaderhaUPy9'. Testfile 'test-dropbox-uploaderhaUPy9' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderhaUPy9' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.3
PHP version is 5.4.3. Testfile is '/tmp/test-dropbox-uploadereZAAK9'. Testfile 'test-dropbox-uploadereZAAK9' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploadereZAAK9' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.2
PHP version is 5.4.2. Testfile is '/tmp/test-dropbox-uploaderAicSna'. Testfile 'test-dropbox-uploaderAicSna' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderAicSna' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.1
PHP version is 5.4.1. Testfile is '/tmp/test-dropbox-uploaderJPwK9h'. Testfile 'test-dropbox-uploaderJPwK9h' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploaderJPwK9h' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.4.0
PHP version is 5.4.0. Testfile is '/tmp/test-dropbox-uploader8qKTqk'. Testfile 'test-dropbox-uploader8qKTqk' mtime should be from touch 0, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200 Testfile 'test-dropbox-uploader8qKTqk' mtime should be from touch 1408892400, is 1408895749. The mtime represents Sun, 24 Aug 2014 17:55:49 +0200
Output for 5.3.29
PHP version is 5.3.29. Testfile is '/tmp/test-dropbox-uploader3Ej37u'. Testfile 'test-dropbox-uploader3Ej37u' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploader3Ej37u' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.28
PHP version is 5.3.28. Testfile is '/tmp/test-dropbox-uploaderd5os6C'. Testfile 'test-dropbox-uploaderd5os6C' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderd5os6C' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.27
PHP version is 5.3.27. Testfile is '/tmp/test-dropbox-uploaderMOeVVm'. Testfile 'test-dropbox-uploaderMOeVVm' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderMOeVVm' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.26
PHP version is 5.3.26. Testfile is '/tmp/test-dropbox-uploadermR7OXM'. Testfile 'test-dropbox-uploadermR7OXM' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploadermR7OXM' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.25
PHP version is 5.3.25. Testfile is '/tmp/test-dropbox-uploader50FWY8'. Testfile 'test-dropbox-uploader50FWY8' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploader50FWY8' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.24
PHP version is 5.3.24. Testfile is '/tmp/test-dropbox-uploaderK0nFTI'. Testfile 'test-dropbox-uploaderK0nFTI' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderK0nFTI' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.23
PHP version is 5.3.23. Testfile is '/tmp/test-dropbox-uploaderraub2X'. Testfile 'test-dropbox-uploaderraub2X' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderraub2X' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.22
PHP version is 5.3.22. Testfile is '/tmp/test-dropbox-uploader1NLhpn'. Testfile 'test-dropbox-uploader1NLhpn' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploader1NLhpn' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.21
PHP version is 5.3.21. Testfile is '/tmp/test-dropbox-uploaderQL4ozz'. Testfile 'test-dropbox-uploaderQL4ozz' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderQL4ozz' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.20
PHP version is 5.3.20. Testfile is '/tmp/test-dropbox-uploaderFI8HhV'. Testfile 'test-dropbox-uploaderFI8HhV' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderFI8HhV' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.19
PHP version is 5.3.19. Testfile is '/tmp/test-dropbox-uploadermdvQOl'. Testfile 'test-dropbox-uploadermdvQOl' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploadermdvQOl' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.18
PHP version is 5.3.18. Testfile is '/tmp/test-dropbox-uploaderPrUYvw'. Testfile 'test-dropbox-uploaderPrUYvw' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderPrUYvw' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.17
PHP version is 5.3.17. Testfile is '/tmp/test-dropbox-uploadergJXbUP'. Testfile 'test-dropbox-uploadergJXbUP' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploadergJXbUP' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.16
PHP version is 5.3.16. Testfile is '/tmp/test-dropbox-uploader3XcWNd'. Testfile 'test-dropbox-uploader3XcWNd' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploader3XcWNd' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.15
PHP version is 5.3.15. Testfile is '/tmp/test-dropbox-uploaderCaHAdp'. Testfile 'test-dropbox-uploaderCaHAdp' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderCaHAdp' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.14
PHP version is 5.3.14. Testfile is '/tmp/test-dropbox-uploaderwuOLOH'. Testfile 'test-dropbox-uploaderwuOLOH' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderwuOLOH' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.13
PHP version is 5.3.13. Testfile is '/tmp/test-dropbox-uploader5zvKZe'. Testfile 'test-dropbox-uploader5zvKZe' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploader5zvKZe' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.12
PHP version is 5.3.12. Testfile is '/tmp/test-dropbox-uploaderlxxx6n'. Testfile 'test-dropbox-uploaderlxxx6n' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderlxxx6n' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.11
PHP version is 5.3.11. Testfile is '/tmp/test-dropbox-uploaderinaXsI'. Testfile 'test-dropbox-uploaderinaXsI' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderinaXsI' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.10
PHP version is 5.3.10. Testfile is '/tmp/test-dropbox-uploader7kxmHe'. Testfile 'test-dropbox-uploader7kxmHe' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploader7kxmHe' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.9
PHP version is 5.3.9. Testfile is '/tmp/test-dropbox-uploaderxyQ5rc'. Testfile 'test-dropbox-uploaderxyQ5rc' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderxyQ5rc' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.8
PHP version is 5.3.8. Testfile is '/tmp/test-dropbox-uploadertFjnLp'. Testfile 'test-dropbox-uploadertFjnLp' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploadertFjnLp' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.7
PHP version is 5.3.7. Testfile is '/tmp/test-dropbox-uploaderJLXOXx'. Testfile 'test-dropbox-uploaderJLXOXx' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderJLXOXx' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.6
PHP version is 5.3.6. Testfile is '/tmp/test-dropbox-uploaderXshbDH'. Testfile 'test-dropbox-uploaderXshbDH' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderXshbDH' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.5
PHP version is 5.3.5. Testfile is '/tmp/test-dropbox-uploader5HgplT'. Testfile 'test-dropbox-uploader5HgplT' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploader5HgplT' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.4
PHP version is 5.3.4. Testfile is '/tmp/test-dropbox-uploader6AAZCj'. Testfile 'test-dropbox-uploader6AAZCj' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploader6AAZCj' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.3
PHP version is 5.3.3. Testfile is '/tmp/test-dropbox-uploaderQJWvdC'. Testfile 'test-dropbox-uploaderQJWvdC' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderQJWvdC' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.2
PHP version is 5.3.2. Testfile is '/tmp/test-dropbox-uploader7vl7IX'. Testfile 'test-dropbox-uploader7vl7IX' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploader7vl7IX' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.1
PHP version is 5.3.1. Testfile is '/tmp/test-dropbox-uploaderl6g3yp'. Testfile 'test-dropbox-uploaderl6g3yp' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderl6g3yp' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.3.0
PHP version is 5.3.0. Testfile is '/tmp/test-dropbox-uploaderIJTGFI'. Testfile 'test-dropbox-uploaderIJTGFI' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderIJTGFI' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.2.17
PHP version is 5.2.17. Testfile is '/tmp/test-dropbox-uploaderBiCkB7'. Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 15 Testfile 'test-dropbox-uploaderBiCkB7' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 21 Testfile 'test-dropbox-uploaderBiCkB7' mtime should be from touch 1408892400, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100
Output for 5.2.16
PHP version is 5.2.16. Testfile is '/tmp/test-dropbox-uploaderVtNgai'. Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 15 Testfile 'test-dropbox-uploaderVtNgai' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 21 Testfile 'test-dropbox-uploaderVtNgai' mtime should be from touch 1408892400, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100
Output for 5.2.15
PHP version is 5.2.15. Testfile is '/tmp/test-dropbox-uploaderDLRsot'. Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 15 Testfile 'test-dropbox-uploaderDLRsot' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 21 Testfile 'test-dropbox-uploaderDLRsot' mtime should be from touch 1408892400, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100
Output for 5.2.14
PHP version is 5.2.14. Testfile is '/tmp/test-dropbox-uploadersoyVgM'. Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 15 Testfile 'test-dropbox-uploadersoyVgM' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 21 Testfile 'test-dropbox-uploadersoyVgM' mtime should be from touch 1408892400, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100
Output for 5.2.13
PHP version is 5.2.13. Testfile is '/tmp/test-dropbox-uploaderg3zxg8'. Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 15 Testfile 'test-dropbox-uploaderg3zxg8' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 21 Testfile 'test-dropbox-uploaderg3zxg8' mtime should be from touch 1408892400, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100
Output for 5.2.12
PHP version is 5.2.12. Testfile is '/tmp/test-dropbox-uploaderQbZG1b'. Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 15 Testfile 'test-dropbox-uploaderQbZG1b' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 21 Testfile 'test-dropbox-uploaderQbZG1b' mtime should be from touch 1408892400, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100
Output for 5.2.11
PHP version is 5.2.11. Testfile is '/tmp/test-dropbox-uploaderbkO6Cx'. Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 15 Testfile 'test-dropbox-uploaderbkO6Cx' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 21 Testfile 'test-dropbox-uploaderbkO6Cx' mtime should be from touch 1408892400, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100
Output for 5.2.10
PHP version is 5.2.10. Testfile is '/tmp/test-dropbox-uploaderOgzYhS'. Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 15 Testfile 'test-dropbox-uploaderOgzYhS' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 21 Testfile 'test-dropbox-uploaderOgzYhS' mtime should be from touch 1408892400, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100
Output for 5.2.9
PHP version is 5.2.9. Testfile is '/tmp/test-dropbox-uploaderul0EJ3'. Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 15 Testfile 'test-dropbox-uploaderul0EJ3' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 21 Testfile 'test-dropbox-uploaderul0EJ3' mtime should be from touch 1408892400, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100
Output for 5.2.8
PHP version is 5.2.8. Testfile is '/tmp/test-dropbox-uploader43BkAd'. Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 15 Testfile 'test-dropbox-uploader43BkAd' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 21 Testfile 'test-dropbox-uploader43BkAd' mtime should be from touch 1408892400, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100
Output for 5.2.7
PHP version is 5.2.7. Testfile is '/tmp/test-dropbox-uploaderGPHOnl'. Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 15 Testfile 'test-dropbox-uploaderGPHOnl' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 21 Testfile 'test-dropbox-uploaderGPHOnl' mtime should be from touch 1408892400, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100
Output for 5.2.6
PHP version is 5.2.6. Testfile is '/tmp/test-dropbox-uploader3RYFTu'. Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 15 Testfile 'test-dropbox-uploader3RYFTu' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 21 Testfile 'test-dropbox-uploader3RYFTu' mtime should be from touch 1408892400, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100
Output for 5.2.5
PHP version is 5.2.5. Testfile is '/tmp/test-dropbox-uploaderTwV0eI'. Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 15 Testfile 'test-dropbox-uploaderTwV0eI' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 21 Testfile 'test-dropbox-uploaderTwV0eI' mtime should be from touch 1408892400, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100
Output for 5.2.4
PHP version is 5.2.4. Testfile is '/tmp/test-dropbox-uploadereo2w4N'. Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 15 Testfile 'test-dropbox-uploadereo2w4N' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Warning: Wrong parameter count for clearstatcache() in /in/QiqFD on line 21 Testfile 'test-dropbox-uploadereo2w4N' mtime should be from touch 1408892400, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100
Output for 5.2.3
PHP version is 5.2.3. Testfile is '/tmp/test-dropbox-uploaderYK8FGY'. Testfile 'test-dropbox-uploaderYK8FGY' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderYK8FGY' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.2.2
PHP version is 5.2.2. Testfile is '/tmp/test-dropbox-uploadergDyTb7'. Testfile 'test-dropbox-uploadergDyTb7' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploadergDyTb7' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.2.1
PHP version is 5.2.1. Testfile is '/tmp/test-dropbox-uploaderWN5vmj'. Testfile 'test-dropbox-uploaderWN5vmj' mtime should be from touch 0, is 0. The mtime represents Thu, 01 Jan 1970 01:00:00 +0100 Testfile 'test-dropbox-uploaderWN5vmj' mtime should be from touch 1408892400, is 1408892400. The mtime represents Sun, 24 Aug 2014 17:00:00 +0200
Output for 5.1.0 - 5.1.6, 5.2.0
Fatal error: Call to undefined function sys_get_temp_dir() in /in/QiqFD on line 9
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Notice: Undefined index: REQUEST_TIME in /in/QiqFD on line 7 Fatal error: Call to undefined function sys_get_temp_dir() in /in/QiqFD on line 9
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Notice: Undefined index: REQUEST_TIME in /in/QiqFD on line 7 Fatal error: Call to undefined function: sys_get_temp_dir() in /in/QiqFD on line 9
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Notice: Undefined index: REQUEST_TIME in /in/QiqFD on line 7 Fatal error: Call to undefined function: sys_get_temp_dir() in /in/QiqFD on line 9
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Notice: Undefined index: REQUEST_TIME in /in/QiqFD on line 7 Fatal error: Call to undefined function: sys_get_temp_dir() in /in/QiqFD on line 9

preferences:
313.73 ms | 401 KiB | 459 Q