Posted on October 11, 2020October 11, 2020 by robphp 5 to 7 upgrade: “Uncaught Error: Access to undeclared static property:” see here: https://www.php.net/manual/en/migration70.incompatible.php#migration70.incompatible.variable-handling.indirect The fourth example did it for me. // echo self::$options['type']( $options ); echo self::{$options['type']}( $options );