Home
last modified time | relevance | path

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

12345678910>>...34

/PHP-5.5/ext/mysqli/tests/
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.5/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.5/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.5/ext/oci8/tests/
H A Dbind_misccoltypes.phpt25 id number,
46 function check_col($c, $colname, $id)
48 $s = oci_parse($c, "select $colname from bind_misccoltypes_tab where id = :id");
49 oci_bind_by_name($s, ":id", $id);
59 $insert_sql = "INSERT INTO bind_misccoltypes_tab ( id, "
126 . "id, "
143 . "from bind_misccoltypes_tab where id = 86";
209 $s = oci_parse($c, "INSERT INTO bind_misccoltypes_tab (id, number_t) VALUES (54, :n1)");
218 $s = oci_parse($c, "INSERT INTO bind_misccoltypes_tab (id, number_t) VALUES (55, :n1)");
229 $s = oci_parse($c, "INSERT INTO bind_misccoltypes_tab (id, number_t) VALUES (56, :n1)");
[all …]
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 Dfetch.phpt14 "create table fetch_tab (id number, value number)",
15 "insert into fetch_tab (id, value) values (1,1)",
16 "insert into fetch_tab (id, value) values (1,1)",
17 "insert into fetch_tab (id, value) values (1,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.5/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.5/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");
H A Dsqlite3_03_insert.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_23_escape_string.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", '" . SQLite3::escapeString…
16 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", 'b')"));
19 $results = $db->query("SELECT * FROM test ORDER BY id ASC");
/PHP-5.5/ext/pdo/tests/
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"]=>
H A Dpdo_004.phpt17 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10))');
31 ["id"]=>
38 ["id"]=>
45 ["id"]=>
H A Dpdo_003.phpt17 $db->exec('CREATE TABLE test(id int NOT NULL PRIMARY KEY, val VARCHAR(10))');
31 ["id"]=>
42 ["id"]=>
53 ["id"]=>
/PHP-5.5/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.5/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"]=>
/PHP-5.5/ext/simplexml/examples/
H A Dsecurity.php3 echo $s->id;
4 $s->id = 20;
/PHP-5.5/ext/session/tests/
H A Dbug61728.phpt19 function read ($id) {
22 function write ($id, $sess_data) {
29 function destroy ($id) {
/PHP-5.5/TSRM/
H A DTSRM.h114 TSRM_API void *ts_resource_ex(ts_rsrc_id id, THREAD_T *th_id);
115 #define ts_resource(id) ts_resource_ex(id, NULL) argument
124 TSRM_API void ts_free_id(ts_rsrc_id id);
164 #define TSRMG(id, type, element) (((type) (*((void ***) tsrm_ls))[TSRM_UNSHUFFLE_RSRC_ID(id)])->ele… argument

Completed in 38 milliseconds

12345678910>>...34