--TEST-- Test dir() function : usage variations - checking with wildcard characters --SKIPIF-- --FILE-- --EXPECTF-- *** Testing dir() : checking with wildcard characters *** -- wildcard = '*' -- Warning: dir(%s/dir_var*): failed to open dir: %s in %s on line %d bool(false) Warning: dir(%s/*): failed to open dir: %s in %s on line %d bool(false) -- wildcard = '?' -- Warning: dir(%s/dir_variation81/sub_dir?): failed to open dir: %s in %s on line %d bool(false) Warning: dir(%s/dir_variation81/sub?dir1): failed to open dir: %s in %s on line %d bool(false) Done