3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_error_handler( function($code, $message, $file, $line) { if ($code === E_USER_DEPRECATED) { return; } printf('%s: %s', $code, $message); } ); print $a;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YGRVh
function name:  (null)
number of ops:  6
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'set_error_handler'
    4     1        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2FYGRVh%3A4%240'
   12     2        SEND_VAL                                                 ~1
          3        DO_ICALL                                                 
   15     4        ECHO                                                     !0
   16     5      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2FYGRVh%3A4%240:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 7
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YGRVh
function name:  {closure}
number of ops:  13
compiled vars:  !0 = $code, !1 = $message, !2 = $file, !3 = $line
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
          3        RECV                                             !3      
    6     4        IS_IDENTICAL                                             !0, 16384
          5      > JMPZ                                                     ~4, ->7
    7     6    > > RETURN                                                   null
   11     7    >   INIT_FCALL                                               'printf'
          8        SEND_VAL                                                 '%25s%3A+%25s'
          9        SEND_VAR                                                 !0
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                                 
   12    12      > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2FYGRVh%3A4%240

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
183.53 ms | 1395 KiB | 17 Q