1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 07:28:09 +02:00
Files
archived-php-src/ext/opcache/tests/bu69838.phpt
T
Nikita Popov 3585f5aafc Explicitly set interned_strings_buffer in logging tests
These tests cannot be run with interned_strings_buffer=0.
2021-04-09 15:41:00 +02:00

19 lines
294 B
PHP

--TEST--
Bug #69838 OPCACHE Warning Internal error: wrong size calculation
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.log_verbosity_level=2
opcache.interned_strings_buffer=8
--EXTENSIONS--
opcache
--FILE--
<?php
$x = gethostbyname("localhost");
?>
===DONE===
--EXPECT--
===DONE===