3v4l.org

run code in 500+ 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:  9
compiled vars:  !0 = $value
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   FRAMELESS_ICALL_2                implode             ~1      '', <array>
          1        ASSIGN                                                       !0, ~1
    5     2        INIT_FCALL                                                   'json_encode'
          3        SEND_VAR                                                     !0
          4        DO_ICALL                                             $3      
          5        CONCAT                                               ~4      'const+value+%3D+', $3
          6        CONCAT                                               ~5      ~4, '%3B%0A'
          7        ECHO                                                         ~5
          8      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
160.95 ms | 1854 KiB | 14 Q