3v4l.org

run code in 300+ PHP versions simultaneously
<?php $values = array( 'confirmnewpassword' => "Temp12#$" ); echo preg_match( "/^[a-zA-Z0-9.\-'\",\/#_& `~^]*$/", $values['confirmnewpassword'] );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ilcf2
function name:  (null)
number of ops:  8
compiled vars:  !0 = $values
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL                                               'preg_match'
          2        SEND_VAL                                                 '%2F%5E%5Ba-zA-Z0-9.%5C-%27%22%2C%5C%2F%23_%26+%60%7E%5E%5D%2A%24%2F'
          3        FETCH_DIM_R                                      ~2      !0, 'confirmnewpassword'
          4        SEND_VAL                                                 ~2
          5        DO_ICALL                                         $3      
          6        ECHO                                                     $3
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.27 ms | 1394 KiB | 15 Q