forked from niklasvh/php.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 323d322
committed
missing bitwise xor function
Fixes error:
```
[object Object] has no method 'Node_Expr_BitwiseXor'
```
Which results from using xor e.g:
```
error_reporting(E_ALL ^ E_NOTICE);
```1 parent 5793c36 commit 323d322
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11106 | 11106 | | |
11107 | 11107 | | |
11108 | 11108 | | |
11109 | + | ||
11110 | + | ||
11111 | + | ||
11112 | + | ||
11113 | + | ||
11114 | + | ||
11115 | + | ||
11116 | + | ||
11117 | + | ||
11118 | + | ||
11109 | 11119 | | |
11110 | 11120 | | |
11111 | 11121 | | |
| |||
0 commit comments