3v4l.org

run code in 300+ PHP versions simultaneously
<?php if($productPrice == '9999' || $productPrice == ''){ $message_err = $this->__('The price will be 9999 in the shopping cart but will be fixed later in the DMS order. Please contact sales for accurate price.'); $this->_goBack($message_err); return; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 2, Position 2 = 4
Branch analysis from position: 2
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 15
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
filename:       /in/iWvSg
function name:  (null)
number of ops:  16
compiled vars:  !0 = $productPrice, !1 = $message_err
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   IS_EQUAL                                         ~2      !0, '9999'
          1      > JMPNZ_EX                                         ~2      ~2, ->4
          2    >   IS_EQUAL                                         ~3      !0, ''
          3        BOOL                                             ~2      ~3
          4    > > JMPZ                                                     ~2, ->15
    3     5    >   FETCH_THIS                                       $4      
          6        INIT_METHOD_CALL                                         $4, '__'
          7        SEND_VAL_EX                                              'The+price+will+be+9999+in+the+shopping+cart+but+will+be+fixed+later+in+the+DMS+order.+Please+contact+sales+for+accurate+price.'
          8        DO_FCALL                                      0  $5      
          9        ASSIGN                                                   !1, $5
    4    10        FETCH_THIS                                       $7      
         11        INIT_METHOD_CALL                                         $7, '_goBack'
         12        SEND_VAR_EX                                              !1
         13        DO_FCALL                                      0          
    5    14      > RETURN                                                   null
    6    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.19 ms | 1394 KiB | 13 Q