mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
21cfa03f17
Closes GH-5352
20 lines
476 B
C
20 lines
476 B
C
/* This is a generated file, edit the .stub.php file instead. */
|
|
|
|
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_test1, 0, 0, IS_VOID, 0)
|
|
ZEND_END_ARG_INFO()
|
|
|
|
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_test2, 0, 0, IS_STRING, 0)
|
|
ZEND_ARG_TYPE_INFO(0, str, IS_STRING, 0)
|
|
ZEND_END_ARG_INFO()
|
|
|
|
|
|
ZEND_FUNCTION(test1);
|
|
ZEND_FUNCTION(test2);
|
|
|
|
|
|
static const zend_function_entry ext_functions[] = {
|
|
ZEND_FE(test1, arginfo_test1)
|
|
ZEND_FE(test2, arginfo_test2)
|
|
ZEND_FE_END
|
|
};
|