Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

XHP fails with or, xor, and operators #12

Closed
laverdet opened this issue Apr 30, 2010 · 1 comment
Closed

XHP fails with or, xor, and operators #12

laverdet opened this issue Apr 30, 2010 · 1 comment

Comments

@laverdet
Copy link
Contributor

marcel@dev050 ~/xhp/xhp $ cat a.php
<?php
$x = 1 XOR 2;
<a />;
marcel@dev050 ~/xhp/xhp $ cat a.php | ./xhpize 
<?php
$x=1XOR2;
new xhp_a(array(), array(), __FILE__, 3);File `-` xhpized.
@facebook-github-bot
Copy link

Thank you for reaching out to us and we'd like to first apoligize for not getting back to you sooner. We're closing out older issues since updates to the project may address the issue you opened or they may no longer be relevant. If you're still experiencing the problem, please reopen the issue - thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants