Lines Matching refs:is_callable
2 Bug #29210 (Function is_callable does not support private and protected methods)
19 if (is_callable(array($this,'test_func1'))) {
24 if (is_callable(array($this,'test_func2'))) {
29 if (is_callable(array('test_class','test_func3'))) {
34 if (is_callable(array('test_class','test_func4'))) {
44 if (is_callable(array($this,'test_func1'))) {
49 if (is_callable(array($this,'test_func2'))) {
54 if (is_callable(array('test_class','test_func3'))) {
59 if (is_callable(array('test_class','test_func4'))) {
69 if (is_callable(array($object,'test_func1'))) {
74 if (is_callable(array($object,'test_func2'))) {
79 if (is_callable(array('test_class','test_func3'))) {
84 if (is_callable(array('test_class','test_func4'))) {