3v4l.org

run code in 300+ PHP versions simultaneously
<?php assert_options(ASSERT_CALLBACK, function($file, $line, $code, $message) { if (empty($message)) { $message = $code; } var_dump(array($message)); }); assert('FALSE');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iK7vu
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'assert_options'
          1        SEND_VAL                                                 2
          2        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2FiK7vu%3A4%240'
    9     3        SEND_VAL                                                 ~0
          4        DO_ICALL                                                 
   11     5        ASSERT_CHECK                                             
          6        INIT_FCALL                                               'assert'
          7        SEND_VAL                                                 'FALSE'
          8        SEND_VAL                                                 'assert%28%27FALSE%27%29'
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2FiK7vu%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
filename:       /in/iK7vu
function name:  {closure}
number of ops:  12
compiled vars:  !0 = $file, !1 = $line, !2 = $code, !3 = $message
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
          3        RECV                                             !3      
    5     4        ISSET_ISEMPTY_CV                                         !3
          5      > JMPZ                                                     ~4, ->7
    6     6    >   ASSIGN                                                   !3, !2
    8     7    >   INIT_FCALL                                               'var_dump'
          8        INIT_ARRAY                                       ~6      !3
          9        SEND_VAL                                                 ~6
         10        DO_ICALL                                                 
    9    11      > RETURN                                                   null

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
211.55 ms | 1395 KiB | 19 Q