3v4l.org

run code in 300+ PHP versions simultaneously
<?php function theme_webform_display_slider($variables) { $element = 'bla'; $value = 'yadda'; return trim($value) !== '' ? $value : ' '; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LUNj8
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E > > RETURN                                                   1

Function theme_webform_display_slider:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 10
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LUNj8
function name:  theme_webform_display_slider
number of ops:  13
compiled vars:  !0 = $variables, !1 = $element, !2 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    4     1        ASSIGN                                                   !1, 'bla'
    5     2        ASSIGN                                                   !2, 'yadda'
    6     3        INIT_FCALL                                               'trim'
          4        SEND_VAR                                                 !2
          5        DO_ICALL                                         $5      
          6        IS_NOT_IDENTICAL                                         $5, ''
          7      > JMPZ                                                     ~6, ->10
          8    >   QM_ASSIGN                                        ~7      !2
          9      > JMP                                                      ->11
         10    >   QM_ASSIGN                                        ~7      '+'
         11    > > RETURN                                                   ~7
    7    12*     > RETURN                                                   null

End of function theme_webform_display_slider

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.74 ms | 1395 KiB | 15 Q