3v4l.org

run code in 300+ PHP versions simultaneously
<?php $strValue = ( isset( $_POST['{$this->getName()}Month'] ) ) ? $_POST['{$this->getName()}Month'] : '' ; $strValue = ( isset( $_POST[$this->getName()."Day"] ) ) ? $_POST[$this->getName()."Day"] : "" ;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 7
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 16, Position 2 = 24
Branch analysis from position: 16
1 jumps found. (Code = 42) Position 1 = 25
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 24
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 43) Position 1 = 16, Position 2 = 24
Branch analysis from position: 16
Branch analysis from position: 24
filename:       /in/rBuZM
function name:  (null)
number of ops:  27
compiled vars:  !0 = $strValue
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_IS                                         ~1      '_POST'
          1        ISSET_ISEMPTY_DIM_OBJ                         0          ~1, '%7B%24this-%3EgetName%28%29%7DMonth'
          2      > JMPZ                                                     ~2, ->7
          3    >   FETCH_R                      global              ~3      '_POST'
          4        FETCH_DIM_R                                      ~4      ~3, '%7B%24this-%3EgetName%28%29%7DMonth'
          5        QM_ASSIGN                                        ~5      ~4
          6      > JMP                                                      ->8
          7    >   QM_ASSIGN                                        ~5      ''
          8    >   ASSIGN                                                   !0, ~5
    6     9        FETCH_THIS                                       $8      
         10        INIT_METHOD_CALL                                         $8, 'getName'
         11        DO_FCALL                                      0  $9      
         12        CONCAT                                           ~10     $9, 'Day'
         13        FETCH_IS                                         ~7      '_POST'
         14        ISSET_ISEMPTY_DIM_OBJ                         0          ~7, ~10
         15      > JMPZ                                                     ~11, ->24
         16    >   FETCH_THIS                                       $13     
         17        INIT_METHOD_CALL                                         $13, 'getName'
         18        DO_FCALL                                      0  $14     
         19        CONCAT                                           ~15     $14, 'Day'
         20        FETCH_R                      global              ~12     '_POST'
         21        FETCH_DIM_R                                      ~16     ~12, ~15
         22        QM_ASSIGN                                        ~17     ~16
         23      > JMP                                                      ->25
         24    >   QM_ASSIGN                                        ~17     ''
         25    >   ASSIGN                                                   !0, ~17
         26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.37 ms | 1395 KiB | 13 Q