php-src/tests/lang/include_variation1.phpt

9 lines
119 B
Plaintext
Raw Normal View History

2008-03-19 18:06:24 +00:00
--TEST--
include() a file from the current script directory
--FILE--
<?php
include("inc.inc");
?>
--EXPECT--
Included!