3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url=""; $url = iconv(/*in*/"cp1251", /*out*/"UTF-8", $url); /*if (preg_match('/^(?:(?:https?):\/\/)(?:\S+(?::\S*)?@)?(?:(?!10(?:\.\d{1,3}){3})(?!127(?:\.\d{1,3}){3})(?!169\.254(?:\.\d{1,3}){2})(?!192\.168(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\x{00a1}-\x{ffff}0-9]+-?)*[a-z\x{00a1}-\x{ffff}0-9]+)(?:\.(?:[a-z\x{00a1}-\x{ffff}0-9]+-?)*[a-z\x{00a1}-\x{ffff}0-9]+)*(?:\.(?:[a-z\x{00a1}-\x{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/i', $url)) { }*/ preg_match( "/[^\x{00a0}-\x{FFFF}\x]+/u" , '۱۲۳۴۵۶۷۸۹۰' );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DYu2l
function name:  (null)
number of ops:  12
compiled vars:  !0 = $url
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, ''
    3     1        INIT_FCALL_BY_NAME                                       'iconv'
          2        SEND_VAL_EX                                              'cp1251'
          3        SEND_VAL_EX                                              'UTF-8'
          4        SEND_VAR_EX                                              !0
          5        DO_FCALL                                      0  $2      
          6        ASSIGN                                                   !0, $2
    7     7        INIT_FCALL                                               'preg_match'
          8        SEND_VAL                                                 '%2F%5B%5E%5Cx%7B00a0%7D-%5Cx%7BFFFF%7D%5Cx%5D%2B%2Fu'
          9        SEND_VAL                                                 '%DB%B1%DB%B2%DB%B3%DB%B4%DB%B5%DB%B6%DB%B7%DB%B8%DB%B9%DB%B0'
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.11 ms | 1394 KiB | 15 Q