--TEST-- Testing variable variables as function name --FILE-- $$b()->$b()); $a = 'strtoupper'; $b = 'a'; $c = 'b'; $d = 'c'; var_dump($$$$d('foo')); ?> --EXPECT-- Test foo! unicode(4) "bar!" unicode(3) "FOO"