From 7a5b0596a149a2efc5893ea83be78ef9129009cb Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 14 Jul 2017 11:33:20 +0300 Subject: [PATCH] Fixed comments --- ext/opcache/Optimizer/sccp.c | 2 +- ext/opcache/Optimizer/scdf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/opcache/Optimizer/sccp.c b/ext/opcache/Optimizer/sccp.c index 01e3157506d..bf94409238b 100644 --- a/ext/opcache/Optimizer/sccp.c +++ b/ext/opcache/Optimizer/sccp.c @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | Zend Engine, Call Graph | + | Zend Engine, SCCP - Sparse Conditional Constant Propagation | +----------------------------------------------------------------------+ | Copyright (c) 1998-2017 The PHP Group | +----------------------------------------------------------------------+ diff --git a/ext/opcache/Optimizer/scdf.c b/ext/opcache/Optimizer/scdf.c index 77a8d067c41..add8741af62 100644 --- a/ext/opcache/Optimizer/scdf.c +++ b/ext/opcache/Optimizer/scdf.c @@ -1,6 +1,6 @@ /* +----------------------------------------------------------------------+ - | Zend Engine, Call Graph | + | Zend Engine, Sparse Conditional Data Flow Propagation Framework | +----------------------------------------------------------------------+ | Copyright (c) 1998-2017 The PHP Group | +----------------------------------------------------------------------+