3v4l.org

run code in 300+ PHP versions simultaneously
<?php assert('false'); assert('false', null); assert('false', "Something bad happened");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NeLcB
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSERT_CHECK                                             
          1        INIT_FCALL                                               'assert'
          2        SEND_VAL                                                 'false'
          3        SEND_VAL                                                 'assert%28%27false%27%29'
          4        DO_ICALL                                                 
    4     5        ASSERT_CHECK                                             
          6        INIT_FCALL                                               'assert'
          7        SEND_VAL                                                 'false'
          8        SEND_VAL                                                 null
          9        DO_ICALL                                                 
    5    10        ASSERT_CHECK                                             
         11        INIT_FCALL                                               'assert'
         12        SEND_VAL                                                 'false'
         13        SEND_VAL                                                 'Something+bad+happened'
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.14 ms | 1394 KiB | 15 Q