summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/bug52624.phpt
blob: ee61eb90e6f45f8c58ee80bd51bbc69cfd2048b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Bug #52624 (tempnam() by-pass open_basedir with inexistent directory)
--INI--
open_basedir=.
--FILE--
<?php

echo tempnam("directory_that_not_exists", "prefix_");

?>
--EXPECTF--
Warning: tempnam(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s) in %s on line %d