3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_WHAT = []; $_WHAT["description"] = "whooo"; echo (isset($_POST["description"])) ? htmlentities($_POST["description"]) : "";
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 13
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Hemht
function name:  (null)
number of ops:  16
compiled vars:  !0 = $_WHAT
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN_DIM                                               !0, 'description'
          2        OP_DATA                                                  'whooo'
    4     3        FETCH_IS                                         ~3      '_POST'
          4        ISSET_ISEMPTY_DIM_OBJ                         0          ~3, 'description'
          5      > JMPZ                                                     ~4, ->13
          6    >   INIT_FCALL                                               'htmlentities'
          7        FETCH_R                      global              ~5      '_POST'
          8        FETCH_DIM_R                                      ~6      ~5, 'description'
          9        SEND_VAL                                                 ~6
         10        DO_ICALL                                         $7      
         11        QM_ASSIGN                                        ~8      $7
         12      > JMP                                                      ->14
         13    >   QM_ASSIGN                                        ~8      ''
         14    >   ECHO                                                     ~8
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.69 ms | 1394 KiB | 15 Q