mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Fixed typo and white spaces
This commit is contained in:
parent
96de5ffc8d
commit
8473157fbb
2 changed files with 19 additions and 19 deletions
|
@ -450,7 +450,7 @@ ZEND_API void zend_ast_apply(zend_ast *ast, zend_ast_apply_func fn) {
|
|||
* ====================
|
||||
* proirity associativity operatiers
|
||||
* -----------------------------------
|
||||
* 10 left inclue, include_once, eval, require, require_once
|
||||
* 10 left include, include_once, eval, require, require_once
|
||||
* 20 left ,
|
||||
* 30 left or
|
||||
* 40 left xor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue