Home
last modified time | relevance | path

Searched refs:array_type_hint (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_compile.h179 zend_bool array_type_hint; member
H A Dzend_execute.c506 } else if (cur_arg_info->array_type_hint) { in zend_verify_arg_type()
H A Dzend_compile.c1515 cur_arg_info->array_type_hint = 0; in zend_do_receive_arg()
1537 cur_arg_info->array_type_hint = 1; in zend_do_receive_arg()
2595 if (fe->common.arg_info[i].array_type_hint != proto->common.arg_info[i].array_type_hint) { in zend_do_perform_implementation_check()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c686 } else if (arg_info->array_type_hint) { in _parameter_string()
2297 RETVAL_BOOL(param->arg_info->array_type_hint); in ZEND_METHOD()

Completed in 47 milliseconds