Home
last modified time | relevance | path

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

/php-src/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-src/ext/odbc/
H A Dodbc_utils.c54 PHP_FUNCTION(odbc_connection_string_quote) in PHP_FUNCTION() argument
H A Dodbc_arginfo.h321 ZEND_FUNCTION(odbc_connection_string_quote);
389 ZEND_FE(odbc_connection_string_quote, arginfo_odbc_connection_string_quote)
H A Dodbc.stub.php447 function odbc_connection_string_quote(string $str): string {}

Completed in 16 milliseconds