php-src/ext/opcache/tests/bu69838.phpt

18 lines
285 B
Plaintext
Raw Normal View History

2015-06-20 07:20:26 +00:00
--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===