File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 499c8c5964ac2d43e305266255cfdbb552492488 Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: b2fa00ca2e052f87785a7f8b296466edc4e55767 Maintainer: takagi Status: ready -->
4
4
<!-- CREDITS: hirokawa,shimooka,mumumu -->
5
5
<sect2 xml : id =" reserved.constants.core" xmlns =" http://docbook.org/ns/docbook" >
6
6
<title >コアの定義済みの定数</title >
108
108
<varlistentry xml : id =" constant.php-zts" >
109
109
<term >
110
110
<constant >PHP_ZTS</constant >
111
- (<type >int</type >)
111
+ (<type >bool</type >)
112
+ <constant >ZEND_THREAD_SAFE</constant > &Alias;
112
113
</term >
113
114
<listitem >
114
115
<simpara >
118
119
</varlistentry >
119
120
<varlistentry xml : id =" constant.php-debug" >
120
121
<term >
121
- <constant >PHP_DEBUG</constant >
122
- (<type >int</type >)
122
+ <constant >PHP_DEBUG</constant >
123
+ (<type >bool</type >)
124
+ <constant >ZEND_DEBUG_BUILD</constant > &Alias;
123
125
</term >
124
126
<listitem >
125
127
<simpara >
You can’t perform that action at this time.
0 commit comments