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

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