3v4l.org

run code in 300+ PHP versions simultaneously
<?php $nom = "doe"; $prenom = "john"; //echo $nom; //$nom = ucwords(strtolower($nom)); //echo $nom; $courrielBody = '<tr><td>'; $courrielBody .= 'Bonjour '. ucwords(strtolower($prenom.' '.$nom)).', <br /><br />'; echo $courrielBody; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MvlLn
function name:  (null)
number of ops:  16
compiled vars:  !0 = $nom, !1 = $prenom, !2 = $courrielBody
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'doe'
    3     1        ASSIGN                                                   !1, 'john'
    9     2        ASSIGN                                                   !2, '%3Ctr%3E%3Ctd%3E'
   10     3        INIT_FCALL                                               'ucwords'
          4        INIT_FCALL                                               'strtolower'
          5        CONCAT                                           ~6      !1, '+'
          6        CONCAT                                           ~7      ~6, !0
          7        SEND_VAL                                                 ~7
          8        DO_ICALL                                         $8      
          9        SEND_VAR                                                 $8
         10        DO_ICALL                                         $9      
         11        CONCAT                                           ~10     'Bonjour+', $9
         12        CONCAT                                           ~11     ~10, '%2C+%3Cbr+%2F%3E%3Cbr+%2F%3E'
         13        ASSIGN_OP                                     8          !2, ~11
   11    14        ECHO                                                     !2
   12    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.11 ms | 1394 KiB | 17 Q