niklasvh / php.js

PHP to JavaScript converter and VM written in JavaScript
http://phpjs.hertzen.com
MIT License
860 stars 115 forks source link

missing bitwise xor function #48

Closed adamjimenez closed 10 years ago

adamjimenez commented 10 years ago

Fixes error:

[object Object] has no method 'Node_Expr_BitwiseXor' 

Which results from using xor e.g:

error_reporting(E_ALL ^ E_NOTICE);