Skip to content

Commit 4f9d30d

Browse files
committed
DateTimeZone::listIdentifiers improvements (removed runnable annotations - see php#4887 )
1 parent cc79d5b commit 4f9d30d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/datetime/datetimezone/listidentifiers.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<para>
110110
<example>
111111
<title>List identifiers with location comments</title>
112-
<programlisting role="php" annotations="interactive">
112+
<programlisting role="php">
113113
<![CDATA[
114114
<?php
115115
$identifiers = DateTimeZone::listIdentifiers(DateTimeZone::ALL);
@@ -138,7 +138,7 @@ America/Argentina/Cordoba (Argentina (most areas: CB, CC, CN, ER, FM, MN, SE, SF
138138
<para>
139139
<example>
140140
<title>Listing identifiers for a specific region</title>
141-
<programlisting role="php" annotations="interactive">
141+
<programlisting role="php">
142142
<![CDATA[
143143
<?php
144144
$timezone_identifiers = DateTimeZone::listIdentifiers( DateTimeZone::ASIA );
@@ -163,7 +163,7 @@ Asia/Aqtau
163163
<para>
164164
<example>
165165
<title>Listing identifiers for multiple regions</title>
166-
<programlisting role="php" annotations="interactive">
166+
<programlisting role="php">
167167
<![CDATA[
168168
<?php
169169
$timezone_identifiers = DateTimeZone::listIdentifiers( DateTimeZone::ASIA | DateTimeZone::PACIFIC );
@@ -207,7 +207,7 @@ Pacific/Tarawa, Pacific/Tongatapu, Pacific/Wake, Pacific/Wallis
207207
<para>
208208
<example>
209209
<title>Listing identifiers for a single country</title>
210-
<programlisting role="php" annotations="interactive">
210+
<programlisting role="php">
211211
<![CDATA[
212212
<?php
213213
$timezone_identifiers = DateTimeZone::listIdentifiers( DateTimeZone::PER_COUNTRY, "UA" );

0 commit comments

Comments
 (0)