com presentations: Add missing file: slides/intro/etsy_access .xml slides/intro/php56.xml
[email protected] (Rasmus Lerdorf)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: dd841a399b45ff0c55834e96fc8b85779e4539a6 Author: Rasmus Lerdorf <[email protected]> Sun, 9 Feb 2014 23:27:47 -0800 Parents: 2f6f7be0e2c9d26930814a143d362c0d5fa6196f Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=dd841a399b45ff0c55834e96fc8b85779e4539a6 Log: Add missing file Changed paths: A slides/intro/etsy_access.xml M slides/intro/php56.xml Diff: diff --git a/slides/intro/etsy_access.xml b/slides/intro/etsy_access.xml new file mode 100644 index 0000000..6e8fc47 --- /dev/null +++ b/slides/intro/etsy_access.xml @@ -0,0 +1,9 @@ +<slide title=""> + +<image filename="barros1.png" width="480" height="320" align="left" marginleft="1em" margintop="2em"/> +<image filename="barros2.jpg" width="250" height="196" align="left" marginleft="1em" margintop="5em"/> +<image filename="barros3.jpg" width="250" height="367" align="left" marginleft="1em" margintop="2em"/> +<image filename="sasa.jpg" clear="left" margintop="1em" width="600" height="400" align="center"/> + + +</slide> diff --git a/slides/intro/php56.xml b/slides/intro/php56.xml index f19bc2d..c0c871d 100644 --- a/slides/intro/php56.xml +++ b/slides/intro/php56.xml @@ -45,15 +45,15 @@ echo ~3 ** 2; // -10 (not 16)]]></example> <break lines="1" /> <blurb fontsize="4em">✔ Internal operator overloading for internal features like GMP</blurb> <example fontsize="2em" marginleft="7em" result='0' title=""><![CDATA[<?php -echo 2**256; +echo 2**512; echo "\n"; $n = gmp_init(2); -echo $n**256; +echo $n**512; ]]></example> <break lines="1" /> <example fontsize="2em" marginleft="7em" hide='1' result='1' title=""><![CDATA[ -1.1579208923732E+77 -115792089237316195423570985008687907853269984665640564039457584007913129639936 +1.3407807929943E+154 +13407807929942597099574024998205846127479365820592393377723561443721764030073546976801874298166903427690031858186486050853753882811946569946433649006084096 ]]></example> <break lines="1" />