mirror of
https://github.com/php/presentations.git
synced 2026-03-23 23:22:22 +01:00
Center
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user