3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strtr('Important: you are NOT allowed to use a built-in function that converts the string (or just one character) to lowercase (such as ToLower() in .NET, strtolower() in PHP , ...)! You\'re allowed to use all other built-in functions, however.', array_combine(range('A', 'Z'), range('a', 'z'))); echo 'a' + 2;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iYRWR
function name:  (null)
number of ops:  20
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'strtr'
          1        SEND_VAL                                                 'Important%3A+you+are+NOT+allowed+to+use+a+built-in+function+that+converts+the+string+%28or+just+one+character%29+to+lowercase+%28such+as+ToLower%28%29+in+.NET%2C+strtolower%28%29+in+PHP+%2C+...%29%21+You%27re+allowed+to+use+all+other+built-in+functions%2C+however.'
          2        INIT_FCALL                                               'array_combine'
          3        INIT_FCALL                                               'range'
          4        SEND_VAL                                                 'A'
          5        SEND_VAL                                                 'Z'
          6        DO_ICALL                                         $0      
          7        SEND_VAR                                                 $0
          8        INIT_FCALL                                               'range'
          9        SEND_VAL                                                 'a'
         10        SEND_VAL                                                 'z'
         11        DO_ICALL                                         $1      
         12        SEND_VAR                                                 $1
         13        DO_ICALL                                         $2      
         14        SEND_VAR                                                 $2
         15        DO_ICALL                                         $3      
         16        ECHO                                                     $3
    4    17        ADD                                              ~4      'a', 2
         18        ECHO                                                     ~4
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.39 ms | 1395 KiB | 19 Q