3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Hashnum = -308274319; echo "Hashnum='".$Hashnum."'\n"; //it prints: Hashnum='-308274319' $HashStr = sprintf('%u', $Hashnum) ; $length = strlen($HashStr); //it prints: HashStr='3986692977'
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5QkvT
function name:  (null)
number of ops:  12
compiled vars:  !0 = $Hashnum, !1 = $HashStr, !2 = $length
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, -308274319
    3     1        CONCAT                                           ~4      'Hashnum%3D%27', !0
          2        CONCAT                                           ~5      ~4, '%27%0A'
          3        ECHO                                                     ~5
    4     4        INIT_FCALL                                               'sprintf'
          5        SEND_VAL                                                 '%25u'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $6      
          8        ASSIGN                                                   !1, $6
    5     9        STRLEN                                           ~8      !1
         10        ASSIGN                                                   !2, ~8
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.65 ms | 1394 KiB | 15 Q