summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/preload_006.phpt
blob: 17d792ecd12742e5d61c520102f143ae0eac9638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
Handling of errors during linking
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.optimization_level=-1
opcache.preload={PWD}/preload_inheritance_error_ind.inc
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
echo "Foobar\n";
?>
--EXPECTF--
Fatal error: Declaration of B::foo($bar) must be compatible with A::foo() in %spreload_inheritance_error.inc on line 8