Test: /ext/standard/tests/file/lstat_stat_variation21.phpt - Version 7.4.8    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
005+ Error: stat1 equals stat2 at key value: 9 006+ Error: stat1 equals stat2 at key value: 10 007+ Error: stat1 equals stat2 at key value: mtime 008+ Error: stat1 equals stat2 at key value: ctime 005- bool(true) 007- --- Done --- 010+ Dumping stat array 1... 011+ array(26) { 012+ [0]=> 013+ int(2) 014+ [1]=> 015+ int(3377699721205155) 016+ [2]=> 017+ int(33206) 018+ [3]=> 019+ int(1) 020+ [4]=> 021+ int(1000) 022+ [5]=> 023+ int(1000) 024+ [6]=> 025+ int(0) 026+ [7]=> 027+ int(0) 028+ [8]=> 029+ int(1595914866) 030+ [9]=> 031+ int(1595914866) 032+ [10]=> 033+ int(1595914866) 034+ [11]=> 035+ int(4096) 036+ [12]=> 037+ int(0) 038+ ["dev"]=> 039+ int(2) 040+ ["ino"]=> 041+ int(3377699721205155) 042+ ["mode"]=> 043+ int(33206) 044+ ["nlink"]=> 045+ int(1) 046+ ["uid"]=> 047+ int(1000) 048+ ["gid"]=> 049+ int(1000) 050+ ["rdev"]=> 051+ int(0) 052+ ["size"]=> 053+ int(0) 054+ ["atime"]=> 055+ int(1595914866) 056+ ["mtime"]=> 057+ int(1595914866) 058+ ["ctime"]=> 059+ int(1595914866) 060+ ["blksize"]=> 061+ int(4096) 062+ ["blocks"]=> 063+ int(0) 064+ } 065+ 066+ Dumping stat array 2... 067+ array(26) { 068+ [0]=> 069+ int(2) 070+ [1]=> 071+ int(3377699721205155) 072+ [2]=> 073+ int(33206) 074+ [3]=> 075+ int(1) 076+ [4]=> 077+ int(1000) 078+ [5]=> 079+ int(1000) 080+ [6]=> 081+ int(0) 082+ [7]=> 083+ int(512) 084+ [8]=> 085+ int(1595914866) 086+ [9]=> 087+ int(1595914866) 088+ [10]=> 089+ int(1595914866) 090+ [11]=> 091+ int(4096) 092+ [12]=> 093+ int(8) 094+ ["dev"]=> 095+ int(2) 096+ ["ino"]=> 097+ int(3377699721205155) 098+ ["mode"]=> 099+ int(33206) 100+ ["nlink"]=> 101+ int(1) 102+ ["uid"]=> 103+ int(1000) 104+ ["gid"]=> 105+ int(1000) 106+ ["rdev"]=> 107+ int(0) 108+ ["size"]=> 109+ int(512) 110+ ["atime"]=> 111+ int(1595914866) 112+ ["mtime"]=> 113+ int(1595914866) 114+ ["ctime"]=> 115+ int(1595914866) 116+ ["blksize"]=> 117+ int(4096) 118+ ["blocks"]=> 119+ int(8) 120+ } 121+ bool(false) 122+ 123+ --- Done ---