3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i=95; $j=10.6; $name="jyothsna"; echo(gettype($i)."<br>"); echo(gettype($j)."<br>"); echo(gettype($name)."<br>"); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gnGkN
function name:  (null)
number of ops:  13
compiled vars:  !0 = $i, !1 = $j, !2 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 95
    3     1        ASSIGN                                                   !1, 10.6
    4     2        ASSIGN                                                   !2, 'jyothsna'
    5     3        GET_TYPE                                         ~6      !0
          4        CONCAT                                           ~7      ~6, '%3Cbr%3E'
          5        ECHO                                                     ~7
    6     6        GET_TYPE                                         ~8      !1
          7        CONCAT                                           ~9      ~8, '%3Cbr%3E'
          8        ECHO                                                     ~9
    7     9        GET_TYPE                                         ~10     !2
         10        CONCAT                                           ~11     ~10, '%3Cbr%3E'
         11        ECHO                                                     ~11
    8    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.92 ms | 1392 KiB | 13 Q