Make callback unit test pass for PHP backend.
Deprecated %callback(1) doesn't work with PHP, use "%s" to give the same name to the callback as to the C function explicitly instead.
This commit is contained in:
parent
a00ab42f80
commit
08fa873638
2 changed files with 10 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ top_srcdir = @top_srcdir@
|
|||
top_builddir = @top_builddir@
|
||||
|
||||
CPP_TEST_CASES += \
|
||||
callback \
|
||||
php_iterator \
|
||||
php_namewarn_rename \
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue