mirror of
https://github.com/php/php-src.git
synced 2026-04-14 03:22:58 +02:00
Export zend_parse_parameter()
This commit is contained in:
@@ -713,7 +713,7 @@ static int zend_parse_arg(int arg_num, zval **arg, va_list *va, const char **spe
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
int zend_parse_parameter(int flags, int arg_num TSRMLS_DC, zval **arg, const char *spec, ...)
|
||||
ZEND_API int zend_parse_parameter(int flags, int arg_num TSRMLS_DC, zval **arg, const char *spec, ...)
|
||||
{
|
||||
va_list va;
|
||||
int ret;
|
||||
|
||||
@@ -253,7 +253,7 @@ ZEND_API char *zend_zval_type_name(const zval *arg);
|
||||
ZEND_API int zend_parse_method_parameters(int num_args TSRMLS_DC, zval *this_ptr, const char *type_spec, ...);
|
||||
ZEND_API int zend_parse_method_parameters_ex(int flags, int num_args TSRMLS_DC, zval *this_ptr, const char *type_spec, ...);
|
||||
|
||||
int zend_parse_parameter(int flags, int arg_num TSRMLS_DC, zval **arg, const char *spec, ...);
|
||||
ZEND_API int zend_parse_parameter(int flags, int arg_num TSRMLS_DC, zval **arg, const char *spec, ...);
|
||||
|
||||
/* End of parameter parsing API -- andrei */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user