3v4l.org

run code in 300+ PHP versions simultaneously
<?php $display_box_content = '<div style="box-sizing: border-box; color: rgb(37, 37, 37); font-family: Axiforma-Regular; font-size: 16px;"></div>'; $display_box_content = str_replace('"', "'", $display_box_content); echo $display_box_content;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8pVRC
function name:  (null)
number of ops:  9
compiled vars:  !0 = $display_box_content
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%3Cdiv+style%3D%22box-sizing%3A+border-box%3B+color%3A+rgb%2837%2C+37%2C+37%29%3B+font-family%3A+Axiforma-Regular%3B+font-size%3A+16px%3B%22%3E%3C%2Fdiv%3E'
    4     1        INIT_FCALL                                               'str_replace'
          2        SEND_VAL                                                 '%22'
          3        SEND_VAL                                                 '%27'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $2      
          6        ASSIGN                                                   !0, $2
    5     7        ECHO                                                     !0
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
124.32 ms | 998 KiB | 14 Q