mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
make genfunclist in phpdoc happy
This commit is contained in:
parent
4bb015938e
commit
df7c2eeabc
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ typedef struct {
|
|||
|
||||
function_entry exif_functions[] = {
|
||||
PHP_FE(read_exif_data, NULL)
|
||||
{0}
|
||||
{NULL, NULL, NULL}
|
||||
};
|
||||
|
||||
PHP_MINFO_FUNCTION(exif);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue