Analyzing PHP Code
Sebastian Bergmann (18.Nov.2009)
Talk at International PHP Conference 2009 (English - UK)
Static code analysis is the analysis of software (without actually executing it) to understand it better. The programatic analysis of PHP code sits at the core of static analysis tools such as phpcpd, pdepend, phploc, or phpmd. This presentation shows how PHP extensions such as Bytekit and Tokenizer can be used to build tools that operate on PHP code in both sourcecode and bytecode form.
Quicklink: https://joind.in/1035
Slides: Analyzing PHP Code
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?




18.Nov.2009 at 14:13 by Nils Adermann
An easily understandable and very interesting introduction to PHP projects which can help you build your own analysis tools. Practical examples made clear how they work at once. Nice slides, a live demo that worked as expected, and a speaker who was easy to understand and to follow.