com presentations: Since it is Brazil, better use a soccer ball emoji here: expotec.html slides/intro/php7_2016.xml
[email protected] (Rasmus Lerdorf) Tue, 23 Aug 2016 05:33:44 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 8c11b53112ceb38e5dd0747a414303e86050faab Author: Rasmus Lerdorf <[email protected]> Mon, 22 Aug 2016 22:33:44 -0700 Parents: 90a85c9d207002e65f6e4e17d87b00cb3567b0bc Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=8c11b53112ceb38e5dd0747a414303e86050faab Log: Since it is Brazil, better use a soccer ball emoji here Changed paths: M expotec.html M slides/intro/php7_2016.xml Diff: diff --git a/expotec.html b/expotec.html index ac28182..d2d79ab 100644 --- a/expotec.html +++ b/expotec.html @@ -551,8 +551,8 @@ $foo()() <p class="p" style="font-size:1.1em;text-align:left;">✔ Unicode Codepoint Escape Syntax</p> <pre><code data-trim style="font-size:1.2em;">echo "\u{202E}Right-to-left text"; -echo "\u{1F602}";</code></pre> - <pre class="output" style="font-size:1.2em;">Right-to-left text😂 </pre> <p class="p" style="font-size:1.1em;text-align:left;">✔ ICU IntlChar class added to intl extension</p> +echo " \u{26BD}";</code></pre> + <pre class="output" style="font-size:1.2em;">Right-to-left text ⚽ </pre> <p class="p" style="font-size:1.1em;text-align:left;">✔ ICU IntlChar class added to intl extension</p> </section> <section id="php7csprng"> <p class="p" style="font-size:1.1em;text-align:left;">✔ CSPRNG</p> @@ -561,8 +561,8 @@ $bytes = random_bytes(10); var_dump( $int ); var_dump( bin2hex($bytes) );</code></pre> - <pre class="output" style="font-size:1.2em;">int(-500) -string(20) "2c036aad5b026c33fe7f" + <pre class="output" style="font-size:1.2em;">int(353) +string(20) "49bb56fd2bafa9229fcd" </pre> </section> </section> <section> <section id="php7perfdetail"> diff --git a/slides/intro/php7_2016.xml b/slides/intro/php7_2016.xml index 5bab12c..aefb094 100644 --- a/slides/intro/php7_2016.xml +++ b/slides/intro/php7_2016.xml @@ -501,7 +501,7 @@ $foo()() <?php echo "\u{202E}Right-to-left text"; -echo "\u{1F602}"; +echo " \u{26BD}"; ]]></example> <blurb fontsize="1.1em" align="left">✔ ICU IntlChar class added to intl extension</blurb>