3v4l.org

run code in 300+ PHP versions simultaneously
<? //Datei: layout.php //das blala //Autor Germi function erzeugeLayout() { //aktuelles Datum setlocale (LC_TIME, GERMAN); $datum=strftime("%A, %d. %B %Y"); $zeit=strftime("%H.%M:%S Uhr"); echo "<table width='100%' bgcolor='#FFFF00'>"; echo "<tr>"; echo "td align='right' valign='top'>$datum<br>$zeit<br>Jossen German</td>"; echo "</tr>"; echo "</table>"; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3SWid
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   18     0  E > > RETURN                                                   1

Function erzeugelayout:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3SWid
function name:  erzeugeLayout
number of ops:  24
compiled vars:  !0 = $datum, !1 = $zeit
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   INIT_FCALL                                               'setlocale'
          1        SEND_VAL                                                 2
          2        FETCH_CONSTANT                                   ~2      'GERMAN'
          3        SEND_VAL                                                 ~2
          4        DO_ICALL                                                 
    9     5        INIT_FCALL                                               'strftime'
          6        SEND_VAL                                                 '%25A%2C+%25d.+%25B+%25Y'
          7        DO_ICALL                                         $4      
          8        ASSIGN                                                   !0, $4
   10     9        INIT_FCALL                                               'strftime'
         10        SEND_VAL                                                 '%25H.%25M%3A%25S+Uhr'
         11        DO_ICALL                                         $6      
         12        ASSIGN                                                   !1, $6
   11    13        ECHO                                                     '%3Ctable+width%3D%27100%25%27+bgcolor%3D%27%23FFFF00%27%3E'
   12    14        ECHO                                                     '%3Ctr%3E'
   13    15        ROPE_INIT                                     5  ~9      'td+align%3D%27right%27%0Avalign%3D%27top%27%3E'
   14    16        ROPE_ADD                                      1  ~9      ~9, !0
         17        ROPE_ADD                                      2  ~9      ~9, '%3Cbr%3E'
         18        ROPE_ADD                                      3  ~9      ~9, !1
         19        ROPE_END                                      4  ~8      ~9, '%3Cbr%3EJossen+German%3C%2Ftd%3E'
         20        ECHO                                                     ~8
   15    21        ECHO                                                     '%3C%2Ftr%3E'
   16    22        ECHO                                                     '%3C%2Ftable%3E'
   17    23      > RETURN                                                   null

End of function erzeugelayout

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.75 ms | 1395 KiB | 17 Q