File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Installation
20
20
------------
21
21
22
22
** Windows** : Download a [ prebuilt Windows DLL] ( http://windows.php.net/downloads/pecl/releases/ast/ )
23
- and move it into the ` ext/ ` directory of your PHP instalation . Furthermore add
23
+ and move it into the ` ext/ ` directory of your PHP installation . Furthermore add
24
24
` extension=php_ast.dll ` to your ` php.ini ` file.
25
25
26
26
** Unix (PECL)** : Run ` pecl install ast ` and add ` extension=ast.so ` to your ` php.ini ` .
@@ -640,7 +640,7 @@ There are a number of differences in the AST representation and available suppor
640
640
[ php-ast-reverter] [ php-ast-reverter ] package implements this functionality.
641
641
* Name resolution (resolving namespace prefixes and aliases): There is currently no standalone
642
642
package for this.
643
- * AST traversation / visitation: There is currently no standalone package for this either, but
643
+ * AST traversal / visitation: There is currently no standalone package for this either, but
644
644
implementing a recursive AST walk is easy.
645
645
646
646
The [ php-parser-to-php-ast] [ php-parser-to-php-ast ] project can convert the AST produced by
You can’t perform that action at this time.
0 commit comments