X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=tests%2Fstat%2Fstat001.phpt;h=9051123c802e0510341917446d886f727432b25c;hp=edfc45ff6384d794977f731962975fbfab52b91d;hb=ea0162a1698563a49de50456cd3f2cc18b83a05e;hpb=4b5ceb304b924c50eaf8263ad394493ff806fed4 diff --git a/tests/stat/stat001.phpt b/tests/stat/stat001.phpt index edfc45f..9051123 100644 --- a/tests/stat/stat001.phpt +++ b/tests/stat/stat001.phpt @@ -16,7 +16,7 @@ var_dump(psi\stat(__FILE__, $stat), $stat); --EXPECTF-- ===TEST=== int(0) -array(13) { +array(16) { ["st_dev"]=> int(%d) ["st_ino"]=> @@ -32,7 +32,7 @@ array(13) { ["st_rdev"]=> int(%d) ["st_size"]=> - int(76) + int(75) ["st_atim"]=> array(2) { ["tv_sec"]=> @@ -40,6 +40,8 @@ array(13) { ["tv_nsec"]=> int(%d) } + ["st_atime"]=> + int(%d) ["st_mtim"]=> array(2) { ["tv_sec"]=> @@ -47,6 +49,8 @@ array(13) { ["tv_nsec"]=> int(%d) } + ["st_mtime"]=> + int(%d) ["st_ctim"]=> array(2) { ["tv_sec"]=> @@ -54,6 +58,8 @@ array(13) { ["tv_nsec"]=> int(%d) } + ["st_ctime"]=> + int(%d) ["st_blksize"]=> int(%d) ["st_blocks"]=>