3v4l.org

run code in 300+ PHP versions simultaneously
<?php $additional_fixed_charge = urlencodechar("0"); $additional_fixed_charge_currency = urlencodechar("brl"); $additional_var_description_1 = urlencodechar("xxx"); $additional_var_required_1 = urlencodechar("0"); $additional_var_value_1 = urlencodechar("1"); $additional_var_visible_1 = urlencodechar("1"); $border_color = urlencodechar("CDD17A"); $button_color = urlencodechar("CDD17A"); $buyer_city = urlencodechar("São Paulo"); $buyer_complement = urlencodechar("Casa"); $buyer_country = urlencodechar("bra"); $buyer_document_type = urlencodechar("cpf"); $buyer_document_number = urlencodechar("123.456.789-10"); $buyer_email = urlencodechar("ivotferreira@yahoo.com.br"); $buyer_lastname = urlencodechar("Torres Ferrira"); $buyer_message = urlencodechar("1"); $buyer_name = urlencodechar("Ivo"); $buyer_number = urlencodechar("123"); $buyer_phone = urlencodechar("1192923434"); $buyer_phone_extension = urlencodechar("011"); $buyer_sex = urlencodechar("M"); $buyer_state = urlencodechar("São Paulo"); $buyer_street = urlencodechar("Rua Teste"); $buyer_zip_code = urlencodechar("09896-210"); $change_quantity = urlencodechar("0"); $country_id = urlencodechar("2"); $currency = urlencodechar("brl"); $display_additional_charge = urlencodechar("1"); $display_shipping = urlencodechar("1"); $error_url = urlencodechar("http://www.yahoo.com.br"); $expanded_sale_detail = urlencodechar("1"); $expanded_step_AD = urlencodechar("0"); $expanded_step_PM = urlencodechar("1"); $expanded_step_SC = urlencodechar("0"); $font_color = urlencodechar("005926"); $header_image = urlencodechar("http://www.dinheiromaileventos.com.br/images/ervadocenewfull.jpg"); $header_width = urlencodechar("2"); $hover_step_color = urlencodechar("CDD17A"); $item_ammount_1 = urlencodechar("100.00"); $item_code_1 = urlencodechar("002"); $item_currency_1 = urlencodechar("brl"); $item_name_1 = urlencodechar("Caixa de Chá Verde 50 gramas"); $item_quantity_1 = urlencodechar("1"); $item_weight_1 = urlencodechar("0400"); $language = urlencodechar("es"); $links_color = urlencodechar("005926"); //User in the Safe Mode $merchant = urlencodechar("287C3F17-6BC6-4321-8B9F-BD5240B1FE0C"); $ok_url = urlencodechar("http://www.uol.com.br"); $payment_method_1 = urlencodechar(""); $payment_method_available = urlencodechar("all"); $pending_url = urlencodechar("http://www.terra.com.br"); $seller_name = urlencodechar("Erva Doce Produtos Naturais"); $shipping_cost_1_1 = urlencodechar("5000"); $shipping_currency_1 = urlencodechar("ars"); $shipping_type_1 = urlencodechar("0"); $step_color = urlencodechar("CDD17A"); $tool = urlencodechar("button"); $transaction_id = urlencodechar("LS001"); $weight_1 = urlencodechar("kg"); function urlencodechar($str){ $newstrencode=""; $countstr=strlen($str); for($i=0;$i<$countstr;$i++){ $newstr = substr($str, $i,1); if($newstr==" "){ $strencode="%20"; } else{ $strencode=urlencode($newstr); } if(substr_count($strencode, "%")==0){ $newstrencode .=$strencode; } else{ $newstrencodeaux=strtolower($strencode); $newstrencode .=$newstrencodeaux; } } return $newstrencode; } $concatenar = "additional_fixed_charge=".$additional_fixed_charge; $concatenar .= "&additional_fixed_charge_currency=".$additional_fixed_charge_currency; $concatenar .= "&additional_var_description_1=".$additional_var_description_1; $concatenar .= "&additional_var_required_1=".$additional_var_required_1; $concatenar .= "&additional_var_value_1=".$additional_var_value_1; $concatenar .= "&additional_var_visible_1=".$additional_var_visible_1; $concatenar .= "&border_color=".$border_color; $concatenar .= "&button_color=".$button_color; $concatenar .= "&buyer_city=".$buyer_city; $concatenar .= "&buyer_complement=".$buyer_complement; $concatenar .= "&buyer_country=".$buyer_country; $concatenar .= "&buyer_document_number=".$buyer_document_number; $concatenar .= "&buyer_document_type=".$buyer_document_type; $concatenar .= "&buyer_email=".$buyer_email; $concatenar .= "&buyer_lastname=".$buyer_lastname; $concatenar .= "&buyer_message=".$buyer_message; //$concatenar .= "&buyer_nacionality=".$buyer_nacionality; $concatenar .= "&buyer_name=".$buyer_name; $concatenar .= "&buyer_number=".$buyer_number; $concatenar .= "&buyer_phone=".$buyer_phone; $concatenar .= "&buyer_phone_extension=".$buyer_phone_extension; $concatenar .= "&buyer_sex=".$buyer_sex; $concatenar .= "&buyer_state=".$buyer_state; $concatenar .= "&buyer_street=".$buyer_street; $concatenar .= "&buyer_zip_code=".$buyer_zip_code; $concatenar .= "&change_quantity=".$change_quantity; $concatenar .= "&country_id=".$country_id; $concatenar .= "&currency=".$currency; $concatenar .= "&display_additional_charge=".$display_additional_charge; $concatenar .= "&display_shipping=".$display_shipping; $concatenar .= "&error_url=".$error_url; $concatenar .= "&expanded_sale_detail=".$expanded_sale_detail; $concatenar .= "&expanded_step_AD=".$expanded_step_AD; $concatenar .= "&expanded_step_PM=".$expanded_step_PM; $concatenar .= "&expanded_step_SC=".$expanded_step_SC; $concatenar .= "&font_color=".$font_color; $concatenar .= "&header_image=".$header_image; $concatenar .= "&header_width=".$header_width; $concatenar .= "&hover_step_color=".$hover_step_color; $concatenar .= "&item_ammount_1=".$item_ammount_1; $concatenar .= "&item_code_1=".$item_code_1; $concatenar .= "&item_currency_1=".$item_currency_1; $concatenar .= "&item_name_1=".$item_name_1; $concatenar .= "&item_quantity_1=".$item_quantity_1; $concatenar .= "&item_weight_1=".$item_weight_1; $concatenar .= "&language=".$language; $concatenar .= "&links_color=".$links_color; $concatenar .= "&merchant=".$merchant; $concatenar .= "&ok_url=".$ok_url; $concatenar .= "&payment_method_1=".$payment_method_1; $concatenar .= "&payment_method_available=".$payment_method_available; $concatenar .= "&pending_url=".$pending_url; $concatenar .= "&seller_name=".$seller_name; $concatenar .= "&shipping_cost_1_1=".$shipping_cost_1_1; $concatenar .= "&shipping_currency_1=".$shipping_currency_1; $concatenar .= "&shipping_type_1=".$shipping_type_1; $concatenar .= "&step_color=".$step_color; $concatenar .= "&tool=".$tool; $concatenar .= "&Transaction_id=".$transaction_id; $concatenar .= "&weight_1=".$weight_1; $hash = md5($concatenar."198380EF-A4BF-4B9E-8EBD-A650654252B7"); echo "https://checkout.dineromail.com/CheckOut?".$concatenar."&hash=".$hash; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0cQhl
function name:  (null)
number of ops:  364
compiled vars:  !0 = $additional_fixed_charge, !1 = $additional_fixed_charge_currency, !2 = $additional_var_description_1, !3 = $additional_var_required_1, !4 = $additional_var_value_1, !5 = $additional_var_visible_1, !6 = $border_color, !7 = $button_color, !8 = $buyer_city, !9 = $buyer_complement, !10 = $buyer_country, !11 = $buyer_document_type, !12 = $buyer_document_number, !13 = $buyer_email, !14 = $buyer_lastname, !15 = $buyer_message, !16 = $buyer_name, !17 = $buyer_number, !18 = $buyer_phone, !19 = $buyer_phone_extension, !20 = $buyer_sex, !21 = $buyer_state, !22 = $buyer_street, !23 = $buyer_zip_code, !24 = $change_quantity, !25 = $country_id, !26 = $currency, !27 = $display_additional_charge, !28 = $display_shipping, !29 = $error_url, !30 = $expanded_sale_detail, !31 = $expanded_step_AD, !32 = $expanded_step_PM, !33 = $expanded_step_SC, !34 = $font_color, !35 = $header_image, !36 = $header_width, !37 = $hover_step_color, !38 = $item_ammount_1, !39 = $item_code_1, !40 = $item_currency_1, !41 = $item_name_1, !42 = $item_quantity_1, !43 = $item_weight_1, !44 = $language, !45 = $links_color, !46 = $merchant, !47 = $ok_url, !48 = $payment_method_1, !49 = $payment_method_available, !50 = $pending_url, !51 = $seller_name, !52 = $shipping_cost_1_1, !53 = $shipping_currency_1, !54 = $shipping_type_1, !55 = $step_color, !56 = $tool, !57 = $transaction_id, !58 = $weight_1, !59 = $concatenar, !60 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'urlencodechar'
          1        SEND_VAL_EX                                              '0'
          2        DO_FCALL                                      0  $61     
          3        ASSIGN                                                   !0, $61
    4     4        INIT_FCALL_BY_NAME                                       'urlencodechar'
          5        SEND_VAL_EX                                              'brl'
          6        DO_FCALL                                      0  $63     
          7        ASSIGN                                                   !1, $63
    5     8        INIT_FCALL_BY_NAME                                       'urlencodechar'
          9        SEND_VAL_EX                                              'xxx'
         10        DO_FCALL                                      0  $65     
         11        ASSIGN                                                   !2, $65
    6    12        INIT_FCALL_BY_NAME                                       'urlencodechar'
         13        SEND_VAL_EX                                              '0'
         14        DO_FCALL                                      0  $67     
         15        ASSIGN                                                   !3, $67
    7    16        INIT_FCALL_BY_NAME                                       'urlencodechar'
         17        SEND_VAL_EX                                              '1'
         18        DO_FCALL                                      0  $69     
         19        ASSIGN                                                   !4, $69
    8    20        INIT_FCALL_BY_NAME                                       'urlencodechar'
         21        SEND_VAL_EX                                              '1'
         22        DO_FCALL                                      0  $71     
         23        ASSIGN                                                   !5, $71
   10    24        INIT_FCALL_BY_NAME                                       'urlencodechar'
         25        SEND_VAL_EX                                              'CDD17A'
         26        DO_FCALL                                      0  $73     
         27        ASSIGN                                                   !6, $73
   11    28        INIT_FCALL_BY_NAME                                       'urlencodechar'
         29        SEND_VAL_EX                                              'CDD17A'
         30        DO_FCALL                                      0  $75     
         31        ASSIGN                                                   !7, $75
   12    32        INIT_FCALL_BY_NAME                                       'urlencodechar'
         33        SEND_VAL_EX                                              'S%C3%A3o+Paulo'
         34        DO_FCALL                                      0  $77     
         35        ASSIGN                                                   !8, $77
   13    36        INIT_FCALL_BY_NAME                                       'urlencodechar'
         37        SEND_VAL_EX                                              'Casa'
         38        DO_FCALL                                      0  $79     
         39        ASSIGN                                                   !9, $79
   14    40        INIT_FCALL_BY_NAME                                       'urlencodechar'
         41        SEND_VAL_EX                                              'bra'
         42        DO_FCALL                                      0  $81     
         43        ASSIGN                                                   !10, $81
   15    44        INIT_FCALL_BY_NAME                                       'urlencodechar'
         45        SEND_VAL_EX                                              'cpf'
         46        DO_FCALL                                      0  $83     
         47        ASSIGN                                                   !11, $83
   16    48        INIT_FCALL_BY_NAME                                       'urlencodechar'
         49        SEND_VAL_EX                                              '123.456.789-10'
         50        DO_FCALL                                      0  $85     
         51        ASSIGN                                                   !12, $85
   17    52        INIT_FCALL_BY_NAME                                       'urlencodechar'
         53        SEND_VAL_EX                                              'ivotferreira%40yahoo.com.br'
         54        DO_FCALL                                      0  $87     
         55        ASSIGN                                                   !13, $87
   18    56        INIT_FCALL_BY_NAME                                       'urlencodechar'
         57        SEND_VAL_EX                                              'Torres+Ferrira'
         58        DO_FCALL                                      0  $89     
         59        ASSIGN                                                   !14, $89
   19    60        INIT_FCALL_BY_NAME                                       'urlencodechar'
         61        SEND_VAL_EX                                              '1'
         62        DO_FCALL                                      0  $91     
         63        ASSIGN                                                   !15, $91
   21    64        INIT_FCALL_BY_NAME                                       'urlencodechar'
         65        SEND_VAL_EX                                              'Ivo'
         66        DO_FCALL                                      0  $93     
         67        ASSIGN                                                   !16, $93
   22    68        INIT_FCALL_BY_NAME                                       'urlencodechar'
         69        SEND_VAL_EX                                              '123'
         70        DO_FCALL                                      0  $95     
         71        ASSIGN                                                   !17, $95
   23    72        INIT_FCALL_BY_NAME                                       'urlencodechar'
         73        SEND_VAL_EX                                              '1192923434'
         74        DO_FCALL                                      0  $97     
         75        ASSIGN                                                   !18, $97
   24    76        INIT_FCALL_BY_NAME                                       'urlencodechar'
         77        SEND_VAL_EX                                              '011'
         78        DO_FCALL                                      0  $99     
         79        ASSIGN                                                   !19, $99
   25    80        INIT_FCALL_BY_NAME                                       'urlencodechar'
         81        SEND_VAL_EX                                              'M'
         82        DO_FCALL                                      0  $101    
         83        ASSIGN                                                   !20, $101
   26    84        INIT_FCALL_BY_NAME                                       'urlencodechar'
         85        SEND_VAL_EX                                              'S%C3%A3o+Paulo'
         86        DO_FCALL                                      0  $103    
         87        ASSIGN                                                   !21, $103
   27    88        INIT_FCALL_BY_NAME                                       'urlencodechar'
         89        SEND_VAL_EX                                              'Rua+Teste'
         90        DO_FCALL                                      0  $105    
         91        ASSIGN                                                   !22, $105
   28    92        INIT_FCALL_BY_NAME                                       'urlencodechar'
         93        SEND_VAL_EX                                              '09896-210'
         94        DO_FCALL                                      0  $107    
         95        ASSIGN                                                   !23, $107
   30    96        INIT_FCALL_BY_NAME                                       'urlencodechar'
         97        SEND_VAL_EX                                              '0'
         98        DO_FCALL                                      0  $109    
         99        ASSIGN                                                   !24, $109
   31   100        INIT_FCALL_BY_NAME                                       'urlencodechar'
        101        SEND_VAL_EX                                              '2'
        102        DO_FCALL                                      0  $111    
        103        ASSIGN                                                   !25, $111
   32   104        INIT_FCALL_BY_NAME                                       'urlencodechar'
        105        SEND_VAL_EX                                              'brl'
        106        DO_FCALL                                      0  $113    
        107        ASSIGN                                                   !26, $113
   34   108        INIT_FCALL_BY_NAME                                       'urlencodechar'
        109        SEND_VAL_EX                                              '1'
        110        DO_FCALL                                      0  $115    
        111        ASSIGN                                                   !27, $115
   35   112        INIT_FCALL_BY_NAME                                       'urlencodechar'
        113        SEND_VAL_EX                                              '1'
        114        DO_FCALL                                      0  $117    
        115        ASSIGN                                                   !28, $117
   37   116        INIT_FCALL_BY_NAME                                       'urlencodechar'
        117        SEND_VAL_EX                                              'http%3A%2F%2Fwww.yahoo.com.br'
        118        DO_FCALL                                      0  $119    
        119        ASSIGN                                                   !29, $119
   38   120        INIT_FCALL_BY_NAME                                       'urlencodechar'
        121        SEND_VAL_EX                                              '1'
        122        DO_FCALL                                      0  $121    
        123        ASSIGN                                                   !30, $121
   39   124        INIT_FCALL_BY_NAME                                       'urlencodechar'
        125        SEND_VAL_EX                                              '0'
        126        DO_FCALL                                      0  $123    
        127        ASSIGN                                                   !31, $123
   40   128        INIT_FCALL_BY_NAME                                       'urlencodechar'
        129        SEND_VAL_EX                                              '1'
        130        DO_FCALL                                      0  $125    
        131        ASSIGN                                                   !32, $125
   41   132        INIT_FCALL_BY_NAME                                       'urlencodechar'
        133        SEND_VAL_EX                                              '0'
        134        DO_FCALL                                      0  $127    
        135        ASSIGN                                                   !33, $127
   43   136        INIT_FCALL_BY_NAME                                       'urlencodechar'
        137        SEND_VAL_EX                                              '005926'
        138        DO_FCALL                                      0  $129    
        139        ASSIGN                                                   !34, $129
   45   140        INIT_FCALL_BY_NAME                                       'urlencodechar'
        141        SEND_VAL_EX                                              'http%3A%2F%2Fwww.dinheiromaileventos.com.br%2Fimages%2Fervadocenewfull.jpg'
        142        DO_FCALL                                      0  $131    
        143        ASSIGN                                                   !35, $131
   46   144        INIT_FCALL_BY_NAME                                       'urlencodechar'
        145        SEND_VAL_EX                                              '2'
        146        DO_FCALL                                      0  $133    
        147        ASSIGN                                                   !36, $133
   47   148        INIT_FCALL_BY_NAME                                       'urlencodechar'
        149        SEND_VAL_EX                                              'CDD17A'
        150        DO_FCALL                                      0  $135    
        151        ASSIGN                                                   !37, $135
   49   152        INIT_FCALL_BY_NAME                                       'urlencodechar'
        153        SEND_VAL_EX                                              '100.00'
        154        DO_FCALL                                      0  $137    
        155        ASSIGN                                                   !38, $137
   50   156        INIT_FCALL_BY_NAME                                       'urlencodechar'
        157        SEND_VAL_EX                                              '002'
        158        DO_FCALL                                      0  $139    
        159        ASSIGN                                                   !39, $139
   51   160        INIT_FCALL_BY_NAME                                       'urlencodechar'
        161        SEND_VAL_EX                                              'brl'
        162        DO_FCALL                                      0  $141    
        163        ASSIGN                                                   !40, $141
   52   164        INIT_FCALL_BY_NAME                                       'urlencodechar'
        165        SEND_VAL_EX                                              'Caixa+de+Ch%C3%A1+Verde+50+gramas'
        166        DO_FCALL                                      0  $143    
        167        ASSIGN                                                   !41, $143
   53   168        INIT_FCALL_BY_NAME                                       'urlencodechar'
        169        SEND_VAL_EX                                              '1'
        170        DO_FCALL                                      0  $145    
        171        ASSIGN                                                   !42, $145
   54   172        INIT_FCALL_BY_NAME                                       'urlencodechar'
        173        SEND_VAL_EX                                              '0400'
        174        DO_FCALL                                      0  $147    
        175        ASSIGN                                                   !43, $147
   56   176        INIT_FCALL_BY_NAME                                       'urlencodechar'
        177        SEND_VAL_EX                                              'es'
        178        DO_FCALL                                      0  $149    
        179        ASSIGN                                                   !44, $149
   57   180        INIT_FCALL_BY_NAME                                       'urlencodechar'
        181        SEND_VAL_EX                                              '005926'
        182        DO_FCALL                                      0  $151    
        183        ASSIGN                                                   !45, $151
   59   184        INIT_FCALL_BY_NAME                                       'urlencodechar'
        185        SEND_VAL_EX                                              '287C3F17-6BC6-4321-8B9F-BD5240B1FE0C'
        186        DO_FCALL                                      0  $153    
        187        ASSIGN                                                   !46, $153
   61   188        INIT_FCALL_BY_NAME                                       'urlencodechar'
        189        SEND_VAL_EX                                              'http%3A%2F%2Fwww.uol.com.br'
        190        DO_FCALL                                      0  $155    
        191        ASSIGN                                                   !47, $155
   63   192        INIT_FCALL_BY_NAME                                       'urlencodechar'
        193        SEND_VAL_EX                                              ''
        194        DO_FCALL                                      0  $157    
        195        ASSIGN                                                   !48, $157
   64   196        INIT_FCALL_BY_NAME                                       'urlencodechar'
        197        SEND_VAL_EX                                              'all'
        198        DO_FCALL                                      0  $159    
        199        ASSIGN                                                   !49, $159
   65   200        INIT_FCALL_BY_NAME                                       'urlencodechar'
        201        SEND_VAL_EX                                              'http%3A%2F%2Fwww.terra.com.br'
        202        DO_FCALL                                      0  $161    
        203        ASSIGN                                                   !50, $161
   67   204        INIT_FCALL_BY_NAME                                       'urlencodechar'
        205        SEND_VAL_EX                                              'Erva+Doce+Produtos+Naturais'
        206        DO_FCALL                                      0  $163    
        207        ASSIGN                                                   !51, $163
   68   208        INIT_FCALL_BY_NAME                                       'urlencodechar'
        209        SEND_VAL_EX                                              '5000'
        210        DO_FCALL                                      0  $165    
        211        ASSIGN                                                   !52, $165
   69   212        INIT_FCALL_BY_NAME                                       'urlencodechar'
        213        SEND_VAL_EX                                              'ars'
        214        DO_FCALL                                      0  $167    
        215        ASSIGN                                                   !53, $167
   70   216        INIT_FCALL_BY_NAME                                       'urlencodechar'
        217        SEND_VAL_EX                                              '0'
        218        DO_FCALL                                      0  $169    
        219        ASSIGN                                                   !54, $169
   71   220        INIT_FCALL_BY_NAME                                       'urlencodechar'
        221        SEND_VAL_EX                                              'CDD17A'
        222        DO_FCALL                                      0  $171    
        223        ASSIGN                                                   !55, $171
   73   224        INIT_FCALL_BY_NAME                                       'urlencodechar'
        225        SEND_VAL_EX                                              'button'
        226        DO_FCALL                                      0  $173    
        227        ASSIGN                                                   !56, $173
   74   228        INIT_FCALL_BY_NAME                                       'urlencodechar'
        229        SEND_VAL_EX                                              'LS001'
        230        DO_FCALL                                      0  $175    
        231        ASSIGN                                                   !57, $175
   76   232        INIT_FCALL_BY_NAME                                       'urlencodechar'
        233        SEND_VAL_EX                                              'kg'
        234        DO_FCALL                                      0  $177    
        235        ASSIGN                                                   !58, $177
  103   236        CONCAT                                           ~179    'additional_fixed_charge%3D', !0
        237        ASSIGN                                                   !59, ~179
  104   238        CONCAT                                           ~181    '%26additional_fixed_charge_currency%3D', !1
        239        ASSIGN_OP                                     8          !59, ~181
  105   240        CONCAT                                           ~183    '%26additional_var_description_1%3D', !2
        241        ASSIGN_OP                                     8          !59, ~183
  106   242        CONCAT                                           ~185    '%26additional_var_required_1%3D', !3
        243        ASSIGN_OP                                     8          !59, ~185
  107   244        CONCAT                                           ~187    '%26additional_var_value_1%3D', !4
        245        ASSIGN_OP                                     8          !59, ~187
  108   246        CONCAT                                           ~189    '%26additional_var_visible_1%3D', !5
        247        ASSIGN_OP                                     8          !59, ~189
  110   248        CONCAT                                           ~191    '%26border_color%3D', !6
        249        ASSIGN_OP                                     8          !59, ~191
  111   250        CONCAT                                           ~193    '%26button_color%3D', !7
        251        ASSIGN_OP                                     8          !59, ~193
  112   252        CONCAT                                           ~195    '%26buyer_city%3D', !8
        253        ASSIGN_OP                                     8          !59, ~195
  113   254        CONCAT                                           ~197    '%26buyer_complement%3D', !9
        255        ASSIGN_OP                                     8          !59, ~197
  114   256        CONCAT                                           ~199    '%26buyer_country%3D', !10
        257        ASSIGN_OP                                     8          !59, ~199
  115   258        CONCAT                                           ~201    '%26buyer_document_number%3D', !12
        259        ASSIGN_OP                                     8          !59, ~201
  116   260        CONCAT                                           ~203    '%26buyer_document_type%3D', !11
        261        ASSIGN_OP                                     8          !59, ~203
  117   262        CONCAT                                           ~205    '%26buyer_email%3D', !13
        263        ASSIGN_OP                                     8          !59, ~205
  118   264        CONCAT                                           ~207    '%26buyer_lastname%3D', !14
        265        ASSIGN_OP                                     8          !59, ~207
  119   266        CONCAT                                           ~209    '%26buyer_message%3D', !15
        267        ASSIGN_OP                                     8          !59, ~209
  121   268        CONCAT                                           ~211    '%26buyer_name%3D', !16
        269        ASSIGN_OP                                     8          !59, ~211
  122   270        CONCAT                                           ~213    '%26buyer_number%3D', !17
        271        ASSIGN_OP                                     8          !59, ~213
  123   272        CONCAT                                           ~215    '%26buyer_phone%3D', !18
        273        ASSIGN_OP                                     8          !59, ~215
  124   274        CONCAT                                           ~217    '%26buyer_phone_extension%3D', !19
        275        ASSIGN_OP                                     8          !59, ~217
  125   276        CONCAT                                           ~219    '%26buyer_sex%3D', !20
        277        ASSIGN_OP                                     8          !59, ~219
  126   278        CONCAT                                           ~221    '%26buyer_state%3D', !21
        279        ASSIGN_OP                                     8          !59, ~221
  127   280        CONCAT                                           ~223    '%26buyer_street%3D', !22
        281        ASSIGN_OP                                     8          !59, ~223
  128   282        CONCAT                                           ~225    '%26buyer_zip_code%3D', !23
        283        ASSIGN_OP                                     8          !59, ~225
  130   284        CONCAT                                           ~227    '%26change_quantity%3D', !24
        285        ASSIGN_OP                                     8          !59, ~227
  131   286        CONCAT                                           ~229    '%26country_id%3D', !25
        287        ASSIGN_OP                                     8          !59, ~229
  132   288        CONCAT                                           ~231    '%26currency%3D', !26
        289        ASSIGN_OP                                     8          !59, ~231
  134   290        CONCAT                                           ~233    '%26display_additional_charge%3D', !27
        291        ASSIGN_OP                                     8          !59, ~233
  135   292        CONCAT                                           ~235    '%26display_shipping%3D', !28
        293        ASSIGN_OP                                     8          !59, ~235
  137   294        CONCAT                                           ~237    '%26error_url%3D', !29
        295        ASSIGN_OP                                     8          !59, ~237
  138   296        CONCAT                                           ~239    '%26expanded_sale_detail%3D', !30
        297        ASSIGN_OP                                     8          !59, ~239
  139   298        CONCAT                                           ~241    '%26expanded_step_AD%3D', !31
        299        ASSIGN_OP                                     8          !59, ~241
  140   300        CONCAT                                           ~243    '%26expanded_step_PM%3D', !32
        301        ASSIGN_OP                                     8          !59, ~243
  141   302        CONCAT                                           ~245    '%26expanded_step_SC%3D', !33
        303        ASSIGN_OP                                     8          !59, ~245
  143   304        CONCAT                                           ~247    '%26font_color%3D', !34
        305        ASSIGN_OP                                     8          !59, ~247
  145   306        CONCAT                                           ~249    '%26header_image%3D', !35
        307        ASSIGN_OP                                     8          !59, ~249
  146   308        CONCAT                                           ~251    '%26header_width%3D', !36
        309        ASSIGN_OP                                     8          !59, ~251
  147   310        CONCAT                                           ~253    '%26hover_step_color%3D', !37
        311        ASSIGN_OP                                     8          !59, ~253
  149   312        CONCAT                                           ~255    '%26item_ammount_1%3D', !38
        313        ASSIGN_OP                                     8          !59, ~255
  150   314        CONCAT                                           ~257    '%26item_code_1%3D', !39
        315        ASSIGN_OP                                     8          !59, ~257
  151   316        CONCAT                                           ~259    '%26item_currency_1%3D', !40
        317        ASSIGN_OP                                     8          !59, ~259
  152   318        CONCAT                                           ~261    '%26item_name_1%3D', !41
        319        ASSIGN_OP                                     8          !59, ~261
  153   320        CONCAT                                           ~263    '%26item_quantity_1%3D', !42
        321        ASSIGN_OP                                     8          !59, ~263
  154   322        CONCAT                                           ~265    '%26item_weight_1%3D', !43
        323        ASSIGN_OP                                     8          !59, ~265
  156   324        CONCAT                                           ~267    '%26language%3D', !44
        325        ASSIGN_OP                                     8          !59, ~267
  157   326        CONCAT                                           ~269    '%26links_color%3D', !45
        327        ASSIGN_OP                                     8          !59, ~269
  159   328        CONCAT                                           ~271    '%26merchant%3D', !46
        329        ASSIGN_OP                                     8          !59, ~271
  161   330        CONCAT                                           ~273    '%26ok_url%3D', !47
        331        ASSIGN_OP                                     8          !59, ~273
  163   332        CONCAT                                           ~275    '%26payment_method_1%3D', !48
        333        ASSIGN_OP                                     8          !59, ~275
  164   334        CONCAT                                           ~277    '%26payment_method_available%3D', !49
        335        ASSIGN_OP                                     8          !59, ~277
  165   336        CONCAT                                           ~279    '%26pending_url%3D', !50
        337        ASSIGN_OP                                     8          !59, ~279
  167   338        CONCAT                                           ~281    '%26seller_name%3D', !51
        339        ASSIGN_OP                                     8          !59, ~281
  168   340        CONCAT                                           ~283    '%26shipping_cost_1_1%3D', !52
        341        ASSIGN_OP                                     8          !59, ~283
  169   342        CONCAT                                           ~285    '%26shipping_currency_1%3D', !53
        343        ASSIGN_OP                                     8          !59, ~285
  170   344        CONCAT                                           ~287    '%26shipping_type_1%3D', !54
        345        ASSIGN_OP                                     8          !59, ~287
  171   346        CONCAT                                           ~289    '%26step_color%3D', !55
        347        ASSIGN_OP                                     8          !59, ~289
  173   348        CONCAT                                           ~291    '%26tool%3D', !56
        349        ASSIGN_OP                                     8          !5

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.14 ms | 1427 KiB | 13 Q