3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ch = ""; $ch10 = chr(10); $ch13 = chr(13); var_dump($ch, $ch10, $ch13, 'a', $ch10 === $ch13);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hvWmT
function name:  (null)
number of ops:  12
compiled vars:  !0 = $ch, !1 = $ch10, !2 = $ch13
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, ''
    4     1        ASSIGN                                                   !1, '%0A'
    5     2        ASSIGN                                                   !2, '%0D'
    7     3        INIT_FCALL                                               'var_dump'
          4        SEND_VAR                                                 !0
          5        SEND_VAR                                                 !1
          6        SEND_VAR                                                 !2
          7        SEND_VAL                                                 'a'
          8        IS_IDENTICAL                                     ~6      !1, !2
          9        SEND_VAL                                                 ~6
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
212.45 ms | 1394 KiB | 15 Q