summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/bu69838.phpt
blob: f60cad79bd6f88f86e9c8d8c279a44b7b862d7d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--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===