X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=tests%2Fglob%2Fglob003.phpt;fp=tests%2Fglob%2Fglob003.phpt;h=edb7356b7ebbe9d09592f75b4cc57afb763ac024;hp=db92febd168acea588afd4b9ab6a8ded9f308981;hb=9bcb1df0786a8193d65949c857baaba2f4296e84;hpb=5e240548ba570610ce0dbc248a2b7654a0e080fa 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===