3v4l.org

run code in 300+ PHP versions simultaneously
<?php $exclude = array('anus','arse','butt','clit','cock','coon','cunt','dago','damn','dick','dike','dyke','fuck','gook','heeb','hell','hobo','homo','jizz','knob','kunt','muff','niga','paki','piss','poon','poop','puta','puto','shit','shiz','slut','tard','tits','titz','turd','twat','wank'); $leet = array(); foreach ( $exclude as $word ) { $leet[] = str_replace('i','1',$word); $leet[] = str_replace('a','4',$word); $leet[] = str_replace('t','7',$word); } $exclude = array_merge($exclude,$leet); $exclude = array_unique($exclude); var_dump($exclude);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 26
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 26
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 26
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 26
filename:       /in/iBqPs
function name:  (null)
number of ops:  40
compiled vars:  !0 = $exclude, !1 = $leet, !2 = $word
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, <array>
    5     2      > FE_RESET_R                                       $5      !0, ->26
          3    > > FE_FETCH_R                                               $5, !2, ->26
    6     4    >   INIT_FCALL                                               'str_replace'
          5        SEND_VAL                                                 'i'
          6        SEND_VAL                                                 '1'
          7        SEND_VAR                                                 !2
          8        DO_ICALL                                         $7      
          9        ASSIGN_DIM                                               !1
         10        OP_DATA                                                  $7
    7    11        INIT_FCALL                                               'str_replace'
         12        SEND_VAL                                                 'a'
         13        SEND_VAL                                                 '4'
         14        SEND_VAR                                                 !2
         15        DO_ICALL                                         $9      
         16        ASSIGN_DIM                                               !1
         17        OP_DATA                                                  $9
    8    18        INIT_FCALL                                               'str_replace'
         19        SEND_VAL                                                 't'
         20        SEND_VAL                                                 '7'
         21        SEND_VAR                                                 !2
         22        DO_ICALL                                         $11     
         23        ASSIGN_DIM                                               !1
         24        OP_DATA                                                  $11
    5    25      > JMP                                                      ->3
         26    >   FE_FREE                                                  $5
   11    27        INIT_FCALL                                               'array_merge'
         28        SEND_VAR                                                 !0
         29        SEND_VAR                                                 !1
         30        DO_ICALL                                         $12     
         31        ASSIGN                                                   !0, $12
   12    32        INIT_FCALL                                               'array_unique'
         33        SEND_VAR                                                 !0
         34        DO_ICALL                                         $14     
         35        ASSIGN                                                   !0, $14
   14    36        INIT_FCALL                                               'var_dump'
         37        SEND_VAR                                                 !0
         38        DO_ICALL                                                 
         39      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.56 ms | 1396 KiB | 21 Q