3v4l.org

run code in 300+ PHP versions simultaneously
<?php $diff = xdiff_string_diff('abc\aass', 'abc\aass\assdd\weer', 1); if (is_string($diff)) { echo "Differences between two articles:\n"; echo $diff; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 10
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
filename:       /in/LcMkm
function name:  (null)
number of ops:  11
compiled vars:  !0 = $diff
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'xdiff_string_diff'
          1        SEND_VAL_EX                                              'abc%5Caass'
          2        SEND_VAL_EX                                              'abc%5Caass%5Cassdd%5Cweer'
          3        SEND_VAL_EX                                              1
          4        DO_FCALL                                      0  $1      
          5        ASSIGN                                                   !0, $1
    3     6        TYPE_CHECK                                   64          !0
          7      > JMPZ                                                     ~3, ->10
    4     8    >   ECHO                                                     'Differences+between+two+articles%3A%0A'
    5     9        ECHO                                                     !0
    6    10    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.35 ms | 1393 KiB | 13 Q