3v4l.org

run code in 300+ PHP versions simultaneously
<?php // a list of characters, including quotes $value = implode('', ['a', "'", 'b', '"', 'c', "\n", 'd', "\\", 'e']); echo("const value = " . json_encode($value) . ";\n");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/G5apY
function name:  (null)
number of ops:  12
compiled vars:  !0 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'implode'
          1        SEND_VAL                                                 ''
          2        SEND_VAL                                                 <array>
          3        DO_ICALL                                         $1      
          4        ASSIGN                                                   !0, $1
    5     5        INIT_FCALL                                               'json_encode'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $3      
          8        CONCAT                                           ~4      'const+value+%3D+', $3
          9        CONCAT                                           ~5      ~4, '%3B%0A'
         10        ECHO                                                     ~5
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.9 ms | 999 KiB | 15 Q