mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
10 lines
155 B
PHP
10 lines
155 B
PHP
--TEST--
|
|
oss-fuzz #60741: Leak in open_basedir
|
|
--INI--
|
|
open_basedir="{TMP}"
|
|
--FILE--
|
|
<?php
|
|
ini_set('open_basedir', ini_get('open_basedir'));
|
|
?>
|
|
--EXPECT--
|