3v4l.org

run code in 500+ PHP versions simultaneously
<?php $default = ignore_user_abort(true); ignore_user_abort(false); var_dump($default, ignore_user_abort(), ini_get('ignore_user_abort'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GSNkc
function name:  (null)
number of ops:  18
compiled vars:  !0 = $default
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'ignore_user_abort'
          1        SEND_VAL                                                     <true>
          2        DO_ICALL                                             $1      
          3        ASSIGN                                                       !0, $1
    4     4        INIT_FCALL                                                   'ignore_user_abort'
          5        SEND_VAL                                                     <false>
          6        DO_ICALL                                                     
    6     7        INIT_FCALL                                                   'var_dump'
          8        SEND_VAR                                                     !0
          9        INIT_FCALL                                                   'ignore_user_abort'
         10        DO_ICALL                                             $4      
         11        SEND_VAR                                                     $4
         12        INIT_FCALL                                                   'ini_get'
         13        SEND_VAL                                                     'ignore_user_abort'
         14        DO_ICALL                                             $5      
         15        SEND_VAR                                                     $5
         16        DO_ICALL                                                     
         17      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
220.85 ms | 2695 KiB | 16 Q