I have the following code:
<?php$selectbox->display();?>
which is not too much nice, but runs well on Ubuntu PHP 7.0.3-1+deb.sury.org~vivid+1
(mod_php)
On my uberspace with PHP 7.0.3 (FCGI) I get the error
mod_fcgid: stderr: PHP Parse error: syntax error,
unexpected '$selectbox' (T_VARIABLE)
Why could this be?
Just asking out of curiosity - the fix itself is simple of course.