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 03db488 commit b2fa00cCopy full SHA for b2fa00c
appendices/reserved.constants.core.xml
@@ -105,7 +105,8 @@
105
<varlistentry xml:id="constant.php-zts">
106
<term>
107
<constant>PHP_ZTS</constant>
108
- (<type>int</type>)
+ (<type>bool</type>)
109
+ &Alias; <constant>ZEND_THREAD_SAFE</constant>
110
</term>
111
<listitem>
112
<simpara>
@@ -116,7 +117,8 @@
116
117
<varlistentry xml:id="constant.php-debug">
118
119
<constant>PHP_DEBUG</constant>
120
121
+ &Alias; <constant>ZEND_DEBUG_BUILD</constant>
122
123
124
0 commit comments