--TEST-- Test readlink() and realpath() functions: error conditions --SKIPIF-- --FILE-- --EXPECTF-- *** Testing readlink() on a non-existent link *** Warning: readlink(): readlink failed to read the symbolic link (%s, error %d) in %s on line %d bool(false) *** Testing readlink() on existing file *** string(%d) "%s%eext%estandard%etests%efile%ereadlink_realpath_error-win32.php" *** Testing readlink() on existing directory *** string(%d) "%s%eext%estandard%etests%efile" *** Testing realpath() on a non-existent file *** %s Done