Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
muadzmi02
/
sipadu_mbip
bifurqué depuis
SwissLink/sipadu_mbip
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Dashboard sipadu mbip
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
134
Révisions
1
Branche
Aborescence:
93d35d157b
master
Branches
Tags
${ item.name }
Créer la branche
${ searchTerm }
de '93d35d157b'
${ noResults }
sipadu_mbip
/
vendor
/
nikic
/
php-parser
/
doc
Historique
root
d8c1b4a1be
initial
il y a 5 ans
..
component
initial
il y a 5 ans
0_Introduction.markdown
initial
il y a 5 ans
2_Usage_of_basic_components.markdown
initial
il y a 5 ans
README.md
initial
il y a 5 ans
README.md
Table of Contents
Guide
Introduction
Usage of basic components
Component documentation
Walking the AST
Node visitors
Modifying the AST from a visitor
Short-circuiting traversals
Interleaved visitors
Simple node finding API
Parent and sibling references
Name resolution
Name resolver options
Name resolution context
Pretty printing
Converting AST back to PHP code
Customizing formatting
Formatting-preserving code transformations
AST builders
Fluent builders for AST nodes
Lexer
Lexer options
Token and file positions for nodes
Custom attributes
Error handling
Column information for errors
Error recovery (parsing of syntactically incorrect code)
Constant expression evaluation
Evaluating constant/property/etc initializers
Handling errors and unsupported expressions
JSON representation
JSON encoding and decoding of ASTs
Performance
Disabling XDebug
Reusing objects
Garbage collection impact
Frequently asked questions
Parent and sibling references