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

9 lines
119 B
PHP

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