Home
last modified time | relevance | path

Searched refs:id (Results 176 – 200 of 858) sorted by relevance

12345678910>>...35

/PHP-5.6/ext/oci8/tests/
H A Dfetch_row.phpt14 "create table fetch_row_tab (id number, value number)",
15 "insert into fetch_row_tab (id, value) values (1,1)",
16 "insert into fetch_row_tab (id, value) values (1,1)",
17 "insert into fetch_row_tab (id, value) values (1,1)",
H A Dprefetch.phpt14 "create table prefetch_tab (id number, value number)",
15 "insert into prefetch_tab (id, value) values (1,1)",
16 "insert into prefetch_tab (id, value) values (1,1)",
17 "insert into prefetch_tab (id, value) values (1,1)",
H A Dprefetch_old.phpt12 "create table prefetch_old_tab (id number, value number)",
13 "insert into prefetch_old_tab (id, value) values (1,1)",
14 "insert into prefetch_old_tab (id, value) values (1,1)",
15 "insert into prefetch_old_tab (id, value) values (1,1)",
H A Dbind_raw.phpt13 $stmt = oci_parse($c, "create table phptestrawtable( id number(10), fileimage raw(1000))");
16 $stmt = oci_parse ($c, "insert into phptestrawtable (id, fileimage) values (:id, :fileimage)");
21 oci_bind_by_name( $stmt, ":id", $i, -1);
H A Ddefault_prefetch0.phpt16 "create table default_prefetch_tab (id number, value number)",
17 "insert into default_prefetch_tab (id, value) values (1,1)",
18 "insert into default_prefetch_tab (id, value) values (1,1)",
19 "insert into default_prefetch_tab (id, value) values (1,1)",
H A Ddefault_prefetch1.phpt16 "create table default_prefetch1_tab (id number, value number)",
17 "insert into default_prefetch1_tab (id, value) values (1,1)",
18 "insert into default_prefetch1_tab (id, value) values (1,1)",
19 "insert into default_prefetch1_tab (id, value) values (1,1)",
H A Ddefault_prefetch2.phpt16 "create table default_prefetch2_tab (id number, value number)",
17 "insert into default_prefetch2_tab (id, value) values (1,1)",
18 "insert into default_prefetch2_tab (id, value) values (1,1)",
19 "insert into default_prefetch2_tab (id, value) values (1,1)",
H A Dbind_raw_2.phpt13 $stmt = oci_parse($c, "create table phptestrawtable( id number(10), fileimage raw(1000))");
16 $stmt = oci_parse ($c, "insert into phptestrawtable (id, fileimage) values (:id, :fileimage)");
21 oci_bind_by_name( $stmt, ":id", $i, -1);
H A Ddefine3.phpt15 "create table phpdefblobtable (id number(10), fileimage blob)"
21 $stmt = oci_parse ($c, "insert into phpdefblobtable (id, fileimage) values (:id, empty_blob()) retu…
23 oci_bind_by_name($stmt,":id",$id);
25 $id = 1;
33 $id = 2;
/PHP-5.6/ext/pdo/tests/
H A Dpdo_027.phpt17 $db->exec('create table test (id int, name varchar(10))');
18 $db->exec("INSERT INTO test (id,name) VALUES(1,'test1')");
19 $db->exec("INSERT INTO test (id,name) VALUES(2,'test2')");
22 echo "lazy: " . $v->id.$v->name."\n";
H A Dpdo_001.phpt17 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10))');
31 ["id"]=>
38 ["id"]=>
45 ["id"]=>
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_stmt_close.phpt31 if (!mysqli_stmt_prepare($stmt, "SELECT id, label FROM test"))
43 if (!mysqli_stmt_prepare($stmt, "INSERT INTO test(id, label) VALUES (?, ?)"))
46 $id = $label = null;
47 if (!mysqli_stmt_bind_param($stmt, "is", $id, $label))
50 $id = 100; $label = 'z';
65 if (!mysqli_stmt_prepare($stmt, "SELECT id, label FROM test"))
68 $id = $label = null;
69 if (!mysqli_stmt_bind_result($stmt, $id, $label))
H A Dmysqli_stmt_data_seek.phpt30 if (!mysqli_stmt_prepare($stmt, "SELECT id FROM test ORDER BY id"))
37 $id = null;
38 if (!mysqli_stmt_bind_result($stmt, $id))
50 var_dump($id);
58 var_dump($id);
66 var_dump($id);
74 var_dump($id);
H A Dmysqli_fetch_assoc_no_alias_utf8.phpt52 …if (!$res = mysqli_query($link, "CREATE TABLE автори_на_mysqlnd (id integer not null auto_incremen…
65 …if (!$res = mysqli_query($link, "SELECT id, име, фамилия FROM автори_на_mysqlnd ORDER BY фамилия, …
93 [%u|b%"id"]=>
101 [%u|b%"id"]=>
109 [%u|b%"id"]=>
117 [%u|b%"id"]=>
125 [%u|b%"id"]=>
133 [%u|b%"id"]=>
141 [%u|b%"id"]=>
149 [%u|b%"id"]=>
[all …]
H A Dmysqli_stmt_bind_result_format.phpt37 $sql = sprintf("INSERT INTO test(id, col1) VALUES (%d, %f)",
158 test_format($link, 'FORMAT(id, 0)', 'test', null, '1', 60);
166 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 100);
171 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 120);
176 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 140);
181 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 160);
186 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 180);
191 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 200);
196 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 220);
201 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 240);
[all …]
H A Dmysqli_free_result.phpt23 if (!$res = mysqli_query($link, "SELECT id FROM test ORDER BY id LIMIT 1")) {
32 if (!$res = mysqli_query($link, "SELECT id FROM test ORDER BY id LIMIT 1")) {
41 if (!$res = mysqli_query($link, "SELECT id FROM test ORDER BY id LIMIT 1")) {
/PHP-5.6/ext/interbase/tests/
H A D003.phpt129 …$q = ibase_query('SELECT 1 AS id, 2 AS id, 3 AS id, 4 AS id, 5 AS id, 6 AS id, 7 AS id, 8 AS id, 9…
130 10 AS id, 11 AS id, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 FROM rdb$database');
/PHP-5.6/ext/pdo_oci/tests/
H A Dbug57702.phpt22 $query = "create table bug57702 (id number, data1 blob, data2 blob)";
26 function do_insert($db, $id, $data1, $data2)
29 …$stmt = $db->prepare("insert into bug57702 (id, data1, data2) values (:id, empty_blob(), empty_blo…
30 $stmt->bindParam(':id', $id);
52 $stmt = $db->prepare('select data1, data2 from bug57702 order by id');
65 foreach($db->query("select data1 as d1, data2 as d2 from bug57702 order by id") as $row) {
74 $stmt = $db->prepare('select data1 as d3_1, data2 as d3_2 from bug57702 order by id');
92 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
115 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
/PHP-5.6/ext/intl/common/
H A Dcommon_date.cpp44 char *id = NULL, local
52 id = is_datetime
55 id_len = strlen(id);
74 id = offset_id;
75 id_len = slprintf(id, sizeof(offset_id), "GMT%+03d:%02d",
80 id = is_datetime
83 id_len = strlen(id);
87 UnicodeString s = UnicodeString(id, id_len, US_INV);
98 "extracted from ext/date DateTimeZone not recognized", func, id);
/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_13_skip_all_cleanup.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'a')"));
16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
19 $results = $db->query("SELECT * FROM test ORDER BY id ASC");
H A Dsqlite3_18_changes.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'a')"));
16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
19 var_dump($db->exec("UPDATE test SET id = 'c'"));
H A Dsqlite3_prepared_stmt_clear_with_params.phpt13 $db->exec('CREATE TABLE test (time INTEGER, id STRING)');
15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
18 $stmt = $db->prepare("SELECT * FROM test WHERE id = ? ORDER BY id ASC");
H A Dsqlite3_28_clear_bindings.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'a')"));
16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
19 $stmt = $db->prepare("SELECT * FROM test WHERE id = ? ORDER BY id ASC");
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug38536.phpt23 <id xsi:type="xsd:int">2</id>
27 <xsd:address id="i2" xsi:type="ns1:ClientAddressType" SOAP-ENC:root="0">
31 <address xsi:type="xsd:string" id="i3" SOAP-ENC:root="0">Test</address>
45 [id] => 2
/PHP-5.6/ext/pdo_mysql/tests/
H A Dbug_44707.phpt32 $db->exec('CREATE TABLE test(id INT, mybool TINYINT)');
34 $id = 1;
38 $stmt = $db->prepare('INSERT INTO test(id, mybool) VALUES (?, ?)');
39 $stmt->bindParam(1, $id);
51 $stmt = $db->prepare('INSERT INTO test(id, mybool) VALUES (?, ?)');
52 $stmt->bindParam(1, $id);
86 [%u|b%"id"]=>

Completed in 36 milliseconds

12345678910>>...35