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);

preferences:
33.07 ms | 405 KiB | 5 Q