Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

It's All About the Goto

PHP UK Conference via YouTube

Overview

Explore the inner workings of PHP in this in-depth conference talk from PHP UK Conference 2017. Delve into how different language keywords and constructs are handled internally, with a focus on the conversion to goto statements. Examine the various stages of PHP execution, including tokenization, parsing, and bytecode generation. Learn about complex language constructs like loops and exceptions, and how they are implemented at a low level. Gain insights into code analysis techniques such as branch analysis and code coverage. Ideal for developers seeking a deeper understanding of PHP's internal mechanisms, this presentation features detailed explanations, assembly-like code, and tree structures to illustrate key concepts.

Syllabus

Introduction
Who am I
Lets get started
The stages
Parse
tokenize
initial
example script
tokenizer
language parson
read through
tables of numbers
scanner rules
scanner AST
mope
mope generated
SCParse
ASP Assignment
Conversion
bytecode
opcodes
jump
if statement
jump instructions
rings
for loop
while loop
complex loops
complex loops graph
exceptions
code analysis
branch analysis
branch analysis output
recap
code coverage
token yield

Taught by

PHP UK Conference

Reviews

Start your review of It's All About the Goto

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.