Searched refs:expected_type (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/mysqli/ |
H A D | mysqli_api.c | 1820 int expected_type; local 1838 expected_type = mysqli_options_get_option_zval_type(mysql_option); 1839 if (expected_type != Z_TYPE_PP(mysql_value)) { 1840 switch (expected_type) { 1851 switch (expected_type) {
|
/PHP-5.6/Zend/ |
H A D | zend_API.c | 687 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 19 milliseconds