mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
9 lines
153 B
PHP
9 lines
153 B
PHP
--TEST--
|
|
Including a file in the current script directory from eval'd code
|
|
--FILE--
|
|
<?php
|
|
require_once 'include_files/eval.inc';
|
|
?>
|
|
--EXPECT--
|
|
Included!
|