xref: /PHP-7.4/ext/opcache/tests/bug71443.phpt (revision d5e20662)
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--SKIPIF--
9<?php require_once('skipif.inc'); ?>
10<?php if (substr(PHP_OS, 0, 3) == 'WIN') die('skip..  not for Windows'); ?>
11--FILE--
12<?php
13ini_set("include_path", "/tmp");
14?>
15okey
16--EXPECT--
17okey
18