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