This document discusses various ways to customize and extend PHP beyond its typical usage as a templating language. It explores how PHP's opcode cache, extensions, object model, and virtual machine can be leveraged. It also provides examples of PHP's lexer, parser, and how opcodes are generated from PHP code.
1 of 54
Downloaded 56 times
More Related Content
Phpをいじり倒す10の方法
1. “ ”
10
10 ways to “exploit” PHP that you might not know
2. brushup: What is PHP?
The most overengineered template engine ever.
Often mistaken as a sort of programming language due to its
“your-favorite-language-like” syntatic features.
The world’s first template engine upon which another template
engine is implemented.
3. Uh, so... do you mean PHP is
not a programming language?