com presentations: tweaks: china17.html slides/intro/php71 _2017.xml slides/intro/thank_you.xml
[email protected] (Rasmus Lerdorf) Fri, 16 Jun 2017 21:57:29 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 36c2fe7fdac95af471c53cb44ffc544d14c6d53c Author: Rasmus Lerdorf <[email protected]> Sat, 17 Jun 2017 05:57:29 +0800 Parents: da6accac22703c8eb814e6662bca982541b1c0f9 Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=36c2fe7fdac95af471c53cb44ffc544d14c6d53c Log: tweaks Changed paths: M china17.html M slides/intro/php71_2017.xml M slides/intro/thank_you.xml Diff: diff --git a/china17.html b/china17.html index 38ff56c..b523116 100644 --- a/china17.html +++ b/china17.html @@ -432,8 +432,8 @@ $ make -j8 prof-use</code></pre> </section> <section id="php71_void"> <p class="p" style="font-size:1.1em;text-align:left;">void return type</p> - <pre><code data-trim style="font-size:1.1em;" >function should_return_nothing(): void { - return 1; // Fatal error: A void function must not return a value + <pre><code data-trim style="font-size:1.05em;" >function should_return_nothing(): void { + return 1; // Fatal error: A void function must not return a value }</code></pre> </section> <section id="php71_nullable"> @@ -481,7 +481,7 @@ Notice: A non well formed numeric string encountered in example.php on line 2</c public const PUBLIC_CONST_TWO = 0;</code></pre> </section> <section id="safeinterrupts"> - <p class="p" style="font-size:1.1em;text-align:left;">Safe Interrupts</p> + <p class="p" style="font-size:1.8em;text-align:left;">Safe Interrupts</p> <p class="p" style="font-size:1.1em;text-align:left;">The VM now checks for interrupts on each loop iteration, user function entry and internal function exit. This will reduce the number of segfaults and deadlocks when a time out happens.</p> </section> <section id="php71cleanups"> @@ -626,9 +626,9 @@ test.php:22 PhanTypeMismatchArgument Argument 1 (needle) is bool but \Data::find <section> <section id="thank_you"> <h2 style="text-align:center;">Thank You</h2> - <div align="left" style="font-size: 1.2em; color: ; text-align: left; margin-left: 2em; margin-right: ; margin-top: ; margin-bottom: ;"><a href="https://github.com/rlerdorf/phan" target="">https://github.com/rlerdorf/phan</a></div> - <div align="left" style="font-size: 1.2em; color: ; text-align: left; margin-left: 2em; margin-right: ; margin-top: ; margin-bottom: ;"><a href="https://bugs.php.net" target="">https://bugs.php.net</a></div> <div align="left" style="font-size: 1.2em; color: ; text-align: left; margin-left: 2em; margin-right: ; margin-top: ; margin-bottom: ;"><a href=":-:url:-:" target="">http://talks.php.net/china17</a></div> + <div align="left" style="font-size: 1.2em; color: ; text-align: left; margin-left: 2em; margin-right: ; margin-top: ; margin-bottom: ;"><a href="https://github.com/etsy/phan" target="">https://github.com/etsy/phan</a></div> + <div align="left" style="font-size: 1.2em; color: ; text-align: left; margin-left: 2em; margin-right: ; margin-top: ; margin-bottom: ;"><a href="https://bugs.php.net" target="">https://bugs.php.net</a></div> <br/> <br/> <br/> diff --git a/slides/intro/php71_2017.xml b/slides/intro/php71_2017.xml index 1094cc8..4967e60 100644 --- a/slides/intro/php71_2017.xml +++ b/slides/intro/php71_2017.xml @@ -5,10 +5,10 @@ <break lines="1" section="php71_void"/> <blurb fontsize="1.1em" align="left">void return type</blurb> -<example fontsize="1.1em" result='0' title="" type=""><![CDATA[ +<example fontsize="1.05em" result='0' title="" type=""><![CDATA[ <?php function should_return_nothing(): void { - return 1; // Fatal error: A void function must not return a value + return 1; // Fatal error: A void function must not return a value } ]]></example> @@ -81,7 +81,7 @@ class Token { ]]></example> <break lines="1" section="safeinterrupts"/> -<blurb fontsize="1.1em" align="left">Safe Interrupts</blurb> +<blurb fontsize="1.8em" align="left">Safe Interrupts</blurb> <blurb fontsize="1.1em" align="left">The VM now checks for interrupts on each loop iteration, user function entry and internal function exit. This will reduce the number of segfaults and deadlocks when a time out happens.</blurb> <break lines="1" section="php71cleanups"/> diff --git a/slides/intro/thank_you.xml b/slides/intro/thank_you.xml index 94c52de..e1ec43a 100644 --- a/slides/intro/thank_you.xml +++ b/slides/intro/thank_you.xml @@ -2,9 +2,9 @@ <blurb fontsize="10em" align="center">Thank You</blurb> -<link fontsize="1.2em" align="left" marginleft="2em" href="https://github.com/rlerdorf/phan">https://github.com/rlerdorf/phan</link> -<link fontsize="1.2em" align="left" marginleft="2em" href="https://bugs.php.net">https://bugs.php.net</link> <link fontsize="1.2em" align="left" marginleft="2em" href=":-:url:-:">:-:url:-:</link> +<link fontsize="1.2em" align="left" marginleft="2em" href="https://github.com/etsy/phan">https://github.com/etsy/phan</link> +<link fontsize="1.2em" align="left" marginleft="2em" href="https://bugs.php.net">https://bugs.php.net</link> <break lines="3"/>