Home
last modified time | relevance | path

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

/PHP-8.2/ext/odbc/
H A Dodbc_utils.c49 bool should_quote = php_odbc_connstr_should_quote(ZSTR_VAL(str)); in PHP_FUNCTION() local
51 RETURN_BOOL(should_quote); in PHP_FUNCTION()
/PHP-8.2/ext/odbc/tests/
H A Dodbc_utils.phpt13 // Note that should_quote doesn't care about if the string is already quoted.
17 // 2. See $with_end_curly2; should_quote doesn't care about if the string is already quoted.

Completed in 4 milliseconds