3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = '"Confidence isn\'t gained over time and practice. Confidence is gained when you realize you choose your own path, you choose to fall, you choose not to fall. If you are afraid to fall you fall because you are afraid. Everything is choice." - Daniel ILabaca'; $order = array("\r\n", "\n", "\r"); $text = str_replace($order, '<br/>', $t); //nl2br($t); echo $text; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/j5U82
function name:  (null)
number of ops:  10
compiled vars:  !0 = $t, !1 = $order, !2 = $text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%22Confidence+isn%27t+gained+over+time+and+practice.+Confidence+is+gained+when+you+realize+you+choose+your+own+path%2C+you+choose+to+fall%2C+you+choose+not+to+fall.%0A%0AIf+you+are+afraid+to+fall+you+fall+because+you+are+afraid.+Everything+is+choice.%22+-+Daniel+ILabaca'
    5     1        ASSIGN                                                   !1, <array>
    7     2        INIT_FCALL                                               'str_replace'
          3        SEND_VAR                                                 !1
          4        SEND_VAL                                                 '%3Cbr%2F%3E'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $5      
          7        ASSIGN                                                   !2, $5
    8     8        ECHO                                                     !2
    9     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.33 ms | 1394 KiB | 15 Q