X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fglob%2Fglob003.phpt;h=968bf64c2c3bd6ee7fdc5bc62af4aaca6e0ea5f8;hb=HEAD;hp=db92febd168acea588afd4b9ab6a8ded9f308981;hpb=f18f62c084371e0da16305db4de27bfa124934c1;p=m6w6%2Fext-psi diff --git a/tests/glob/glob003.phpt b/tests/glob/glob003.phpt index db92feb..968bf64 100644 --- a/tests/glob/glob003.phpt +++ b/tests/glob/glob003.phpt @@ -4,7 +4,6 @@ glob psi.directory={PWD}/../../psi.d:{PWD} --SKIPIF-- --FILE-- @@ -21,15 +20,15 @@ var_dump($glob); int(0) array(5) { ["gl_matchc"]=> - int(4) + int(5) ["gl_pathc"]=> - int(4) + int(5) ["gl_offs"]=> int(3) ["gl_flags"]=> int(386) ["gl_pathv"]=> - array(7) { + array(8) { [0]=> string(0) "" [1]=> @@ -44,6 +43,8 @@ array(5) { string(12) "glob002.phpt" [6]=> string(12) "glob003.phpt" + [7]=> + string(12) "glob004.phpt" } } ===DONE===