Home
last modified time | relevance | path

Searched refs:expected_type (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/mysqli/
H A Dmysqli_api.c1700 int expected_type; local
1716 expected_type = mysqli_options_get_option_zval_type(mysql_option);
1717 if (expected_type != Z_TYPE_PP(mysql_value)) {
1718 switch (expected_type) {
1729 switch (expected_type) {
/PHP-5.3/Zend/
H A Dzend_API.c646 char *expected_type = NULL, *error = NULL; in zend_parse_arg() local
649 expected_type = zend_parse_arg_impl(arg_num, arg, va, spec, &error, &severity TSRMLS_CC); in zend_parse_arg()
650 if (expected_type) { in zend_parse_arg()
651 if (!quiet && (*expected_type || error)) { in zend_parse_arg()
661 class_name, space, get_active_function_name(TSRMLS_C), arg_num, expected_type, in zend_parse_arg()

Completed in 22 milliseconds