summaryrefslogtreecommitdiff
path: root/tests/lang/include_variation2.phpt
blob: 051ed7157c3431687b1a7a5beea55b48e179eb82 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Including a file in the current script directory from an included function
--FILE--
<?php
require_once 'include_files/function.inc';
test();
?>
--EXPECT--
Included!