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 7--SKIPIF-- 8<?php require_once('skipif.inc'); ?> 9--FILE-- 10<?php 11 12$x = gethostbyname("localhost"); 13 14?> 15===DONE=== 16--EXPECT-- 17===DONE=== 18