1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/tests/lang/include_variation2.phpt
2008-03-19 18:06:22 +00:00

10 lines
174 B
PHP

--TEST--
Including a file in the current script directory from an included function
--FILE--
<?php
require_once 'include_files/function.inc';
test();
?>
--EXPECT--
Included!