Lines Matching refs:from
22 echo "test_func1 isn't callable from inside\n";
27 echo "test_func2 isn't callable from inside\n";
32 echo "test_func3 isn't callable from inside\n";
37 echo "test_func4 isn't callable from inside\n";
47 echo "test_func1 isn't callable from child\n";
52 echo "test_func2 isn't callable from child\n";
57 echo "test_func3 isn't callable from child\n";
62 echo "test_func4 isn't callable from child\n";
72 echo "test_func1 isn't callable from outside\n";
77 echo "test_func2 isn't callable from outside\n";
82 echo "test_func3 isn't callable from outside\n";
87 echo "test_func4 isn't callable from outside\n";
97 test_func1 isn't callable from outside
98 test_func2 isn't callable from outside
99 test_func3 isn't callable from outside
100 test_func4 isn't callable from outside
101 test_func1 isn't callable from child
103 test_func3 isn't callable from child