3v4l.org

run code in 300+ PHP versions simultaneously
<?php function mytable($text,$border='0',$cellpadding="0",$cellspacing="0") { echo "<table border=$border,$cellpadding=$cellspacing,cellspacing=$cellpadding>"; echo "<tr>"; echo "<td>"; echo $text; echo "</td>"; echo "</tr></table>"; } mytable('IVAN BAYROSS IS PROFESSOR',0,1,1); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5Ye8e
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   INIT_FCALL                                               'mytable'
          1        SEND_VAL                                                 'IVAN+BAYROSS+IS+PROFESSOR'
          2        SEND_VAL                                                 0
          3        SEND_VAL                                                 1
          4        SEND_VAL                                                 1
          5        DO_FCALL                                      0          
   12     6      > RETURN                                                   1

Function mytable:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5Ye8e
function name:  mytable
number of ops:  20
compiled vars:  !0 = $text, !1 = $border, !2 = $cellpadding, !3 = $cellspacing
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
          1        RECV_INIT                                        !1      '0'
          2        RECV_INIT                                        !2      '0'
          3        RECV_INIT                                        !3      '0'
    4     4        ROPE_INIT                                     9  ~5      '%3Ctable+border%3D'
          5        ROPE_ADD                                      1  ~5      ~5, !1
          6        ROPE_ADD                                      2  ~5      ~5, '%2C'
          7        ROPE_ADD                                      3  ~5      ~5, !2
          8        ROPE_ADD                                      4  ~5      ~5, '%3D'
          9        ROPE_ADD                                      5  ~5      ~5, !3
         10        ROPE_ADD                                      6  ~5      ~5, '%2Ccellspacing%3D'
         11        ROPE_ADD                                      7  ~5      ~5, !2
         12        ROPE_END                                      8  ~4      ~5, '%3E'
         13        ECHO                                                     ~4
    5    14        ECHO                                                     '%3Ctr%3E'
    6    15        ECHO                                                     '%3Ctd%3E'
    7    16        ECHO                                                     !0
    8    17        ECHO                                                     '%3C%2Ftd%3E'
    9    18        ECHO                                                     '%3C%2Ftr%3E%3C%2Ftable%3E'
   10    19      > RETURN                                                   null

End of function mytable

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.19 ms | 1399 KiB | 14 Q