Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c1812 int expected_type; local
1828 expected_type = mysqli_options_get_option_zval_type(mysql_option);
1829 if (expected_type != Z_TYPE_PP(mysql_value)) {
1830 switch (expected_type) {
1841 switch (expected_type) {
/PHP-5.5/Zend/
H A Dzend_API.c687 const char *expected_type = NULL; in zend_parse_arg() local
691 expected_type = zend_parse_arg_impl(arg_num, arg, va, spec, &error, &severity TSRMLS_CC); in zend_parse_arg()
692 if (expected_type) { in zend_parse_arg()
693 if (!quiet && (*expected_type || error)) { in zend_parse_arg()
703 class_name, space, get_active_function_name(TSRMLS_C), arg_num, expected_type, in zend_parse_arg()

Completed in 47 milliseconds