mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +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
|
@ -88,7 +88,7 @@ static char const cvsid[] = "$Id$";
|
||||||
PHP_FALIAS(cv_command,ccvs_command,NULL)
|
PHP_FALIAS(cv_command,ccvs_command,NULL)
|
||||||
PHP_FE(ccvs_textvalue,NULL)
|
PHP_FE(ccvs_textvalue,NULL)
|
||||||
PHP_FALIAS(cv_textvalue,ccvs_textvalue,NULL)
|
PHP_FALIAS(cv_textvalue,ccvs_textvalue,NULL)
|
||||||
{NULL,NULL}
|
{NULL,NULL,NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
/* End function declarations */
|
/* End function declarations */
|
||||||
|
|
|
@ -109,7 +109,7 @@ typedef struct {
|
||||||
|
|
||||||
function_entry exif_functions[] = {
|
function_entry exif_functions[] = {
|
||||||
PHP_FE(read_exif_data, NULL)
|
PHP_FE(read_exif_data, NULL)
|
||||||
{0}
|
{NULL, NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
PHP_MINFO_FUNCTION(exif);
|
PHP_MINFO_FUNCTION(exif);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue