bu69838.phpt 294 B

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