xref: /php-src/ext/opcache/tests/gh9259_002.phpt (revision fb242f41)
1--TEST--
2Bug GH-9259 002 (Setting opcache.interned_strings_buffer to a very high value leads to corruption of shm)
3--EXTENSIONS--
4opcache
5--INI--
6opcache.interned_strings_buffer=-1
7opcache.log_verbosity_level=2
8opcache.enable_cli=1
9--FILE--
10<?php
11
12echo 'OK';
13
14?>
15--EXPECTF--
16%sWarning opcache.interned_strings_buffer must be greater than or equal to 0, -1 given%s
17
18OK
19