3v4l.org

run code in 300+ PHP versions simultaneously
<?php printf("PHP %d\n", defined('PHP_MAJOR_VERSION') ? PHP_MAJOR_VERSION : PHP_VERSION); if (true) { echo 1 + array(); } echo "Finished\n";
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 5
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 6
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
Branch analysis from position: 11
filename:       /in/DutCZ
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'printf'
          1        SEND_VAL                                                 'PHP+%25d%0A'
          2      > JMPZ                                                     <true>, ->5
          3    >   QM_ASSIGN                                        ~0      8
          4      > JMP                                                      ->6
          5    >   QM_ASSIGN                                        ~0      '8.3.0'
          6    >   SEND_VAL                                                 ~0
          7        DO_ICALL                                                 
    5     8      > JMPZ                                                     <true>, ->11
    6     9    >   ADD                                              ~2      1, <array>
         10        ECHO                                                     ~2
    9    11    >   ECHO                                                     'Finished%0A'
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
137.06 ms | 999 KiB | 14 Q