3v4l.org

run code in 300+ PHP versions simultaneously
<?php $nom = "john doe"; echo $nom; $nom = ucwords(strtolower($nom)); echo $nom; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/31DJ9
function name:  (null)
number of ops:  11
compiled vars:  !0 = $nom
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'john+doe'
    3     1        ECHO                                                     !0
    4     2        INIT_FCALL                                               'ucwords'
          3        INIT_FCALL                                               'strtolower'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                         $3      
          8        ASSIGN                                                   !0, $3
    5     9        ECHO                                                     !0
    6    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.82 ms | 1394 KiB | 17 Q