mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Make usage of new PHP_FE_END macro
This commit is contained in:
parent
054e1cafa0
commit
23e438594d
111 changed files with 170 additions and 172 deletions
|
@ -60,7 +60,7 @@ static const function_entry json_functions[] = {
|
|||
PHP_FE(json_encode, arginfo_json_encode)
|
||||
PHP_FE(json_decode, arginfo_json_decode)
|
||||
PHP_FE(json_last_error, arginfo_json_last_error)
|
||||
{NULL, NULL, NULL}
|
||||
PHP_FE_END
|
||||
};
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue