Searched refs:odbc_tables (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/odbc/tests/ |
H A D | odbc_tables_001.phpt | 2 odbc_tables(): Basic test 12 var_dump($result = odbc_tables($conn, '', '', '', '')); 15 var_dump($result = odbc_tables($conn, NULL, NULL, NULL, NULL)); 18 var_dump($result = odbc_tables($conn, 'FOO', 'FOO', 'FOO', 'FOO'));
|
/PHP-5.4/ext/odbc/ |
H A D | php_odbc.h | 86 PHP_FUNCTION(odbc_tables);
|
H A D | php_odbc.c | 371 PHP_FE(odbc_tables, arginfo_odbc_tables) 3094 PHP_FUNCTION(odbc_tables) in PHP_FUNCTION() argument
|
Completed in 19 milliseconds