xref: /php-src/ext/opcache/tests/bug66461.phpt (revision e9f783fc)
1--TEST--
2Bug #66461 (PHP crashes if opcache.interned_strings_buffer=0)
3--INI--
4opcache.enable=1
5opcache.enable_cli=1
6opcache.optimization_level=-1
7opcache.log_verbosity_level=1
8opcache.file_update_protection=0
9opcache.interned_strings_buffer=0
10--EXTENSIONS--
11opcache
12--FILE--
13<?php
14echo "ok\n";
15?>
16--EXPECT--
17ok
18