bug71443.phpt 361 B

123456789101112131415161718
  1. --TEST--
  2. Bug #71443 (Segfault using built-in webserver with intl using symfony)
  3. --INI--
  4. opcache.enable=1
  5. opcache.enable_cli=1
  6. opcache.file_cache="{TMP}"
  7. opcache.file_cache_only=1
  8. --EXTENSIONS--
  9. opcache
  10. --SKIPIF--
  11. <?php if (substr(PHP_OS, 0, 3) == 'WIN') die('skip.. not for Windows'); ?>
  12. --FILE--
  13. <?php
  14. ini_set("include_path", "/tmp");
  15. ?>
  16. okey
  17. --EXPECT--
  18. okey