3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); //of the INI constants (On, Off, True, False, Yes, No and None) foreach([["Shit"=>"On"],["Shit"=>"Off"],["Shit"=>"True"],["Shit"=>"False"],["Shit"=>"Yes"],["Shit"=>"No"],["Shit"=>"None"]] as $key=>$val) { var_dump($key,$val,ini_set($key,$val),ini_get($key)); }

Abusive script

This script was stopped while abusing our resources

Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 4, Position 2 = 20
Branch analysis from position: 4
2 jumps found. (Code = 78) Position 1 = 5, Position 2 = 20
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
filename:       /in/4682F
function name:  (null)
number of ops:  22
compiled vars:  !0 = $val, !1 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
    4     3      > FE_RESET_R                                       $3      <array>, ->20
          4    > > FE_FETCH_R                                       ~4      $3, !0, ->20
          5    >   ASSIGN                                                   !1, ~4
    6     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !1
          8        SEND_VAR                                                 !0
          9        INIT_FCALL                                               'ini_set'
         10        SEND_VAR                                                 !1
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $6      
         13        SEND_VAR                                                 $6
         14        INIT_FCALL                                               'ini_get'
         15        SEND_VAR                                                 !1
         16        DO_ICALL                                         $7      
         17        SEND_VAR                                                 $7
         18        DO_ICALL                                                 
    4    19      > JMP                                                      ->4
         20    >   FE_FREE                                                  $3
    7    21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.08 ms | 1386 KiB | 21 Q