Home
last modified time | relevance | path

Searched refs:table (Results 376 – 400 of 613) sorted by relevance

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

/PHP-7.0/ext/pdo_mysql/tests/
H A Dpecl_bug_5802.phpt15 $db->exec('create table test ( bar char(3) NULL )');
/PHP-7.0/ext/mysqli/tests/
H A D005.phpt50 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dbug32405.phpt41 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_stmt_result_metadata.phpt22 require('table.inc');
109 [%u|b%"table"]=>
H A Dmysqli_real_query.phpt21 require('table.inc');
99 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dbug49442.phpt33 …printf("[002] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
37 printf("[003] Failed to create test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A D060.phpt52 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_error.phpt32 …printf("[005] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_real_escape_string_sjis.phpt26 require_once('table.inc');
H A Dmysqli_real_escape_string.phpt22 require('table.inc');
H A D012.phpt54 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A D023.phpt62 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A D024.phpt62 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A D026.phpt54 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A D042.phpt58 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dbug36949.phpt57 printf("[002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dbug52891.phpt108 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
112 …printf("[clean] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link…
/PHP-7.0/ext/gd/libgd/
H A Dgd_topal.c1595 int *table; local
1599 table = (int *) (*cinfo->mem->alloc_small)
1608 table = cquantize->error_limiter_storage;
1611 table += MAXJSAMPLE; /* so can index -MAXJSAMPLE .. +MAXJSAMPLE */
1612 cquantize->error_limiter = table;
1619 table[in] = out;
1620 table[-in] = -out;
1625 table[in] = out;
1626 table[-in] = -out;
1631 table[in] = out;
[all …]
/PHP-7.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_2.phpt16 $dbh->exec("drop table pdo_ac_tab");
19 $dbh->exec("create table pdo_ac_tab (col1 varchar2(25))");
/PHP-7.0/ext/oci8/tests/
H A Dedition_1.phpt61 "drop table edit_tab",
62 "create table edit_tab (name varchar2(10),age number,job varchar2(50), salary number)",
H A Dbind_misccoltypes.phpt19 "drop table bind_misccoltypes_tab",
21 "create table bind_misccoltypes_tab (
263 "drop table bind_misccoltypes_tab"
H A Dlob_null.phpt15 $s = oci_parse($c, 'drop table lob_null_tab');
18 $s = oci_parse($c, 'create table lob_null_tab (id number, data clob)');
185 $s = oci_parse($c, 'drop table lob_null_tab');
H A Dbind_char_1.phpt23 "drop table bind_char_tab",
24 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
197 "drop table bind_char_tab"
H A Dbind_char_1_11gR1.phpt25 "drop table bind_char_tab",
26 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
199 "drop table bind_char_tab"
/PHP-7.0/ext/mbstring/oniguruma/
H A DREADME129 st.h hash table functions header file
130 st.c hash table functions
139 enc/mktable.c character type table generator.

Completed in 38 milliseconds

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