mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Make sure test.php isn't coming in from the include_path
This commit is contained in:
parent
ce9169e360
commit
5753b74fab
1 changed files with 10 additions and 10 deletions
|
@ -3,7 +3,7 @@ test of larger than 8kb text file being parsed by require statement
|
|||
--FILE--
|
||||
<?php
|
||||
file_put_contents('test.php',str_repeat('passed, ',1024));
|
||||
require('test.php');
|
||||
require('./test.php');
|
||||
unlink('test.php');
|
||||
?>
|
||||
--EXPECT--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue