Searched refs:force_null (Results 1 – 2 of 2) sorted by relevance
602 int force_null; in firebird_stmt_param_hook() local617 force_null = 0; in firebird_stmt_param_hook()629 force_null = (Z_STRLEN_P(parameter) == 0); in firebird_stmt_param_hook()631 if (!force_null) { in firebird_stmt_param_hook()
655 int force_null; in _php_ibase_bind() local659 force_null = 0; in _php_ibase_bind()671 force_null = (Z_STRLEN_P(b_var) == 0); in _php_ibase_bind()674 if (! force_null) break; in _php_ibase_bind()
Completed in 15 milliseconds