Searched refs:should_quote (Results 1 – 2 of 2) sorted by relevance
49 bool should_quote = php_odbc_connstr_should_quote(ZSTR_VAL(str)); in PHP_FUNCTION() local51 RETURN_BOOL(should_quote); in PHP_FUNCTION()
13 // 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 6 milliseconds