3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo $siteAdi = "sosyalbayiniz.com"; echo " "; $siteAdi = str_replace( ’www.’, ’’, $siteAdi ); $a = md5( sha1( md5( $siteAdi ) ) ); $b = sha1( md5( sha1( $siteAdi ) ) ); $c = sha1( $a . $b ); echo $sonuc = substr( $c, 0, 4 ) . ’.’ . substr( $c, 8, 4 ) . ’.’ . substr( $c, 16, 4 ) . ’.’ . substr( $c, 24, 4 ); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uED5H
function name:  (null)
number of ops:  76
compiled vars:  !0 = $siteAdi, !1 = $a, !2 = $b, !3 = $c, !4 = $sonuc
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                           ~5      !0, 'sosyalbayiniz.com'
          1        ECHO                                                     ~5
    5     2        ECHO                                                     '%0A'
    7     3        INIT_FCALL                                               'str_replace'
          4        FETCH_CONSTANT                                   ~6      '%E2%80%99www'
          5        FETCH_CONSTANT                                   ~7      '%E2%80%99'
          6        CONCAT                                           ~8      ~6, ~7
          7        SEND_VAL                                                 ~8
          8        FETCH_CONSTANT                                   ~9      '%E2%80%99%E2%80%99'
          9        SEND_VAL                                                 ~9
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $10     
         12        ASSIGN                                                   !0, $10
    9    13        INIT_FCALL                                               'md5'
         14        INIT_FCALL                                               'sha1'
         15        INIT_FCALL                                               'md5'
         16        SEND_VAR                                                 !0
         17        DO_ICALL                                         $12     
         18        SEND_VAR                                                 $12
         19        DO_ICALL                                         $13     
         20        SEND_VAR                                                 $13
         21        DO_ICALL                                         $14     
         22        ASSIGN                                                   !1, $14
   11    23        INIT_FCALL                                               'sha1'
         24        INIT_FCALL                                               'md5'
         25        INIT_FCALL                                               'sha1'
         26        SEND_VAR                                                 !0
         27        DO_ICALL                                         $16     
         28        SEND_VAR                                                 $16
         29        DO_ICALL                                         $17     
         30        SEND_VAR                                                 $17
         31        DO_ICALL                                         $18     
         32        ASSIGN                                                   !2, $18
   13    33        INIT_FCALL                                               'sha1'
         34        CONCAT                                           ~20     !1, !2
         35        SEND_VAL                                                 ~20
         36        DO_ICALL                                         $21     
         37        ASSIGN                                                   !3, $21
   14    38        INIT_FCALL                                               'substr'
         39        SEND_VAR                                                 !3
         40        SEND_VAL                                                 0
         41        SEND_VAL                                                 4
         42        DO_ICALL                                         $23     
         43        FETCH_CONSTANT                                   ~24     '%E2%80%99'
         44        CONCAT                                           ~25     $23, ~24
         45        FETCH_CONSTANT                                   ~26     '%E2%80%99'
         46        CONCAT                                           ~27     ~25, ~26
         47        INIT_FCALL                                               'substr'
         48        SEND_VAR                                                 !3
         49        SEND_VAL                                                 8
         50        SEND_VAL                                                 4
         51        DO_ICALL                                         $28     
         52        CONCAT                                           ~29     ~27, $28
         53        FETCH_CONSTANT                                   ~30     '%E2%80%99'
         54        CONCAT                                           ~31     ~29, ~30
         55        FETCH_CONSTANT                                   ~32     '%E2%80%99'
         56        CONCAT                                           ~33     ~31, ~32
         57        INIT_FCALL                                               'substr'
         58        SEND_VAR                                                 !3
         59        SEND_VAL                                                 16
         60        SEND_VAL                                                 4
         61        DO_ICALL                                         $34     
         62        CONCAT                                           ~35     ~33, $34
         63        FETCH_CONSTANT                                   ~36     '%E2%80%99'
         64        CONCAT                                           ~37     ~35, ~36
         65        FETCH_CONSTANT                                   ~38     '%E2%80%99'
         66        CONCAT                                           ~39     ~37, ~38
         67        INIT_FCALL                                               'substr'
         68        SEND_VAR                                                 !3
         69        SEND_VAL                                                 24
         70        SEND_VAL                                                 4
         71        DO_ICALL                                         $40     
         72        CONCAT                                           ~41     ~39, $40
         73        ASSIGN                                           ~42     !4, ~41
         74        ECHO                                                     ~42
   17    75      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.41 ms | 1392 KiB | 21 Q