summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/bug64482.phpt
blob: e328c9fc1dd904b14295f9fdacc2406b9e2fe528 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--TEST--
Bug #64482 (Opcodes for dynamic includes should not be cached)
--INI--
opcache.enable=1
opcache.enable_cli=1
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
include 'bug64482.inc';
echo "\n";
include 'php://filter/read=string.toupper/resource=bug64482.inc';
echo "\n";
?>
--EXPECT--
Dynamic include
DYNAMIC INCLUDE