📄 bug36306.phpt
字号:
--TEST--Bug #36306 crc32() 64bit--FILE--<?php/* as an example how to write crc32 tests PHP does not have uint values, you cannot display crc32 like a signed integer. Have to find some small strings to truely reproduce the problem, this example being not a problem*/echo dechex(crc32("platform independant")) . "\n";?>--EXPECT--ccd9fe66
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -