Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo_firebird/
H A Dfirebird_statement.c602 int force_null; in firebird_stmt_param_hook() local
617 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()
/PHP-7.0/ext/interbase/
H A Dibase_query.c655 int force_null; in _php_ibase_bind() local
659 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 10 milliseconds