--TEST-- Test opendir() function : usage variations - different relative paths --SKIPIF-- --FILE-- --CLEAN-- --EXPECTF-- *** Testing opendir() : usage variation *** -- $path = './私はガラスを食べられますlevel_one': -- bool(true) resource(%d) of type (stream) -- $path = '私はガラスを食べられますlevel_one/私はガラスを食べられますlevel_two': -- bool(true) resource(%d) of type (stream) -- $path = '..': -- resource(%d) of type (stream) -- $path = 'level_two', '.': -- bool(true) resource(%d) of type (stream) -- $path = '../': -- resource(%d) of type (stream) -- $path = './': -- bool(true) resource(%d) of type (stream) -- $path = '../../'私はガラスを食べられますlevel_one': -- bool(true) resource(%d) of type (stream)