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/vRBqp
function name:  (null)
number of ops:  14
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        FETCH_CONSTANT                                   ~5      'jyothsna'
          3        ASSIGN                                                   !2, ~5
    5     4        GET_TYPE                                         ~7      !0
          5        CONCAT                                           ~8      ~7, '%3Cbr%3E'
          6        ECHO                                                     ~8
    6     7        GET_TYPE                                         ~9      !1
          8        CONCAT                                           ~10     ~9, '%3Cbr%3E'
          9        ECHO                                                     ~10
    7    10        GET_TYPE                                         ~11     !2
         11        CONCAT                                           ~12     ~11, '%3Cbr%3E'
         12        ECHO                                                     ~12
    8    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.66 ms | 1393 KiB | 13 Q