<?php class MyClass { function __construct() { function test1() { echo 'hii- test1'; } $this->autoload_function(); } function autoload_function() { $my_array = array( "test1" ); foreach ($my_array as $my_function) { call_user_func($my_function); } } } $var = new MyClass(); ?>
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`