ru_php/tests/lang/include_variation1.phpt

9 lines
119 B
Plaintext
Raw Permalink Normal View History

--TEST--
include() a file from the current script directory
--FILE--
<?php
include("inc.inc");
?>
--EXPECT--
Included!