1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Added test for "opcache: print restart reason" to basic_logging.phpt
This commit is contained in:
Joe Watkins
2017-01-14 07:33:08 +00:00

View File

@@ -14,7 +14,11 @@ opcache.log_verbosity_level=4
--FILE--
<?php
echo "Foo Bar\n";
opcache_reset();
echo "Opcache reset";
?>
--EXPECTF--
%s Message Cached script '%sbasic_logging%s'
Foo Bar
%s Debug Restart Scheduled! Reason: user
Opcache reset