16 lines
236 B
Plaintext
16 lines
236 B
Plaintext
|
|
--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';
|