3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump('992a62b0968fcc154292b86b7eb76373'); var_dump(bindec('992a62b0968fcc154292b86b7eb76373')); var_dump(hexdec('992a62b0968fcc154292b86b7eb76373')); var_dump(hexdec(substr('992a62b0968fcc154292b86b7eb76373', 0, 16))); var_dump(md5('992a62b0968fcc154292b86b7eb76373')); var_dump(bindec(base_convert(md5('992a62b0968fcc154292b86b7eb76373'), 16, 10))); var_dump(base_convert('992a62b0968fdd044292b86b7eb76373', 16, 10)); var_dump((int) base_convert('992a62b0968fdd044292b86b7eb76373', 16, 10)); var_dump(pack("I*", '992a62b0968fcc154292b86b7eb76373'));
Output for git.master, git.master_jit, rfc.property-hooks
string(32) "992a62b0968fcc154292b86b7eb76373" Deprecated: Invalid characters passed for attempted conversion, these have been ignored in /in/3Fm1u on line 4 int(1) float(2.0359196149004496E+38) float(1.1036742347404595E+19) string(32) "731c1c1b268113b546e6aaada01b5300" Deprecated: Invalid characters passed for attempted conversion, these have been ignored in /in/3Fm1u on line 8 int(288) string(39) "203591961490045002820040824004282868446" int(9223372036854775807) string(4) "�"

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
41.01 ms | 402 KiB | 8 Q