Home
last modified time | relevance | path

Searched refs:table (Results 351 – 375 of 613) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_get_client_stats_skipped.phpt18 require_once('table.inc');
H A Dmysqli_debug_ini.phpt33 require_once('table.inc');
H A Dmysqli_errno_oo.phpt27 printf("[003] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_field_count.phpt22 require('table.inc');
H A Dmysqli_report_new.phpt24 require('table.inc');
H A D021.phpt48 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A D022.phpt53 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A D043.phpt50 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A D058.phpt58 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_commit_oo.phpt46 printf("[005] Cannot create test table, [%d] %s\n", $mysqli->errno, $mysqli->error);
67 printf("[010] Expecting 1 row in table test, found %d rows\n", $tmp['num']);
H A Dmysqli_last_insert_id.phpt127 printf("Dumping table contents before INSERT...SELECT experiments...\n");
169 printf("Dumping table contents after INSERT...SELECT...\n");
183 Dumping table contents before INSERT...SELECT experiments...
187 Dumping table contents after INSERT...SELECT...
H A Dbug35517.phpt48 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_error_oo.phpt29 printf("[004] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_get_connection_stats_off.phpt17 // connect and table inc connect to mysql and create tables
H A Dmysqli_num_fields.phpt22 require('table.inc');
H A Dmysqli_stmt_init.phpt27 require('table.inc');
H A Dmysqli_warning_count.phpt22 require('table.inc');
/PHP-7.0/ext/pgsql/tests/
H A Dpg_select_001.phpt22 /* Inexistent table */
/PHP-7.0/Zend/
H A Dzend_ts_hash.h37 #define TS_HASH(table) (&(table->hash)) argument
H A DOBJECTS2_HOWTO12 handle for it, set handle and handler table as needed. Note that the
22 new object and get the handle for it, set handle and handler table as
24 constructor call. The get_constructor handler table entry should be
121 the handler table.
/PHP-7.0/ext/pgsql/
H A Dpgsql.c548 ZEND_ARG_INFO(0, table)
553 ZEND_ARG_INFO(0, table)
560 ZEND_ARG_INFO(0, table)
567 ZEND_ARG_INFO(0, table)
575 ZEND_ARG_INFO(0, table)
582 ZEND_ARG_INFO(0, table)
6522 token = table;
6670 char *table; local
6886 char *table; local
6978 char *table; local
[all …]
/PHP-7.0/ext/odbc/
H A Dphp_odbc.c257 ZEND_ARG_INFO(0, table)
294 ZEND_ARG_INFO(0, table)
320 ZEND_ARG_INFO(0, table)
3195 table, SAFE_SQL_NTS(table), in PHP_FUNCTION()
3266 table, (SQLSMALLINT) table_len, in PHP_FUNCTION()
3300 char *cat = NULL, *schema, *table, *column; in PHP_FUNCTION() local
3331 table, SAFE_SQL_NTS(table), in PHP_FUNCTION()
3506 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
3536 table, SAFE_SQL_NTS(table) ); in PHP_FUNCTION()
3849 char *cat = NULL, *schema = NULL, *table = NULL; in PHP_FUNCTION() local
[all …]
/PHP-7.0/ext/pdo/tests/
H A Dbug_38253.phpt17 $pdo->exec ("create table test (id integer primary key, n varchar(255))");
/PHP-7.0/ext/pdo_mysql/tests/
H A Dbug53551.phpt21 $db->exec('drop table if exists bug53551');
H A Dbug_33689.phpt60 [table] => test

Completed in 89 milliseconds

1...<<11121314151617181920>>...25