laruence/php7-internal

php 7 returns RETURN_STR , but I can't find the source by ctags.

Closed this issue · 0 comments

I use ./ext_skel.... to create the PHP extension skeleton. And I noticed that it returns RETURN_STR() instead of old RETURN_STRING() by default.
And I also can't go to the definition of RETURN_STR by ctags. How can I get the return type list?
Would you please finish this tutorial a.s.a.p. Please.

1
2