9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
|
|
--TEST--
|
||
|
|
Including a file in the current script directory from eval'd code
|
||
|
|
--FILE--
|
||
|
|
<?php
|
||
|
|
require_once 'include_files/eval.inc';
|
||
|
|
?>
|
||
|
|
--EXPECT--
|
||
|
|
Included!
|