This commit is contained in:
Rasmus Lerdorf
2017-02-16 14:01:28 +01:00
parent 31909beb68
commit 63b98b4e56
2 changed files with 6 additions and 6 deletions

View File

@@ -43,7 +43,7 @@
<break lines="1" section="impact6"/>
<blurb fontsize="20em" align="left">Do your part</blurb>
<blurb fontsize="20em" align="left">Upgrade to PHP 7!</blurb>
<blurb fontsize="20em" align="center">Do your part</blurb>
<blurb fontsize="20em" align="center">Upgrade to PHP 7!</blurb>
</slide>

View File

@@ -377,8 +377,8 @@ $ make -j8 prof-use</code></pre>
</ul>
</section>
<section id="impact6">
<h1 style="text-align:left;">Do your part</h1>
<h1 style="text-align:left;">Upgrade to PHP 7!</h1>
<h1 style="text-align:center;">Do your part</h1>
<h1 style="text-align:center;">Upgrade to PHP 7!</h1>
</section> </section>
<section>
<section id="php7">
@@ -599,8 +599,8 @@ $bytes = random_bytes(10);
var_dump( $int );
var_dump( bin2hex($bytes) );</code></pre>
<pre class="output" style="font-size:1.2em;">int(-430)
string(20) "bc346f91e6b37e6ba64d"
<pre class="output" style="font-size:1.2em;">int(414)
string(20) "f0491f72653eea697f0b"
</pre> </section> </section>
<section>
<section id="php71">