bug78429.phpt 288 B

12345678910111213
  1. --TEST--
  2. Bug #78429 (opcache_compile_file(__FILE__); segfaults)
  3. --EXTENSIONS--
  4. opcache
  5. --INI--
  6. opcache.enable_cli=0
  7. --FILE--
  8. <?php
  9. var_dump(opcache_compile_file(__FILE__));
  10. ?>
  11. --EXPECTF--
  12. Notice: Zend OPcache has not been properly started, can't compile file in %s on line %d
  13. bool(false)