no hermano, eso es horible lo que intentás hacer
en todo caso hacelo asi:
Código PHP:
Ver originalclass Adfl_shorten_smf{
public function __construct($valor='') {
const BASE_HOST = $valor;
$this->connection = Http::connect(self::BASE_HOST);
}
}
$Adfl_shorten_smf = new Adfl_shorten_smf($_POST['valor']);