Searched refs:odbc_tables (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/odbc/tests/ |
H A D | odbc_tables_001.phpt | 2 odbc_tables(): Basic test 14 var_dump($result = odbc_tables($conn, '', '', '', '')); 17 var_dump($result = odbc_tables($conn)); 21 var_dump($result = odbc_tables($conn, NULL, NULL, NULL, NULL)); 25 var_dump($result = odbc_tables($conn, 'FOO', 'FOO', 'FOO', 'FOO'));
|
/PHP-8.1/ext/odbc/ |
H A D | odbc_arginfo.h | 289 ZEND_FUNCTION(odbc_tables); 355 ZEND_FE(odbc_tables, arginfo_odbc_tables)
|
H A D | odbc.stub.php | 135 function odbc_tables($odbc, ?string $catalog = null, ?string $schema = null, ?string $table = null,… function
|
H A D | php_odbc.c | 2744 PHP_FUNCTION(odbc_tables) in PHP_FUNCTION() argument
|
Completed in 27 milliseconds