3v4l.org

run code in 300+ PHP versions simultaneously
<?php $new = imagecreatetruecolor(320, 320); $weiss = ImageColorAllocate ($im, 255, 255, 255); echo $weiss ; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iXoQ5
function name:  (null)
number of ops:  14
compiled vars:  !0 = $new, !1 = $weiss, !2 = $im
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'imagecreatetruecolor'
          1        SEND_VAL_EX                                              320
          2        SEND_VAL_EX                                              320
          3        DO_FCALL                                      0  $3      
          4        ASSIGN                                                   !0, $3
    4     5        INIT_FCALL_BY_NAME                                       'ImageColorAllocate'
          6        SEND_VAR_EX                                              !2
          7        SEND_VAL_EX                                              255
          8        SEND_VAL_EX                                              255
          9        SEND_VAL_EX                                              255
         10        DO_FCALL                                      0  $5      
         11        ASSIGN                                                   !1, $5
    5    12        ECHO                                                     !1
    7    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.46 ms | 1393 KiB | 13 Q