3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo gettype("sdf"); echo gettype(200); echo gettype(200.10); echo gettype(true); echo gettype(array());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dJs1G
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   GET_TYPE                                         ~0      'sdf'
          1        ECHO                                                     ~0
    4     2        GET_TYPE                                         ~1      200
          3        ECHO                                                     ~1
    5     4        GET_TYPE                                         ~2      200.1
          5        ECHO                                                     ~2
    6     6        GET_TYPE                                         ~3      <true>
          7        ECHO                                                     ~3
    7     8        GET_TYPE                                         ~4      <array>
          9        ECHO                                                     ~4
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.01 ms | 1392 KiB | 13 Q