summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/file_get_contents_error_folder.phpt
blob: 32f0210d3bbfe870c70ab3c14f1e9c6de997ab58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Test file_get_contents() function : error when passing folder
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) === "WIN") { print "skip - not valid for Windows"; }
?>
--FILE--
<?php
file_get_contents(__DIR__);
?>
--EXPECTF--
Notice: file_get_contents(): Read of %d bytes failed with errno=21 Is a directory in %s on line %d