3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 'How are you?'; var_dump( strpos($a,'H') ); function ss() {} register_shutdown_function( 'ss' );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mVPl8
function name:  (null)
number of ops:  12
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'How+are+you%3F'
    3     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'strpos'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 'H'
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                                 
    6     8        INIT_FCALL                                               'register_shutdown_function'
          9        SEND_VAL                                                 'ss'
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Function ss:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mVPl8
function name:  ss
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E > > RETURN                                                   null

End of function ss

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.64 ms | 939 KiB | 20 Q