3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strlen('Hello World'); var_dump(null); var_dump(false); echo DIRECTORY_SEPARATOR; return true;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vlfk7
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     11
    4     1        INIT_FCALL                                               'var_dump'
          2        SEND_VAL                                                 null
          3        DO_ICALL                                                 
    5     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAL                                                 <false>
          6        DO_ICALL                                                 
    6     7        ECHO                                                     '%2F'
    7     8      > RETURN                                                   <true>
          9*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.85 ms | 1398 KiB | 15 Q