PHP 8 compatibility
[m6w6/ext-psi] / tests / glob / glob003.phpt
index db92febd168acea588afd4b9ab6a8ded9f308981..968bf64c2c3bd6ee7fdc5bc62af4aaca6e0ea5f8 100644 (file)
@@ -4,7 +4,6 @@ glob
 psi.directory={PWD}/../../psi.d:{PWD}
 --SKIPIF--
 <?php
-extension_loaded("psi") or die("skip - need ext/psi");
 PHP_OS === "Darwin" or die("skip - only for OSX");
 ?>
 --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===