3v4l.org

run code in 300+ PHP versions simultaneously
<?php function matchIndetifier($str) { if (ucfirst($str) == $str) { //Ullllll } else if (strtolower($str) == $str) { //llllll } else if (strtoupper($str) == $str) { //UUUUUU } else if (isnumeric($str)) { //999999 } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aHtVv
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   16     0  E > > RETURN                                                   1

Function matchindetifier:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 7
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 23
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 13
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 23
Branch analysis from position: 23
Branch analysis from position: 13
2 jumps found. (Code = 43) Position 1 = 18, Position 2 = 19
Branch analysis from position: 18
1 jumps found. (Code = 42) Position 1 = 23
Branch analysis from position: 23
Branch analysis from position: 19
2 jumps found. (Code = 43) Position 1 = 23, Position 2 = 23
Branch analysis from position: 23
Branch analysis from position: 23
filename:       /in/aHtVv
function name:  matchIndetifier
number of ops:  24
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    4     1        INIT_FCALL                                               'ucfirst'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $1      
          4        IS_EQUAL                                                 !0, $1
          5      > JMPZ                                                     ~2, ->7
          6    > > JMP                                                      ->23
    7     7    >   INIT_FCALL                                               'strtolower'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $3      
         10        IS_EQUAL                                                 !0, $3
         11      > JMPZ                                                     ~4, ->13
         12    > > JMP                                                      ->23
   10    13    >   INIT_FCALL                                               'strtoupper'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $5      
         16        IS_EQUAL                                                 !0, $5
         17      > JMPZ                                                     ~6, ->19
         18    > > JMP                                                      ->23
   13    19    >   INIT_FCALL_BY_NAME                                       'isnumeric'
         20        SEND_VAR_EX                                              !0
         21        DO_FCALL                                      0  $7      
         22      > JMPZ                                                     $7, ->23
   16    23    > > RETURN                                                   null

End of function matchindetifier

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.32 ms | 1396 KiB | 19 Q