Searched refs:force_null (Results 1 – 2 of 2) sorted by relevance
533 int force_null; in firebird_stmt_param_hook() local548 force_null = 0; in firebird_stmt_param_hook()560 force_null = (Z_STRLEN_P(param->parameter) == 0); in firebird_stmt_param_hook()562 if (!force_null) { in firebird_stmt_param_hook()
651 int force_null; in _php_ibase_bind() local655 force_null = 0; in _php_ibase_bind()667 force_null = (Z_STRLEN_P(b_var) == 0); in _php_ibase_bind()670 if (! force_null) break; in _php_ibase_bind()
Completed in 23 milliseconds