conference logo

Playlist "FrOSCon 2017"

It's all about the goto

Derick Rethans

In this presentation, I am showing you some of the inner workings of PHP. We
are going to look at how different language keywords and constructs are handled
internally. Basically, everything is converted to goto, but the how and why, is
not as simple as it seems!

This is a very in depth talk, mostly interesting to people that want to know
how PHP works internally. Expect lots of wonkyness, a form of assembly, and
trees.