19 lines
294 B
Plaintext
19 lines
294 B
Plaintext
|
|
--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===
|