3v4l.org

run code in 300+ PHP versions simultaneously
<?php preg_match('(\d{1,},\d{2}) \€',"15,06 €",$priceMatch); var_dump($priceMatch);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LmToe
function name:  (null)
number of ops:  9
compiled vars:  !0 = $priceMatch
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'preg_match'
          1        SEND_VAL                                                 '%28%5Cd%7B1%2C%7D%2C%5Cd%7B2%7D%29+%5C%E2%82%AC'
          2        SEND_VAL                                                 '15%2C06+%E2%82%AC'
          3        SEND_REF                                                 !0
          4        DO_ICALL                                                 
    4     5        INIT_FCALL                                               'var_dump'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.41 ms | 1394 KiB | 17 Q