Home
last modified time | relevance | path

Searched refs:type_hint (Results 1 – 7 of 7) sorted by relevance

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt20 …i_stmt_get_result($link, $engine, $bind_type, $sql_type, $bind_value, $offset, $type_hint = null) {
85 if ($bind_res !== $bind_value && (!$type_hint || ($type_hint !== gettype($bind_res)))) {
88 gettype($bind_value), $bind_value, $type_hint,
H A Dmysqli_stmt_bind_result.phpt65 …_stmt_bind_result($link, $engine, $bind_type, $sql_type, $bind_value, $offset, $type_hint = null) {
130 if ($bind_res !== $bind_value && (!$type_hint || ($type_hint !== gettype($bind_res)))) {
133 gettype($bind_value), $bind_value, $type_hint,
/PHP-5.4/Zend/
H A Dzend_API.h105 …fine ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) { #name, sizeof(#name)-1, NULL, … argument
H A Dzend_execute.c628 } else if (cur_arg_info->type_hint) { in zend_verify_arg_type()
629 switch(cur_arg_info->type_hint) { in zend_verify_arg_type()
H A Dzend_compile.h230 zend_uchar type_hint; member
H A Dzend_compile.c1875 cur_arg_info->type_hint = 0; in zend_do_receive_arg()
1886 cur_arg_info->type_hint = IS_ARRAY; in zend_do_receive_arg()
1895 cur_arg_info->type_hint = IS_CALLABLE; in zend_do_receive_arg()
1904 cur_arg_info->type_hint = IS_OBJECT; in zend_do_receive_arg()
3020 if (fe->common.arg_info[i].type_hint != proto->common.arg_info[i].type_hint) { in zend_do_perform_implementation_check()
3097 } else if (arg_info->type_hint) { in zend_get_function_declaration()
3099 char *type_name = zend_get_type_by_const(arg_info->type_hint); in zend_get_function_declaration()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c709 } else if (arg_info->type_hint) { in _parameter_string()
710 string_printf(str, "%s ", zend_get_type_by_const(arg_info->type_hint)); in _parameter_string()
2446 RETVAL_BOOL(param->arg_info->type_hint == IS_ARRAY); in ZEND_METHOD()
2462 RETVAL_BOOL(param->arg_info->type_hint == IS_CALLABLE); in ZEND_METHOD()

Completed in 83 milliseconds