3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_DEPRECATED); foreach (get_defined_functions()['internal'] as $func) { $ref = new \ReflectionFunction($func); if ($ref->isDeprecated()) { echo $func; } }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 7, Position 2 = 17
Branch analysis from position: 7
2 jumps found. (Code = 78) Position 1 = 8, Position 2 = 17
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 15, Position 2 = 16
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 16
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/DPGgs
function name:  (null)
number of ops:  19
compiled vars:  !0 = $func, !1 = $ref
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 8192
          2        DO_ICALL                                                 
    5     3        INIT_FCALL                                               'get_defined_functions'
          4        DO_ICALL                                         $3      
          5        FETCH_DIM_R                                      ~4      $3, 'internal'
          6      > FE_RESET_R                                       $5      ~4, ->17
          7    > > FE_FETCH_R                                               $5, !0, ->17
    6     8    >   NEW                                              $6      'ReflectionFunction'
          9        SEND_VAR_EX                                              !0
         10        DO_FCALL                                      0          
         11        ASSIGN                                                   !1, $6
    8    12        INIT_METHOD_CALL                                         !1, 'isDeprecated'
         13        DO_FCALL                                      0  $9      
         14      > JMPZ                                                     $9, ->16
    9    15    >   ECHO                                                     !0
    5    16    > > JMP                                                      ->7
         17    >   FE_FREE                                                  $5
   11    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
186.75 ms | 1395 KiB | 17 Q