Searched refs:expected_n (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/interbase/ |
H A D | ibase_query.c | 1165 expected_n = ib_query.in_sqlda ? ib_query.in_sqlda->sqld : 0; in PHP_FUNCTION() local 1167 if (bind_n != expected_n) { in PHP_FUNCTION() 1168 php_error_docref(NULL, (bind_n < expected_n) ? E_WARNING : E_NOTICE, in PHP_FUNCTION() 1169 "Statement expects %d arguments, %d given", expected_n, bind_n); in PHP_FUNCTION() 1170 if (bind_n < expected_n) { in PHP_FUNCTION() 1801 int expected_n = ib_query->in_sqlda ? ib_query->in_sqlda->sqld : 0; in PHP_FUNCTION() local 1803 if (bind_n != expected_n) { in PHP_FUNCTION() 1804 php_error_docref(NULL, (bind_n < expected_n) ? E_WARNING : E_NOTICE, in PHP_FUNCTION() 1805 "Statement expects %d arguments, %d given", expected_n, bind_n); in PHP_FUNCTION() 1807 if (bind_n < expected_n) { in PHP_FUNCTION()
|
Completed in 16 milliseconds