Home
last modified time | relevance | path

Searched refs:cur_arg_info (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_execute.c444 …*pce = zend_fetch_class(cur_arg_info->class_name, cur_arg_info->class_name_len, (fetch_type | ZEND… in zend_verify_arg_class_kind()
446 *class_name = (*pce) ? (*pce)->name: cur_arg_info->class_name; in zend_verify_arg_class_kind()
479 zend_arg_info *cur_arg_info; in zend_verify_arg_type() local
488 cur_arg_info = &zf->common.arg_info[arg_num-1]; in zend_verify_arg_type()
490 if (cur_arg_info->class_name) { in zend_verify_arg_type()
494 need_msg = zend_verify_arg_class_kind(cur_arg_info, fetch_type, &class_name, &ce TSRMLS_CC); in zend_verify_arg_type()
498 need_msg = zend_verify_arg_class_kind(cur_arg_info, fetch_type, &class_name, &ce TSRMLS_CC); in zend_verify_arg_type()
502 } else if (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null) { in zend_verify_arg_type()
503 need_msg = zend_verify_arg_class_kind(cur_arg_info, fetch_type, &class_name, &ce TSRMLS_CC); in zend_verify_arg_type()
506 } else if (cur_arg_info->array_type_hint) { in zend_verify_arg_type()
[all …]
H A Dzend_compile.c1476 zend_arg_info *cur_arg_info; in zend_do_receive_arg() local
1515 cur_arg_info->array_type_hint = 0; in zend_do_receive_arg()
1516 cur_arg_info->allow_null = 1; in zend_do_receive_arg()
1518 cur_arg_info->class_name = NULL; in zend_do_receive_arg()
1519 cur_arg_info->class_name_len = 0; in zend_do_receive_arg()
1522 cur_arg_info->allow_null = 0; in zend_do_receive_arg()
1531 cur_arg_info->allow_null = 1; in zend_do_receive_arg()
1537 cur_arg_info->array_type_hint = 1; in zend_do_receive_arg()
1538 cur_arg_info->class_name = NULL; in zend_do_receive_arg()
1539 cur_arg_info->class_name_len = 0; in zend_do_receive_arg()
[all …]

Completed in 29 milliseconds