mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fixed whitespace that I introduced yesterday
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296469 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
237efc22fb
commit
1cdd3a84d0
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@
|
|||
<example>
|
||||
<title>A <function>timezone_transitions_get</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[<?php
|
||||
<![CDATA[
|
||||
<?php
|
||||
$timezone = new DateTimeZone("Europe/London");
|
||||
$transitions = $timezone->getTransitions();
|
||||
print_r(array_slice($transitions, 0, 3));
|
||||
|
|
Loading…
Reference in a new issue