We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb4baf commit 51ccf25Copy full SHA for 51ccf25
appendices/reserved.constants.core.xml
@@ -108,7 +108,8 @@
108
<varlistentry xml:id="constant.php-zts">
109
<term>
110
<constant>PHP_ZTS</constant>
111
- (<type>int</type>)
+ (<type>bool</type>)
112
+ <constant>ZEND_THREAD_SAFE</constant> &Alias;
113
</term>
114
<listitem>
115
<simpara>
@@ -118,8 +119,9 @@
118
119
</varlistentry>
120
<varlistentry xml:id="constant.php-debug">
121
- <constant>PHP_DEBUG</constant>
122
+ <constant>PHP_DEBUG</constant>
123
124
+ <constant>ZEND_DEBUG_BUILD</constant> &Alias;
125
126
127
0 commit comments