Home
last modified time | relevance | path

Searched refs:odbc_connection_string_quote (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/odbc/tests/
H A Dodbc_utils.phpt52 var_dump(odbc_connection_string_quote($with_end_curly1));
54 var_dump(odbc_connection_string_quote($with_end_curly2));
56 var_dump(odbc_connection_string_quote($with_end_curly3));
58 var_dump(odbc_connection_string_quote($with_no_end_curly1));
60 var_dump(odbc_connection_string_quote($with_no_end_curly2));
/PHP-8.3/ext/odbc/
H A Dodbc_utils.c54 PHP_FUNCTION(odbc_connection_string_quote) in PHP_FUNCTION() argument
H A Dodbc_arginfo.h322 ZEND_FUNCTION(odbc_connection_string_quote);
391 ZEND_FE(odbc_connection_string_quote, arginfo_odbc_connection_string_quote)
H A Dodbc.stub.php521 function odbc_connection_string_quote(string $str): string {}

Completed in 9 milliseconds