3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.03 ms | 1385 KiB | 17 Q