3v4l.org

run code in 300+ PHP versions simultaneously
<?php $image = imagecreatetruecolor(180,40); // Écrit le texte et applique un floue gaussien sur l'image imagestring($image, 5, 10, 8, 'Texte floue goussien', 0x00ff00); $gaussian = array(array(1.0, 2.0, 1.0), array(2.0, 4.0, 2.0), array(1.0, 2.0, 1.0)); imageconvolution($image, $gaussian, 16, 0); header('Content-Type: image/png'); imagepng($image, null, 9);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1XeSe
function name:  (null)
number of ops:  29
compiled vars:  !0 = $image, !1 = $gaussian
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'imagecreatetruecolor'
          1        SEND_VAL_EX                                              180
          2        SEND_VAL_EX                                              40
          3        DO_FCALL                                      0  $2      
          4        ASSIGN                                                   !0, $2
    6     5        INIT_FCALL_BY_NAME                                       'imagestring'
          6        SEND_VAR_EX                                              !0
          7        SEND_VAL_EX                                              5
          8        SEND_VAL_EX                                              10
          9        SEND_VAL_EX                                              8
         10        SEND_VAL_EX                                              'Texte+floue+goussien'
         11        SEND_VAL_EX                                              65280
         12        DO_FCALL                                      0          
    7    13        ASSIGN                                                   !1, <array>
    8    14        INIT_FCALL_BY_NAME                                       'imageconvolution'
         15        SEND_VAR_EX                                              !0
         16        SEND_VAR_EX                                              !1
         17        SEND_VAL_EX                                              16
         18        SEND_VAL_EX                                              0
         19        DO_FCALL                                      0          
   11    20        INIT_FCALL                                               'header'
         21        SEND_VAL                                                 'Content-Type%3A+image%2Fpng'
         22        DO_ICALL                                                 
   12    23        INIT_FCALL_BY_NAME                                       'imagepng'
         24        SEND_VAR_EX                                              !0
         25        SEND_VAL_EX                                              null
         26        SEND_VAL_EX                                              9
         27        DO_FCALL                                      0          
         28      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.35 ms | 1395 KiB | 15 Q