3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options['fields'] = array( 'Doctor.id', 'Doctor.email', 'Doctor.name', 'Doctor.surname', 'Doctor.created', 'Doctor.profileimg', 'Doctor.list_experiencia_professional', 'Doctor.logros_academicos', 'Doctor.premios_reconocimientos', 'Doctor.status', 'Doctor.type_doctor', 'Doctor.sexo', 'Doctor.accepted_politics_wallet', 'Doctor.accepted_social_politics', 'DoctorsProducts.id_product', 'Address.phone', 'Address.info_consulta', 'DoctorsProducts.status', 'AddressesAgenda.address_id'); if (($key = array_search('Doctor.accepted_politics_wallet', $options['fields'])) !== false) { unset($options['fields'][$key]); } print_r($options);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [fields] => Array ( [0] => Doctor.id [1] => Doctor.email [2] => Doctor.name [3] => Doctor.surname [4] => Doctor.created [5] => Doctor.profileimg [6] => Doctor.list_experiencia_professional [7] => Doctor.logros_academicos [8] => Doctor.premios_reconocimientos [9] => Doctor.status [10] => Doctor.type_doctor [11] => Doctor.sexo [13] => Doctor.accepted_social_politics [14] => DoctorsProducts.id_product [15] => Address.phone [16] => Address.info_consulta [17] => DoctorsProducts.status [18] => AddressesAgenda.address_id ) )

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:
164.51 ms | 407 KiB | 5 Q