Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 9 additions & 25 deletions appendices/reserved.constants.core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,45 +108,29 @@
</note>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.zend-thread-safe">
<term>
<varlistentry>
<term xml:id="constant.zend-thread-safe">
<constant>ZEND_THREAD_SAFE</constant>
(<type>bool</type>)
</term>
<listitem>
<simpara>
Indicates whether the current build of PHP is thread safe.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.zend-debug-build">
<term>
<constant>ZEND_DEBUG_BUILD</constant>
(<type>bool</type>)
</term>
<listitem>
<simpara>
Indicates whether the current build of PHP is a debug build.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.php-zts">
<term>
<term xml:id="constant.php-zts">
<constant>PHP_ZTS</constant>
(<type>bool</type>)
&Alias; <constant>ZEND_THREAD_SAFE</constant>
</term>
<listitem>
<simpara>
Indicates whether the current build of PHP is thread safe.
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="constant.php-debug">
<term>
<varlistentry>
<term xml:id="constant.zend-debug-build">
<constant>ZEND_DEBUG_BUILD</constant>
(<type>bool</type>)
</term>
<term xml:id="constant.php-debug">
<constant>PHP_DEBUG</constant>
(<type>bool</type>)
&Alias; <constant>ZEND_DEBUG_BUILD</constant>
</term>
<listitem>
<simpara>
Expand Down