3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = 0; $d = 0.0; $x = 01; var_dump($i); var_dump($d); var_dump($x); var_dump(var_export($i, true)); var_dump(var_export($d, true)); var_dump(var_export($x, true));

Abusive script

This script was stopped while abusing our resources

Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1DrWI
function name:  (null)
number of ops:  34
compiled vars:  !0 = $i, !1 = $d, !2 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
    4     1        ASSIGN                                                   !1, 0
    5     2        ASSIGN                                                   !2, 1
    6     3        INIT_FCALL                                               'var_dump'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                                 
    7     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
    8     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !2
         11        DO_ICALL                                                 
    9    12        INIT_FCALL                                               'var_dump'
         13        INIT_FCALL                                               'var_export'
         14        SEND_VAR                                                 !0
         15        SEND_VAL                                                 <true>
         16        DO_ICALL                                         $9      
         17        SEND_VAR                                                 $9
         18        DO_ICALL                                                 
   10    19        INIT_FCALL                                               'var_dump'
         20        INIT_FCALL                                               'var_export'
         21        SEND_VAR                                                 !1
         22        SEND_VAL                                                 <true>
         23        DO_ICALL                                         $11     
         24        SEND_VAR                                                 $11
         25        DO_ICALL                                                 
   11    26        INIT_FCALL                                               'var_dump'
         27        INIT_FCALL                                               'var_export'
         28        SEND_VAR                                                 !2
         29        SEND_VAL                                                 <true>
         30        DO_ICALL                                         $13     
         31        SEND_VAR                                                 $13
         32        DO_ICALL                                                 
         33      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.22 ms | 1388 KiB | 17 Q