3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = "'"; $s2 = var_export($s); echo $s2 . "\n"; echo "\r\n"; echo stripslashes($s2) . "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sqvWs
function name:  (null)
number of ops:  14
compiled vars:  !0 = $s, !1 = $s2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%27'
    3     1        INIT_FCALL                                               'var_export'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
    4     5        CONCAT                                           ~5      !1, '%0A'
          6        ECHO                                                     ~5
    5     7        ECHO                                                     '%0D%0A'
    6     8        INIT_FCALL                                               'stripslashes'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                         $6      
         11        CONCAT                                           ~7      $6, '%0A'
         12        ECHO                                                     ~7
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.81 ms | 1394 KiB | 17 Q