Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.223.213.54
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
vendor /
nikic /
php-parser /
doc /
Delete
Unzip
Name
Size
Permission
Date
Action
component
[ DIR ]
drwxr-xr-x
2018-10-10 09:00
0_Introduction.markdown
3.41
KB
-rw-r--r--
2018-10-10 09:00
2_Usage_of_basic_components.markdown
17.92
KB
-rw-r--r--
2018-10-10 09:00
README.md
1.59
KB
-rw-r--r--
2018-10-10 09:00
Save
Rename
Table of Contents ================= Guide ----- 1. [Introduction](0_Introduction.markdown) 2. [Usage of basic components](2_Usage_of_basic_components.markdown) Component documentation ----------------------- * [Walking the AST](component/Walking_the_AST.markdown) * Node visitors * Modifying the AST from a visitor * Short-circuiting traversals * Interleaved visitors * Simple node finding API * Parent and sibling references * [Name resolution](component/Name_resolution.markdown) * Name resolver options * Name resolution context * [Pretty printing](component/Pretty_printing.markdown) * Converting AST back to PHP code * Customizing formatting * Formatting-preserving code transformations * [AST builders](component/AST_builders.markdown) * Fluent builders for AST nodes * [Lexer](component/Lexer.markdown) * Lexer options * Token and file positions for nodes * Custom attributes * [Error handling](component/Error_handling.markdown) * Column information for errors * Error recovery (parsing of syntactically incorrect code) * [Constant expression evaluation](component/Constant_expression_evaluation.markdown) * Evaluating constant/property/etc initializers * Handling errors and unsupported expressions * [JSON representation](component/JSON_representation.markdown) * JSON encoding and decoding of ASTs * [Performance](component/Performance.markdown) * Disabling XDebug * Reusing objects * Garbage collection impact * [Frequently asked questions](component/FAQ.markdown) * Parent and sibling references