3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strrev( mb_convert_case( strrev('HeLlo WOrld'), MB_CASE_TITLE ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YQSB5
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'strrev'
    4     1        INIT_FCALL                                               'mb_convert_case'
    5     2        INIT_FCALL                                               'strrev'
          3        SEND_VAL                                                 'HeLlo+WOrld'
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
    6     6        SEND_VAL                                                 2
    4     7        DO_ICALL                                         $1      
    6     8        SEND_VAR                                                 $1
    3     9        DO_ICALL                                         $2      
    6    10        ECHO                                                     $2
    8    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
262.37 ms | 999 KiB | 15 Q