ru_php/ext/posix/tests/001.phpt

13 lines
161 B
PHP

--TEST--
posix_access() with bogus paths
--EXTENSIONS--
posix
--FILE--
<?php
var_dump(posix_access(str_repeat('bogus path', 1042)));
?>
--EXPECT--
bool(false)