3v4l.org

run code in 300+ PHP versions simultaneously
<?php 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/lEMi7
function name:  (null)
number of ops:  11
compiled vars:  !0 = $Hashnum, !1 = $HashStr, !2 = $length
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   CONCAT                                           ~3      'Hashnum%3D%27', !0
          1        CONCAT                                           ~4      ~3, '%27%0A'
          2        ECHO                                                     ~4
    3     3        INIT_FCALL                                               'sprintf'
          4        SEND_VAL                                                 '%25u'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $5      
          7        ASSIGN                                                   !1, $5
    4     8        STRLEN                                           ~7      !1
          9        ASSIGN                                                   !2, ~7
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.7 ms | 1394 KiB | 15 Q