--TEST-- Test is_readable() function: usage variations - diff. file notations --SKIPIF-- --FILE-- --CLEAN-- --EXPECTF-- *** Testing is_readable(): usage variations *** -- Iteration 1 -- bool(true) -- Iteration 2 -- bool(%s) -- Iteration 3 -- bool(true) -- Iteration 4 -- bool(true) -- Iteration 5 -- bool(false) -- Iteration 6 -- bool(false) -- Iteration 7 -- Warning: is_readable() expects parameter 1 to be a valid path, string given in %s on line %d NULL -- Iteration 8 -- Warning: is_readable() expects parameter 1 to be a valid path, string given in %s on line %d NULL -- Iteration 9 -- Warning: is_readable() expects parameter 1 to be a valid path, string given in %s on line %d NULL -- Iteration 10 -- bool(true) -- Iteration 11 -- bool(true) Done