function process_one() { $destination_title = "Black-footed penguin"; $destination_title = "Scope & Content"; $destination_title = "Environment & Security"; $destination_title = "Ecoregions (collection)"; $destination_title = "Black, Joseph"; $destination_title = "Heaviside's dolphin"; $destination_title = "Capitalism 3.0: Chapter 6"; $destination_title = "United States"; $destination_title = "Saddle-backed dolphin"; $destination_title = "Hector's dolphin"; $destination_title = "Rough-toothed dolphin"; $destination_title = "Argentina"; process_title($destination_title); }
function process_one() { $destination_title = "Black-footed penguin"; //ok $destination_title = "Scope & Content"; //ok $destination_title = "Ecoregions (collection)"; //ok $destination_title = "Black, Joseph"; //ok $destination_title = "Heaviside's dolphin"; //ok $destination_title = "Capitalism 3.0: Chapter 6"; //ok $destination_title = "United States"; $destination_title = "Argentina"; //ok process_title($destination_title); }