summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests/include_once.phpt
blob: 0a00e04cde4480851ade5730682d938b8d21409f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--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';