3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_POST['toevoeging'] = "Hoeplakee"; $Body = "<p><strong>Bericht van mijn te gekke website</strong></p> Telefoonnummer: ".$phone." <br /> Straatnaam: ".$phone." <br /> Huisnummer: ".$phone." <br /> ".((isset($_POST['toevoeging'])) ? 'Toevoeging:' .$_POST['toevoeging'].'<br />' : NULL)." Bericht: $message "; echo $Body;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 18
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YHL55
function name:  (null)
number of ops:  27
compiled vars:  !0 = $Body, !1 = $phone, !2 = $message
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_W                      global              $3      '_POST'
          1        ASSIGN_DIM                                               $3, 'toevoeging'
          2        OP_DATA                                                  'Hoeplakee'
    5     3        CONCAT                                           ~5      '%3Cp%3E%3Cstrong%3EBericht+van+mijn+te+gekke+website%3C%2Fstrong%3E%3C%2Fp%3E%0ATelefoonnummer%3A+', !1
          4        CONCAT                                           ~6      ~5, '+%3Cbr+%2F%3E%0AStraatnaam%3A+'
    6     5        CONCAT                                           ~7      ~6, !1
          6        CONCAT                                           ~8      ~7, '+%3Cbr+%2F%3E%0AHuisnummer%3A+'
    7     7        CONCAT                                           ~9      ~8, !1
          8        CONCAT                                           ~10     ~9, '+%3Cbr+%2F%3E%0A'
    8     9        FETCH_IS                                         ~11     '_POST'
         10        ISSET_ISEMPTY_DIM_OBJ                         0          ~11, 'toevoeging'
         11      > JMPZ                                                     ~12, ->18
         12    >   FETCH_R                      global              ~13     '_POST'
         13        FETCH_DIM_R                                      ~14     ~13, 'toevoeging'
         14        CONCAT                                           ~15     'Toevoeging%3A', ~14
         15        CONCAT                                           ~16     ~15, '%3Cbr+%2F%3E'
         16        QM_ASSIGN                                        ~17     ~16
         17      > JMP                                                      ->19
         18    >   QM_ASSIGN                                        ~17     null
         19    >   CONCAT                                           ~18     ~10, ~17
         20        ROPE_INIT                                     3  ~20     '%0ABericht%3A+'
    9    21        ROPE_ADD                                      1  ~20     ~20, !2
         22        ROPE_END                                      2  ~19     ~20, '%0A'
         23        CONCAT                                           ~22     ~18, ~19
    4    24        ASSIGN                                                   !0, ~22
   12    25        ECHO                                                     !0
         26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.99 ms | 1395 KiB | 13 Q