Home
last modified time | relevance | path

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

/php-src/ext/odbc/tests/
H A Dodbc_utils.phpt40 var_dump(odbc_connection_string_should_quote($with_end_curly1));
42 var_dump(odbc_connection_string_should_quote($with_end_curly2));
44 var_dump(odbc_connection_string_should_quote($with_end_curly3));
46 var_dump(odbc_connection_string_should_quote($with_no_end_curly1));
48 var_dump(odbc_connection_string_should_quote($with_no_end_curly2));
/php-src/ext/odbc/
H A Dodbc_utils.c41 PHP_FUNCTION(odbc_connection_string_should_quote) in PHP_FUNCTION() argument
H A Dodbc_arginfo.h304 ZEND_FUNCTION(odbc_connection_string_should_quote);
364 ZEND_FE(odbc_connection_string_should_quote, arginfo_odbc_connection_string_should_quote)
H A Dodbc.stub.php445 function odbc_connection_string_should_quote(string $str): bool {}

Completed in 10 milliseconds