3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('zend.multibyte', '1'); ini_set('mbstring.internal_encoding', 'big5'); $recipient = 'bugreports@internot.info'; $headers = ':'; $subject = ':Hello World!'; $message = 'https://internot.info/'; mb_send_mail($recipient, $subject, $message, $headers);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uieta
function name:  (null)
number of ops:  19
compiled vars:  !0 = $recipient, !1 = $headers, !2 = $subject, !3 = $message
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'zend.multibyte'
          2        SEND_VAL                                                 '1'
          3        DO_ICALL                                                 
    4     4        INIT_FCALL                                               'ini_set'
          5        SEND_VAL                                                 'mbstring.internal_encoding'
          6        SEND_VAL                                                 'big5'
          7        DO_ICALL                                                 
    5     8        ASSIGN                                                   !0, 'bugreports%40internot.info'
    6     9        ASSIGN                                                   !1, '%3A'
    7    10        ASSIGN                                                   !2, '%3AHello+World%21'
    8    11        ASSIGN                                                   !3, 'https%3A%2F%2Finternot.info%2F'
    9    12        INIT_FCALL                                               'mb_send_mail'
         13        SEND_VAR                                                 !0
         14        SEND_VAR                                                 !2
         15        SEND_VAR                                                 !3
         16        SEND_VAR                                                 !1
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.65 ms | 1395 KiB | 17 Q