ru_php/ext/opcache/tests/bu69838.phpt

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===