3v4l.org

run code in 300+ PHP versions simultaneously
<?php print preg_replace('/[^\d\.]/', '', 0.000009); print "<br/>"; print preg_replace('/[^\d\.]/', '', '0.000009');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/s5EgN
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'preg_replace'
          1        SEND_VAL                                                 '%2F%5B%5E%5Cd%5C.%5D%2F'
          2        SEND_VAL                                                 ''
          3        SEND_VAL                                                 9.0e-6
          4        DO_ICALL                                         $0      
          5        ECHO                                                     $0
    4     6        ECHO                                                     '%3Cbr%2F%3E'
    5     7        INIT_FCALL                                               'preg_replace'
          8        SEND_VAL                                                 '%2F%5B%5E%5Cd%5C.%5D%2F'
          9        SEND_VAL                                                 ''
         10        SEND_VAL                                                 '0.000009'
         11        DO_ICALL                                         $1      
         12        ECHO                                                     $1
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
199.3 ms | 1394 KiB | 15 Q