AS3 异或与 PHP 异或
这是一件奇怪的(我认为奇怪的)事情。
PHP: 539013259 ^ 12345 = 538976288
AS3: 549013259 ^ 12345 = 539001010
任何想法为什么价值观不同?我从两种语言的 Xor 中可以看出的最好结果应该是相同的。
Here is an odd (I think odd) thing.
PHP: 539013259 ^ 12345 = 538976288
AS3: 549013259 ^ 12345 = 539001010
Any ideas why the values are different? The best I can tell from Xor from both languages, the result should be the same.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我无法复制这种行为。在 PHP 交互式 shell 中:
I am unable to duplicate this behavior. At the PHP interactive shell: