expected_type 217 Zend/zend_API.c ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_paramer_type_error(int num, zend_expected_type expected_type, zval *arg) /* {{{ */ expected_type 227 Zend/zend_API.c class_name, space, get_active_function_name(), num, expected_error[expected_type], zend_zval_type_name(arg)); expected_type 751 Zend/zend_API.c const char *expected_type = NULL; expected_type 755 Zend/zend_API.c expected_type = zend_parse_arg_impl(arg_num, arg, va, spec, &error, &severity); expected_type 756 Zend/zend_API.c if (expected_type) { expected_type 757 Zend/zend_API.c if (!(flags & ZEND_PARSE_PARAMS_QUIET) && (*expected_type || error)) { expected_type 770 Zend/zend_API.c class_name, space, get_active_function_name(), arg_num, expected_type, expected_type 696 Zend/zend_API.h ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_paramer_type_error(int num, zend_expected_type expected_type, zval *arg); expected_type 1772 ext/mysqli/mysqli_api.c int expected_type; expected_type 1790 ext/mysqli/mysqli_api.c expected_type = mysqli_options_get_option_zval_type(mysql_option); expected_type 1791 ext/mysqli/mysqli_api.c if (expected_type != Z_TYPE_P(mysql_value)) { expected_type 1792 ext/mysqli/mysqli_api.c switch (expected_type) { expected_type 1803 ext/mysqli/mysqli_api.c switch (expected_type) {