Home
last modified time | relevance | path

Searched refs:table (Results 226 – 250 of 527) sorted by relevance

12345678910>>...22

/PHP-8.2/ext/odbc/tests/
H A Dodbc_columnprivileges_001.phpt30 Deprecated: odbc_columnprivileges(): Passing null to parameter #4 ($table) of type string is deprec…
/PHP-8.2/ext/pdo_firebird/tests/
H A Dbug_74462.phpt15 $dbh->exec('recreate table test74462 (id integer not null, abool boolean)');
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_errno.phpt21 …printf("[004] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_field_count.phpt11 require 'table.inc';
H A Dmysqli_debug_append.phpt27 // table.inc will create a database connection and run some SQL queries, therefore
29 require_once 'table.inc';
H A DREADME.md8 …ting, and then delete them when testing is complete. Creating a dedicated table prior to running t…
H A Dmysqli_stmt_sqlstate.phpt11 require 'table.inc';
H A D059.phpt52 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_num_fields.phpt11 require 'table.inc';
H A D046.phpt45 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A D066.phpt41 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_stmt_get_result_field_count.phpt14 require 'table.inc';
H A Dmysqli_stmt_param_count.phpt11 require 'table.inc';
H A Dbug70949.phpt51 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_stmt_attr_get.phpt11 require 'table.inc';
H A Dmysqli_commit_oo.phpt40 printf("[005] Cannot create test table, [%d] %s\n", $mysqli->errno, $mysqli->error);
61 printf("[010] Expecting 1 row in table test, found %d rows\n", $tmp['num']);
H A Dmysqli_real_query.phpt11 require 'table.inc';
89 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
/PHP-8.2/ext/gd/libgd/
H A Dgd_topal.c1375 int *table; in init_error_limit() local
1384 table = cquantize->error_limiter_storage; in init_error_limit()
1386 table += MAXJSAMPLE; /* so can index -MAXJSAMPLE .. +MAXJSAMPLE */ in init_error_limit()
1387 cquantize->error_limiter = table; in init_error_limit()
1394 table[in] = out; in init_error_limit()
1395 table[-in] = -out; in init_error_limit()
1400 table[in] = out; in init_error_limit()
1401 table[-in] = -out; in init_error_limit()
1406 table[in] = out; in init_error_limit()
1407 table[-in] = -out; in init_error_limit()
/PHP-8.2/ext/xml/tests/
H A Dxml_set_start_namespace_decl_handler_basic.phpt11 <aw2:td>An HTML table cell.</aw2:td>
/PHP-8.2/ext/intl/tests/
H A Dresourcebundle.build24 res_index:table(nofallback) {
/PHP-8.2/Zend/tests/
H A Dobjects_033.phpt15 // result without shadow table materialization.
/PHP-8.2/ext/pdo_sqlite/
H A Dpdo_sqlite.c289 char *table, *column, *dbname = "main", *mode = "rb"; in PHP_METHOD() local
303 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ppl|pl", &table, &table_len, &column, &column_len, &ro… in PHP_METHOD()
311 …if (sqlite3_blob_open(sqlite_handle, dbname, table, column, rowid, sqlite_flags, &blob) != SQLITE_… in PHP_METHOD()
/PHP-8.2/ext/mbstring/
H A Dphp_unicode.c102 const unsigned *table, unsigned table_size) in mph_lookup() argument
113 if (table[2*idx] == code) { in mph_lookup()
114 return table[2*idx + 1]; in mph_lookup()
/PHP-8.2/ext/pdo_mysql/tests/
H A Dbug80908.phpt2 Bug #80908: pdo_mysql lastInsertId() return wrong, when table id bigger than the maximum value of i…
H A Dpecl_bug_5802.phpt15 $db->exec('create table test_pcl_bug_5802 ( bar char(3) NULL )');

Completed in 37 milliseconds

12345678910>>...22