Skip to content

Commit 6c1123c

Browse files
b-viguiernikic
authored andcommitted
fix: add missing PHP_FE_END in example
1 parent 2a27695 commit 6c1123c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Book/php7/extensions_design/php_functions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ You'll pass to the function vector a declared vector of functions. Let's see tog
8585
static const zend_function_entry pib_functions[] =
8686
{
8787
PHP_FE(fahrenheit_to_celsius, NULL)
88+
PHP_FE_END
8889
};
8990

9091
zend_module_entry pib_module_entry = {

0 commit comments

Comments
 (0)