Searched refs:zend_parse_parameter (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ |
H A D | README.PARAMETER_PARSING_API | 40 int zend_parse_parameter(int flags, int arg_num, zval **arg, const char *spec, ...);
|
/PHP-7.3/Zend/ |
H A D | zend_API.h | 269 ZEND_API int zend_parse_parameter(int flags, int arg_num, zval *arg, const char *spec, ...);
|
H A D | zend_API.c | 848 ZEND_API int zend_parse_parameter(int flags, int arg_num, zval *arg, const char *spec, ...) in zend_parse_parameter() function
|
Completed in 30 milliseconds