3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.88 ms | 939 KiB | 16 Q