Thanks!
Thanks for attending my talk "It’s All About the Goto" at php[tek] that I gave on May 24th, 2017. Here you can find some extra information about the talk if they are available. For this talk we have:
Questions?
If you have any questions about the talk, feel free to contact me. My details are on the contact page.
Slides
The talks slides can be downloaded at jump-tek17.pdf
Resources
- Extension: Geospatial: https://github.com/php-geospatial/geospatial
- Extension: Xdebug: https://xdebug.org
- Extension: php-ast: https://github.com/nikic/php-ast
- Extension: tokenizer: http://php.net/tokenizer
- Extension: vld: https://github.com/derickr/vld
- Library: PHP Code Coverage: https://github.com/sebastianbergmann/php-code-coverage
- PHP 7 Virtual Machine: https://nikic.github.io/2017/04/14/PHP-7-Virtual-machine.html
Comments (through joind.in)
good information, though some of the high-level slides went too fast compared to the time spent on the detailed code and pseudocode slides
Very good technical by Derick. It was great to see how PHP works internally for various language constructs.
This is why we have php[tek]. Other than reading @nikic, it's been a very long time since I've seen an Abstract Syntax Tree discussed. I'm glad that Derick continues to pass on this sort of information. This talk was clear (but advanced subject matter) and flowed well.
Very interesting and informational, but also way over my head.
Good overview for a difficult topic. There's just too much to cover in an hour.
This was a great talk and gave me some insight to how PHP works under the hood. Definitely not for the faint of heart. I highly recommend at least a minimal exposure to assembly language, or something similar.
This was an excellent talk. I'm not a C programmer so some things went over my head, but for the most part, I was able to follow it and it was really enjoyable to learn how the internals of PHP work. Thanks for the presentation!