1--TEST--
2include_once must include only once
3--PHPDBG--
4r
5q
6--EXPECTF--
7[Successful compilation of %s]
8prompt> 1
9[Script ended normally]
10prompt>
11--FILE--
12<?php
13
14include_once __DIR__.'/include.inc';
15include_once __DIR__.'/include.inc';
16