php-src/ext/opcache/tests/bu69838.phpt
2015-06-20 09:35:02 +02:00

18 lines
285 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
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$x = gethostbyname("localhost");
?>
===DONE===
--EXPECT--
===DONE===