summaryrefslogtreecommitdiff
path: root/ext/opcache/Optimizer/optimize_temp_vars_5.c
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2014-08-15 16:47:54 +0800
committerXinchen Hui <laruence@php.net>2014-08-15 16:47:54 +0800
commit101c055396c3ef07bd6b0aa0bb0b889c7ab7d437 (patch)
treed494a7cdb76c90244584756a1e80fbf64f7e0b06 /ext/opcache/Optimizer/optimize_temp_vars_5.c
parente2522b4f1d3b8da8a66f397f75d0c2cf37832663 (diff)
downloadphp-git-101c055396c3ef07bd6b0aa0bb0b889c7ab7d437.tar.gz
Add copyright header
Diffstat (limited to 'ext/opcache/Optimizer/optimize_temp_vars_5.c')
-rw-r--r--ext/opcache/Optimizer/optimize_temp_vars_5.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/ext/opcache/Optimizer/optimize_temp_vars_5.c b/ext/opcache/Optimizer/optimize_temp_vars_5.c
index 2853748fe2..df5d00a366 100644
--- a/ext/opcache/Optimizer/optimize_temp_vars_5.c
+++ b/ext/opcache/Optimizer/optimize_temp_vars_5.c
@@ -1,3 +1,24 @@
+/*
+ +----------------------------------------------------------------------+
+ | Zend OPcache |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1998-2014 The PHP Group |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 3.01 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available through the world-wide-web at the following url: |
+ | http://www.php.net/license/3_01.txt |
+ | If you did not receive a copy of the PHP license and are unable to |
+ | obtain it through the world-wide-web, please send a note to |
+ | license@php.net so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Andi Gutmans <andi@zend.com> |
+ | Zeev Suraski <zeev@zend.com> |
+ | Stanislav Malyshev <stas@zend.com> |
+ | Dmitry Stogov <dmitry@zend.com> |
+ +----------------------------------------------------------------------+
+*/
+
#define GET_AVAILABLE_T() \
for (i = 0; i < T; i++) { \
if (!taken_T[i]) { \