Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
muadzmi02
/
sipadu_mbip
feito fork de
SwissLink/sipadu_mbip
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Dashboard sipadu mbip
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
26
Commits
1
Branch
Tag:
9f1f654a46
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 9f1f654a46
${ noResults }
sipadu_mbip
/
vendor
/
nikic
/
php-parser
/
doc
Histórico
root
d8c1b4a1be
initial
5 anos atrás
..
component
initial
5 anos atrás
0_Introduction.markdown
initial
5 anos atrás
2_Usage_of_basic_components.markdown
initial
5 anos atrás
README.md
initial
5 anos atrás
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