3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.19 ms | 1385 KiB | 15 Q