mirror of
https://github.com/php/php-src.git
synced 2026-04-22 07:28:09 +02:00
3585f5aafc
These tests cannot be run with interned_strings_buffer=0.
19 lines
294 B
PHP
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===
|