3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Enter your code here, enjoy! $array = array("1" => "PHP code tester Sandbox Online", "fouuuuu" => "bar", 5 , 5 => 89009, "case" => "Random Stuff", "PHP Version" => phpversion() ); foreach( $array as $key => $value ){ echo $key."\t=>\t".$value."\n"; } mail("jobamit48@yahoo.co.in","tttt","hbch jjfdj");
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 10, Position 2 = 17
Branch analysis from position: 10
2 jumps found. (Code = 78) Position 1 = 11, Position 2 = 17
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/oukFk
function name:  (null)
number of ops:  24
compiled vars:  !0 = $array, !1 = $value, !2 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_ARRAY                                       ~3      'PHP+code+tester+Sandbox+Online', 1
    6     1        ADD_ARRAY_ELEMENT                                ~3      'bar', 'fouuuuu'
          2        ADD_ARRAY_ELEMENT                                ~3      5
          3        ADD_ARRAY_ELEMENT                                ~3      89009, 5
    7     4        ADD_ARRAY_ELEMENT                                ~3      'Random+Stuff', 'case'
    8     5        INIT_FCALL                                               'phpversion'
          6        DO_ICALL                                         $4      
          7        ADD_ARRAY_ELEMENT                                ~3      $4, 'PHP+Version'
    5     8        ASSIGN                                                   !0, ~3
   11     9      > FE_RESET_R                                       $6      !0, ->17
         10    > > FE_FETCH_R                                       ~7      $6, !1, ->17
         11    >   ASSIGN                                                   !2, ~7
   12    12        CONCAT                                           ~9      !2, '%09%3D%3E%09'
         13        CONCAT                                           ~10     ~9, !1
         14        CONCAT                                           ~11     ~10, '%0A'
         15        ECHO                                                     ~11
   11    16      > JMP                                                      ->10
         17    >   FE_FREE                                                  $6
   16    18        INIT_FCALL                                               'mail'
         19        SEND_VAL                                                 'jobamit48%40yahoo.co.in'
         20        SEND_VAL                                                 'tttt'
         21        SEND_VAL                                                 'hbch+jjfdj'
         22        DO_ICALL                                                 
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.73 ms | 1395 KiB | 17 Q