X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fglob%2Fglob003.phpt;h=edb7356b7ebbe9d09592f75b4cc57afb763ac024;hb=fe451dea5c2e622db1e8610f742752a73a21b865;hp=db92febd168acea588afd4b9ab6a8ded9f308981;hpb=f18f62c084371e0da16305db4de27bfa124934c1;p=m6w6%2Fext-psi diff --git a/tests/glob/glob003.phpt b/tests/glob/glob003.phpt index db92feb..edb7356 100644 --- a/tests/glob/glob003.phpt +++ b/tests/glob/glob003.phpt @@ -21,15 +21,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 +44,8 @@ array(5) { string(12) "glob002.phpt" [6]=> string(12) "glob003.phpt" + [7]=> + string(12) "glob004.phpt" } } ===DONE===