3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "'' => (int) ", (int) "", " => (bool) ", (bool) 0, " => (string)", (string)(bool) 0;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VhebJ
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ECHO                                                     '%27%27+%3D%3E+%28int%29+'
          1        CAST                                          4  ~0      ''
          2        ECHO                                                     ~0
          3        ECHO                                                     '+%3D%3E+%28bool%29+'
          4        BOOL                                             ~1      0
          5        ECHO                                                     ~1
          6        ECHO                                                     '+%3D%3E+%28string%29'
          7        BOOL                                             ~2      0
          8        CAST                                          6  ~3      ~2
          9        ECHO                                                     ~3
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.17 ms | 1384 KiB | 13 Q