3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = <<<STR 1 08.778 09.870 09.870 11.947 2 09.112 09.664 09.681 17.090 STR; echo preg_replace('/^\h{2}\R/m', "", $str);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/din6n
function name:  (null)
number of ops:  8
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '1+%0A08.778+%0A09.870+%0A09.870+%0A11.947+%0A++%0A++%0A++%0A++%0A++%0A++%0A2+%0A09.112+%0A09.664+%0A09.681+%0A17.090'
   22     1        INIT_FCALL                                               'preg_replace'
          2        SEND_VAL                                                 '%2F%5E%5Ch%7B2%7D%5CR%2Fm'
          3        SEND_VAL                                                 ''
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $2      
          6        ECHO                                                     $2
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.89 ms | 1393 KiB | 15 Q