3v4l.org

run code in 300+ PHP versions simultaneously
<?php $columns = [ 'ISO', 'Country', 'Country Code', 'Type of number', 'Voice Enabled', 'SMS Enabled', 'MMS Enabled', 'Domestic Voice Only', 'Domestic SMS only', 'Price /num/month', 'Inbound Voice price/min', 'Inbound SMS price/msg ', 'Inbound MMS price/msg ', 'Beta Status', 'Address Required', ]; var_export( preg_replace( '/[^a-z]+/', '_', array_map('strtolower', $columns) ) );
Output for git.master, git.master_jit, rfc.property-hooks
array ( 0 => 'iso', 1 => 'country', 2 => 'country_code', 3 => 'type_of_number', 4 => 'voice_enabled', 5 => 'sms_enabled', 6 => 'mms_enabled', 7 => 'domestic_voice_only', 8 => 'domestic_sms_only', 9 => 'price_num_month', 10 => 'inbound_voice_price_min', 11 => 'inbound_sms_price_msg_', 12 => 'inbound_mms_price_msg_', 13 => 'beta_status', 14 => 'address_required', )

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
27.92 ms | 406 KiB | 5 Q