3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('zend.multibyte', '1'); ini_set('mbstring.internal_encoding', 'big5'); echo '\'hello';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/i9jfq
function name:  (null)
number of ops:  10
compiled vars:  none
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        ECHO                                                     '%27hello'
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.28 ms | 1394 KiB | 15 Q