3v4l.org

run code in 500+ PHP versions simultaneously
<?php namespace A; function md5($value) { return \md5($value . ' Extra saltiness'); } echo strlen(md5('Hi', true));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kOEeM
function name:  (null)
number of ops:  9
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    6     0  E >   INIT_NS_FCALL_BY_NAME                                        'A%5Cstrlen'
          1        INIT_NS_FCALL_BY_NAME                                        'A%5Cmd5'
          2        SEND_VAL_EX                                                  'Hi'
          3        SEND_VAL_EX                                                  <true>
          4        DO_FCALL                                          0  $0      
          5        SEND_VAR_NO_REF_EX                                           $0
          6        DO_FCALL                                          0  $1      
          7        ECHO                                                         $1
          8      > RETURN                                                       1

Function a%5Cmd5:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kOEeM
function name:  A\md5
number of ops:  7
compiled vars:  !0 = $value
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   RECV                                                 !0      
    4     1        INIT_FCALL                                                   'md5'
          2        CONCAT                                               ~1      !0, '+Extra+saltiness'
          3        SEND_VAL                                                     ~1
          4        DO_ICALL                                             $2      
          5      > RETURN                                                       $2
    5     6*     > RETURN                                                       null

End of function a%5Cmd5

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
168.73 ms | 2575 KiB | 15 Q