Searched defs:arg_num (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/Zend/ |
H A D | zend_compile.h | 712 #define ARG_SEND_TYPE(zf, arg_num) \ argument 720 #define ARG_MUST_BE_SENT_BY_REF(zf, arg_num) \ argument 723 #define ARG_SHOULD_BE_SENT_BY_REF(zf, arg_num) \ argument 726 #define ARG_MAY_BE_SENT_BY_REF(zf, arg_num) \ argument
|
H A D | zend_execute.c | 454 static inline int zend_verify_arg_error(const zend_function *zf, zend_uint arg_num, const zend_arg_… in zend_verify_arg_error() 477 static inline int zend_verify_arg_type(zend_function *zf, zend_uint arg_num, zval *arg, ulong fetch… in zend_verify_arg_type()
|
H A D | zend_vm_def.h | 2744 zend_uint arg_num = Z_LVAL(opline->op1.u.constant); variable 2780 zend_uint arg_num = Z_LVAL(opline->op1.u.constant); variable
|
H A D | zend_API.c | 291 static char *zend_parse_arg_impl(int arg_num, zval **arg, va_list *va, char **spec, char **error, i… in zend_parse_arg_impl() 644 static int zend_parse_arg(int arg_num, zval **arg, va_list *va, char **spec, int quiet TSRMLS_DC) /… in zend_parse_arg()
|
H A D | zend_vm_execute.h | 436 zend_uint arg_num = Z_LVAL(opline->op1.u.constant); in ZEND_RECV_SPEC_HANDLER() local 826 zend_uint arg_num = Z_LVAL(opline->op1.u.constant); in ZEND_RECV_INIT_SPEC_CONST_HANDLER() local
|
Completed in 97 milliseconds