3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Set Backend Variables $hide_offers = "FALSE"; $payment_type_id = 1; $payment_fee = 0; $payment_min_threshold = 1; $currency_id = 0; $payment_setting_id = 1; $billing_cycle_id = 3; $contact_language_id = 1; $price_format_ids = 1; $vat_tax_required = "FALSE"; $affiliate_tier_id = 0; $account_status_id = 3; $referral_affiliate_id = 0; $contact_timezone = "EST"; $form_array = array("api_key","affiliate_name","account_status_id","affiliate_tier_id","hide_offers","website","tax_class","ssn_tax_id","vat_tax_required","swift_iban","payment_to","payment_fee","payment_min_threshold","currency_id","payment_setting_id","billing_cycle_id","payment_type_id","payment_type_info","address_street","address_street2","address_city","address_state","address_zip_code","address_country","contact_first_name","contact_middle_name","contact_last_name","contact_email_address","contact_password","contact_title","contact_phone_work","contact_phone_cell","contact_phone_fax","contact_im_service","contact_im_name","contact_timezone","contact_language_id","media_type_ids","price_format_ids","vertical_category_ids","country_codes","tag_ids","date_added","signup_ip_address","referral_affiliate_id","referral_notes","terms_and_conditions_agreed","notes"); $form_vars_compact = compact($form_array); $qry_str = http_build_query($form_vars_compact) . "\n"; echo $qry_str;
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: compact(): Undefined variable $api_key in /in/JlQIq on line 21 Warning: compact(): Undefined variable $affiliate_name in /in/JlQIq on line 21 Warning: compact(): Undefined variable $website in /in/JlQIq on line 21 Warning: compact(): Undefined variable $tax_class in /in/JlQIq on line 21 Warning: compact(): Undefined variable $ssn_tax_id in /in/JlQIq on line 21 Warning: compact(): Undefined variable $swift_iban in /in/JlQIq on line 21 Warning: compact(): Undefined variable $payment_to in /in/JlQIq on line 21 Warning: compact(): Undefined variable $payment_type_info in /in/JlQIq on line 21 Warning: compact(): Undefined variable $address_street in /in/JlQIq on line 21 Warning: compact(): Undefined variable $address_street2 in /in/JlQIq on line 21 Warning: compact(): Undefined variable $address_city in /in/JlQIq on line 21 Warning: compact(): Undefined variable $address_state in /in/JlQIq on line 21 Warning: compact(): Undefined variable $address_zip_code in /in/JlQIq on line 21 Warning: compact(): Undefined variable $address_country in /in/JlQIq on line 21 Warning: compact(): Undefined variable $contact_first_name in /in/JlQIq on line 21 Warning: compact(): Undefined variable $contact_middle_name in /in/JlQIq on line 21 Warning: compact(): Undefined variable $contact_last_name in /in/JlQIq on line 21 Warning: compact(): Undefined variable $contact_email_address in /in/JlQIq on line 21 Warning: compact(): Undefined variable $contact_password in /in/JlQIq on line 21 Warning: compact(): Undefined variable $contact_title in /in/JlQIq on line 21 Warning: compact(): Undefined variable $contact_phone_work in /in/JlQIq on line 21 Warning: compact(): Undefined variable $contact_phone_cell in /in/JlQIq on line 21 Warning: compact(): Undefined variable $contact_phone_fax in /in/JlQIq on line 21 Warning: compact(): Undefined variable $contact_im_service in /in/JlQIq on line 21 Warning: compact(): Undefined variable $contact_im_name in /in/JlQIq on line 21 Warning: compact(): Undefined variable $media_type_ids in /in/JlQIq on line 21 Warning: compact(): Undefined variable $vertical_category_ids in /in/JlQIq on line 21 Warning: compact(): Undefined variable $country_codes in /in/JlQIq on line 21 Warning: compact(): Undefined variable $tag_ids in /in/JlQIq on line 21 Warning: compact(): Undefined variable $date_added in /in/JlQIq on line 21 Warning: compact(): Undefined variable $signup_ip_address in /in/JlQIq on line 21 Warning: compact(): Undefined variable $referral_notes in /in/JlQIq on line 21 Warning: compact(): Undefined variable $terms_and_conditions_agreed in /in/JlQIq on line 21 Warning: compact(): Undefined variable $notes in /in/JlQIq on line 21 account_status_id=3&affiliate_tier_id=0&hide_offers=FALSE&vat_tax_required=FALSE&payment_fee=0&payment_min_threshold=1&currency_id=0&payment_setting_id=1&billing_cycle_id=3&payment_type_id=1&contact_timezone=EST&contact_language_id=1&price_format_ids=1&referral_affiliate_id=0
Output for 7.3.12 - 7.3.31, 7.4.0 - 7.4.33
Notice: compact(): Undefined variable: api_key in /in/JlQIq on line 21 Notice: compact(): Undefined variable: affiliate_name in /in/JlQIq on line 21 Notice: compact(): Undefined variable: website in /in/JlQIq on line 21 Notice: compact(): Undefined variable: tax_class in /in/JlQIq on line 21 Notice: compact(): Undefined variable: ssn_tax_id in /in/JlQIq on line 21 Notice: compact(): Undefined variable: swift_iban in /in/JlQIq on line 21 Notice: compact(): Undefined variable: payment_to in /in/JlQIq on line 21 Notice: compact(): Undefined variable: payment_type_info in /in/JlQIq on line 21 Notice: compact(): Undefined variable: address_street in /in/JlQIq on line 21 Notice: compact(): Undefined variable: address_street2 in /in/JlQIq on line 21 Notice: compact(): Undefined variable: address_city in /in/JlQIq on line 21 Notice: compact(): Undefined variable: address_state in /in/JlQIq on line 21 Notice: compact(): Undefined variable: address_zip_code in /in/JlQIq on line 21 Notice: compact(): Undefined variable: address_country in /in/JlQIq on line 21 Notice: compact(): Undefined variable: contact_first_name in /in/JlQIq on line 21 Notice: compact(): Undefined variable: contact_middle_name in /in/JlQIq on line 21 Notice: compact(): Undefined variable: contact_last_name in /in/JlQIq on line 21 Notice: compact(): Undefined variable: contact_email_address in /in/JlQIq on line 21 Notice: compact(): Undefined variable: contact_password in /in/JlQIq on line 21 Notice: compact(): Undefined variable: contact_title in /in/JlQIq on line 21 Notice: compact(): Undefined variable: contact_phone_work in /in/JlQIq on line 21 Notice: compact(): Undefined variable: contact_phone_cell in /in/JlQIq on line 21 Notice: compact(): Undefined variable: contact_phone_fax in /in/JlQIq on line 21 Notice: compact(): Undefined variable: contact_im_service in /in/JlQIq on line 21 Notice: compact(): Undefined variable: contact_im_name in /in/JlQIq on line 21 Notice: compact(): Undefined variable: media_type_ids in /in/JlQIq on line 21 Notice: compact(): Undefined variable: vertical_category_ids in /in/JlQIq on line 21 Notice: compact(): Undefined variable: country_codes in /in/JlQIq on line 21 Notice: compact(): Undefined variable: tag_ids in /in/JlQIq on line 21 Notice: compact(): Undefined variable: date_added in /in/JlQIq on line 21 Notice: compact(): Undefined variable: signup_ip_address in /in/JlQIq on line 21 Notice: compact(): Undefined variable: referral_notes in /in/JlQIq on line 21 Notice: compact(): Undefined variable: terms_and_conditions_agreed in /in/JlQIq on line 21 Notice: compact(): Undefined variable: notes in /in/JlQIq on line 21 account_status_id=3&affiliate_tier_id=0&hide_offers=FALSE&vat_tax_required=FALSE&payment_fee=0&payment_min_threshold=1&currency_id=0&payment_setting_id=1&billing_cycle_id=3&payment_type_id=1&contact_timezone=EST&contact_language_id=1&price_format_ids=1&referral_affiliate_id=0
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.7 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.32 - 7.3.33
account_status_id=3&affiliate_tier_id=0&hide_offers=FALSE&vat_tax_required=FALSE&payment_fee=0&payment_min_threshold=1&currency_id=0&payment_setting_id=1&billing_cycle_id=3&payment_type_id=1&contact_timezone=EST&contact_language_id=1&price_format_ids=1&referral_affiliate_id=0
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: http_build_query() in /in/JlQIq on line 22
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: http_build_query() in /in/JlQIq on line 22
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: http_build_query() in /in/JlQIq on line 22

preferences:
210.28 ms | 401 KiB | 314 Q