Home
last modified time | relevance | path

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

/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt15 …i_stmt_get_result($link, $engine, $bind_type, $sql_type, $bind_value, $offset, $type_hint = null) {
80 … if ($bind_res !== $bind_value && (!$type_hint || ($type_hint !== gettype($bind_res)))) {
83 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-src/Zend/
H A Dzend_API.h138 #define ZEND_ARG_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, 0, 0)), NULL…
140 #define ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(pass_by_ref, name, type_hint, allow_null, default_val… argument
141 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 0, 0)), defa…
142 #define ZEND_ARG_VARIADIC_TYPE_INFO(pass_by_ref, name, type_hint, allow_null) \ argument
143 …{ #name, ZEND_TYPE_INIT_CODE(type_hint, allow_null, _ZEND_ARG_INFO_FLAGS(pass_by_ref, 1, 0)), NULL…

Completed in 18 milliseconds