|
From: William S F. <ws...@fu...> - 2014-10-13 19:05:11
|
The PHP test-suite is showing various extra function warnings, like this one: Warning on: These extra functions are defined: returnalltypes_call_int,returnalltypes_call_double,returnalltypes_call_const_char_star,returnalltypes_call_std_string,returnalltypes_call_bar,is_python_builtin There are quite a few now and I recognise for example is_python_builtin, a new function I added to a few tests. How are we meant to maintain the tests so PHP doesn't give these warnings? Do we have to do something extra now each time we add a test with a global function or something? William |