3v4l.org

run code in 300+ PHP versions simultaneously
<?php $setter = 'set' . str_replace(' ', '', ucwords(str_replace('_', ' ', 'min_start_time'))); echo $setter;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4dKRc
function name:  (null)
number of ops:  17
compiled vars:  !0 = $setter
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'str_replace'
          1        SEND_VAL                                                 '+'
          2        SEND_VAL                                                 ''
          3        INIT_FCALL                                               'ucwords'
          4        INIT_FCALL                                               'str_replace'
          5        SEND_VAL                                                 '_'
          6        SEND_VAL                                                 '+'
          7        SEND_VAL                                                 'min_start_time'
          8        DO_ICALL                                         $1      
          9        SEND_VAR                                                 $1
         10        DO_ICALL                                         $2      
         11        SEND_VAR                                                 $2
         12        DO_ICALL                                         $3      
         13        CONCAT                                           ~4      'set', $3
         14        ASSIGN                                                   !0, ~4
    4    15        ECHO                                                     !0
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.07 ms | 1394 KiB | 17 Q