<?php class Test {function mb_strlen($v){return mb_strlen($v);}} $type = 'mb_str'; $obj = new Test; if (version_compare(PHP_VERSION, "7.0", ">=")) { echo eval('return $obj->{$type . "len"}($type);'); }
You have javascript disabled. You will not be able to edit any code.