summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests/include_once.phpt
blob: b91f5e83a059fef8abe32a7d2bc67719b3b42188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
include_once must include only once
--PHPDBG--
r
q
--EXPECTF--
[Successful compilation of %s]
prompt> 1
[Script ended normally]
prompt> 
--FILE--
<?php

include_once __DIR__.'/include.inc';
include_once __DIR__.'/include.inc';