3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! function crc($i){return crc32($i);} $uri='/advert.html'; var_dump( (float)sprintf("%u", ( crc($uri)<<32)));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aXg3u
function name:  (null)
number of ops:  14
compiled vars:  !0 = $uri
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, '%2Fadvert.html'
    5     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'sprintf'
          3        SEND_VAL                                                 '%25u'
          4        INIT_FCALL                                               'crc'
          5        SEND_VAR                                                 !0
          6        DO_FCALL                                      0  $2      
          7        SL                                               ~3      $2, 32
          8        SEND_VAL                                                 ~3
          9        DO_ICALL                                         $4      
         10        CAST                                          5  ~5      $4
         11        SEND_VAL                                                 ~5
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Function crc:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aXg3u
function name:  crc
number of ops:  6
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        INIT_FCALL                                               'crc32'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $1      
          4      > RETURN                                                   $1
          5*     > RETURN                                                   null

End of function crc

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.3 ms | 1397 KiB | 20 Q