3v4l.org

run code in 300+ PHP versions simultaneously
<?php function link_to_route() {var_dump(func_get_args());} echo link_to_route('play', 'Play!', null, ['class' => 'btn btn-lg btn-block btn-success']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ub9TW
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   INIT_FCALL                                               'link_to_route'
          1        SEND_VAL                                                 'play'
          2        SEND_VAL                                                 'Play%21'
          3        SEND_VAL                                                 null
          4        SEND_VAL                                                 <array>
          5        DO_FCALL                                      0  $0      
          6        ECHO                                                     $0
          7      > RETURN                                                   1

Function link_to_route:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ub9TW
function name:  link_to_route
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
          0  E >   INIT_FCALL                                               'var_dump'
          1        FUNC_GET_ARGS                                    ~0      
          2        SEND_VAL                                                 ~0
          3        DO_ICALL                                                 
          4      > RETURN                                                   null

End of function link_to_route

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.37 ms | 1397 KiB | 16 Q