Test: /Zend/tests/call_user_func_001.phpt - Version 7.0.16-dev    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
003+ Fatal error: Uncaught TypeError: Argument 1 passed to call_user_func() must be callable, array given in %s/call_user_func_001.php:22
004+ Stack trace:
005+ #0 %s/call_user_func_001.php(22): call_user_func(Array, 'foobar')
003- Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access private method testing\foo::priv() in %s on line %d
004-
005- Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access protected method testing\foo::prot() in %s on line %d
006+ #1 {main}
007+ thrown in %s/call_user_func_001.php on line 22