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