3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach (get_defined_constants() as $name => $value) { if (strpos($name, 'STREAM_CRYPTO_METHOD_') === 0) { echo $name . ' = ' . $value . PHP_EOL; } }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 16
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 16
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 15
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 15
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/9PSST
function name:  (null)
number of ops:  18
compiled vars:  !0 = $value, !1 = $name
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'get_defined_constants'
          1        DO_ICALL                                         $2      
          2      > FE_RESET_R                                       $3      $2, ->16
          3    > > FE_FETCH_R                                       ~4      $3, !0, ->16
          4    >   ASSIGN                                                   !1, ~4
    4     5        INIT_FCALL                                               'strpos'
          6        SEND_VAR                                                 !1
          7        SEND_VAL                                                 'STREAM_CRYPTO_METHOD_'
          8        DO_ICALL                                         $6      
          9        IS_IDENTICAL                                             $6, 0
         10      > JMPZ                                                     ~7, ->15
    5    11    >   CONCAT                                           ~8      !1, '+%3D+'
         12        CONCAT                                           ~9      ~8, !0
         13        CONCAT                                           ~10     ~9, '%0A'
         14        ECHO                                                     ~10
    3    15    > > JMP                                                      ->3
         16    >   FE_FREE                                                  $3
    7    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.44 ms | 1407 KiB | 17 Q