3v4l.org

run code in 500+ PHP versions simultaneously
<?php $_SESSION["generationActeTexteCodifie"] = 1; $nbrChiffreApresVirgule = null; echo (string)$nbrChiffreApresVirgule; if($nbrChiffreApresVirgule) { echo "ttt"; }else { echo "fff"; } /* $monTabTmp["miseEnFormeAuto"] = $monTabTmp["miseEnFormeAuto"] ?? null; if(is_array($monTabTmp["miseEnFormeAuto"])) { echo "ttt"; } else { echo "fff"; } */
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 9
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uFYk0
function name:  (null)
number of ops:  11
compiled vars:  !0 = $nbrChiffreApresVirgule
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   FETCH_W                          global              $1      '_SESSION'
          1        ASSIGN_DIM                                                   $1, 'generationActeTexteCodifie'
          2        OP_DATA                                                      1
    3     3        ASSIGN                                                       !0, null
    4     4        CAST                                              6  ~4      !0
          5        ECHO                                                         ~4
    5     6      > JMPZ                                                         !0, ->9
    6     7    >   ECHO                                                         'ttt'
    5     8      > JMP                                                          ->10
    8     9    >   ECHO                                                         'fff'
   22    10    > > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
163.82 ms | 3318 KiB | 13 Q