Home
last modified time | relevance | path

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

/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt18 …i_stmt_get_result($link, $engine, $bind_type, $sql_type, $bind_value, $offset, $type_hint = null) {
83 … if ($bind_res !== $bind_value && (!$type_hint || ($type_hint !== gettype($bind_res)))) {
86 gettype($bind_value), $bind_value, $type_hint,
H A Dmysqli_stmt_bind_result.phpt58 …_stmt_bind_result($link, $engine, $bind_type, $sql_type, $bind_value, $offset, $type_hint = null) {
123 … if ($bind_res !== $bind_value && (!$type_hint || ($type_hint !== gettype($bind_res)))) {
126 gettype($bind_value), $bind_value, $type_hint,
/PHP-8.3/Zend/
H A Dzend_API.h134 #define ZEND_ARG_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) \ argument
135 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0, 0)), NULL…
136 #define ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(pass_by_ref, name, type_hint, allow_null, default_val… argument
137 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0, 0)), defa…
138 #define ZEND_ARG_VARIADIC_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) \ argument
139 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 1, 0)), NULL…

Completed in 18 milliseconds