We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f255d commit 5df4c49Copy full SHA for 5df4c49
book/sample/chapt11/11-02-00-tipi-hello-world/tipi_demo01.c
@@ -92,7 +92,6 @@ PHP_FUNCTION(tipi_hello_world)
92
93
ZVAL_STRING(return_value, result);
94
efree(result);
95
- return;
96
}
97
/* }}} */
98
0 commit comments