1--TEST-- 2Bug #69838 OPCACHE Warning Internal error: wrong size calculation 3--INI-- 4opcache.enable=1 5opcache.enable_cli=1 6opcache.log_verbosity_level=2 7opcache.interned_strings_buffer=8 8--EXTENSIONS-- 9opcache 10--FILE-- 11<?php 12 13$x = gethostbyname("localhost"); 14 15?> 16===DONE=== 17--EXPECT-- 18===DONE=== 19