3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dat = crypt('https://scontent-fra3-1.xx.fbcdn.net/hphotos-xta1/v/t1.0-9/p720x720/10428530_977985338931421_1442326547988295691_n.jpg?oh=a74f8bf884a5b8dfc8b710e0c598144c&oe=56777937'); $numbers = array(); foreach (str_split($dat) as $chr) {$numbers[] = sprintf('%03d', ord($chr));} echo substr(substr_replace(chunk_split(join($numbers), 8, '_'),"1",16),0,35);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 9, Position 2 = 20
Branch analysis from position: 9
2 jumps found. (Code = 78) Position 1 = 10, Position 2 = 20
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
filename:       /in/1IR6L
function name:  (null)
number of ops:  41
compiled vars:  !0 = $dat, !1 = $numbers, !2 = $chr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'crypt'
          1        SEND_VAL                                                 'https%3A%2F%2Fscontent-fra3-1.xx.fbcdn.net%2Fhphotos-xta1%2Fv%2Ft1.0-9%2Fp720x720%2F10428530_977985338931421_1442326547988295691_n.jpg%3Foh%3Da74f8bf884a5b8dfc8b710e0c598144c%26oe%3D56777937'
          2        DO_ICALL                                         $3      
          3        ASSIGN                                                   !0, $3
    3     4        ASSIGN                                                   !1, <array>
          5        INIT_FCALL                                               'str_split'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $6      
          8      > FE_RESET_R                                       $7      $6, ->20
          9    > > FE_FETCH_R                                               $7, !2, ->20
         10    >   INIT_FCALL                                               'sprintf'
         11        SEND_VAL                                                 '%2503d'
         12        INIT_FCALL                                               'ord'
         13        SEND_VAR                                                 !2
         14        DO_ICALL                                         $9      
         15        SEND_VAR                                                 $9
         16        DO_ICALL                                         $10     
         17        ASSIGN_DIM                                               !1
         18        OP_DATA                                                  $10
         19      > JMP                                                      ->9
         20    >   FE_FREE                                                  $7
    5    21        INIT_FCALL                                               'substr'
         22        INIT_FCALL                                               'substr_replace'
         23        INIT_FCALL                                               'chunk_split'
         24        INIT_FCALL                                               'join'
         25        SEND_VAR                                                 !1
         26        DO_ICALL                                         $11     
         27        SEND_VAR                                                 $11
         28        SEND_VAL                                                 8
         29        SEND_VAL                                                 '_'
         30        DO_ICALL                                         $12     
         31        SEND_VAR                                                 $12
         32        SEND_VAL                                                 '1'
         33        SEND_VAL                                                 16
         34        DO_ICALL                                         $13     
         35        SEND_VAR                                                 $13
         36        SEND_VAL                                                 0
         37        SEND_VAL                                                 35
         38        DO_ICALL                                         $14     
         39        ECHO                                                     $14
         40      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
177.76 ms | 1400 KiB | 29 Q