3v4l.org

run code in 300+ PHP versions simultaneously
<?php $phone = preg_replace('~[^0-9]~', '', '380923070827'); var_dump($phone);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uN313
function name:  (null)
number of ops:  10
compiled vars:  !0 = $phone
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'preg_replace'
          1        SEND_VAL                                                 '%7E%5B%5E0-9%5D%7E'
          2        SEND_VAL                                                 ''
          3        SEND_VAL                                                 '380923070827'
          4        DO_ICALL                                         $1      
          5        ASSIGN                                                   !0, $1
    4     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.19 ms | 1394 KiB | 17 Q