Merge branch 'PHP-7.1'

This commit is contained in:
Christoph M. Becker 2016-12-07 13:50:11 +01:00
commit ced66cd6ca

View file

@ -2,7 +2,7 @@
Error message handling (with ZendOpcache)
--SKIPIF--
<?php
if (!extension_loaded("Zend Opcache")) die("skip Zend Opcache is loaded");
if (!extension_loaded("Zend Opcache")) die("skip Zend Opcache is not loaded");
?>
--FILE--
<?php