3v4l.org

run code in 300+ PHP versions simultaneously
<?php function variable_get(string $blah): int { return 20121008; } echo number_format(variable_get('deger4deger'),0,",",".");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vh2Pa
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   INIT_FCALL                                               'number_format'
          1        INIT_FCALL                                               'variable_get'
          2        SEND_VAL                                                 'deger4deger'
          3        DO_FCALL                                      0  $0      
          4        SEND_VAR                                                 $0
          5        SEND_VAL                                                 0
          6        SEND_VAL                                                 '%2C'
          7        SEND_VAL                                                 '.'
          8        DO_ICALL                                         $1      
          9        ECHO                                                     $1
         10      > RETURN                                                   1

Function variable_get:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vh2Pa
function name:  variable_get
number of ops:  4
compiled vars:  !0 = $blah
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
    3     1      > RETURN                                                   20121008
    4     2*       VERIFY_RETURN_TYPE                                       
          3*     > RETURN                                                   null

End of function variable_get

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.67 ms | 1397 KiB | 16 Q