1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00

Merge branch 'PHP-7.0'

* PHP-7.0:
  Added test for bug #71443
This commit is contained in:
Xinchen Hui
2016-01-26 15:59:32 +08:00

View File

@@ -0,0 +1,17 @@
--TEST--
Bug #71443 (Segfault using built-in webserver with intl using symfony)
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_cache=/tmp/
opcache.file_cache_only=1
--SKIPIF--
<?php require_once('skipif.inc'); ?>
<?php if (substr(PHP_OS, 0, 3) == 'WIN') die('skip.. not for Windows'); ?>
--FILE--
<?php
ini_set("include_path", "/tmp");
?>
okey
--EXPECT--
okey