Thanks!
Thanks for attending my talk "It’s All About the Goto" at Dutch PHP Conference that I gave on July 1st, 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-dpc17.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)
Gave a really good explanation to how PHP internally works and will give you starters to dive in deeper yourselve.
Highly interesting look into the abyss that is the under-the-hood processing that happens in PHP!
Very informative and nice to know how PHP internals works.
great talk - interesting and entertaining, the highlight of the day
The speaker clearly knows a lot of what he was talking about, which is very nice. The structure of the talk (from lexing to parsing to interpreting) worked very well.