mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
another bunch of proto fixes
This commit is contained in:
parent
0fa7618f7c
commit
df4547a3df
11 changed files with 25 additions and 17 deletions
|
@ -294,7 +294,7 @@ function_entry basic_functions[] = {
|
|||
PHP_FE(register_shutdown_function, NULL)
|
||||
|
||||
PHP_FE(highlight_file, NULL)
|
||||
PHP_NAMED_FE(show_source, PHP_FN(highlight_file), NULL)
|
||||
PHP_FALIAS(show_source, highlight_file , NULL)
|
||||
PHP_FE(highlight_string, NULL)
|
||||
|
||||
PHP_FE(ini_get, NULL)
|
||||
|
@ -1967,7 +1967,7 @@ PHP_FUNCTION(extension_loaded)
|
|||
/* }}} */
|
||||
|
||||
|
||||
/* proto array get_extension_funcs(string extension_name)
|
||||
/* {{{ proto array get_extension_funcs(string extension_name)
|
||||
Returns an array with the names of functions belonging to the named extension */
|
||||
PHP_FUNCTION(get_extension_funcs)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue