Home
last modified time | relevance | path

Searched refs:id (Results 201 – 225 of 858) sorted by relevance

12345678910>>...35

/PHP-5.6/ext/simplexml/examples/
H A Dsecurity.php3 echo $s->id;
4 $s->id = 20;
/PHP-5.6/ext/session/tests/
H A Dbug61728.phpt19 function read ($id) {
22 function write ($id, $sess_data) {
29 function destroy ($id) {
H A Dbug67694.phpt18 $id = session_id();
23 session_id($id);
29 var_dump($newid != $id);
/PHP-5.6/ext/sqlite3/tests/
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");
H A Dbug66550.phpt12 $db->exec('CREATE TABLE foo (id INTEGER, bar STRING)');
14 $stmt = $db->prepare('SELECT bar FROM foo WHERE id=:id');
/PHP-5.6/ext/oci8/tests/
H A Dfetch_into.phpt14 "create table fetch_into_tab (id number, value number)",
15 "insert into fetch_into_tab (id, value) values (1,1)",
16 "insert into fetch_into_tab (id, value) values (1,1)",
17 "insert into fetch_into_tab (id, value) values (1,1)",
H A Dpecl_bug8816.phpt13 $create_1 = "CREATE TABLE t1 (id INTEGER, l1 LONG)";
14 $create_2 = "CREATE TABLE t2 (id INTEGER, l2 LONG)";
51 t1.id = t2.id
52 ORDER BY t1.id ASC
H A Dcursor_bind_err.phpt17 "create table cursor_bind_err_tab (id number, value number)",
18 "insert into cursor_bind_err_tab (id, value) values (1,1)",
19 "insert into cursor_bind_err_tab (id, value) values (1,1)",
20 "insert into cursor_bind_err_tab (id, value) values (1,1)",
H A Dfetch_all.phpt14 "create table fetch_all_tab (id number, value number)",
15 "insert into fetch_all_tab (id, value) values (1,1)",
16 "insert into fetch_all_tab (id, value) values (1,1)",
17 "insert into fetch_all_tab (id, value) values (1,1)"
H A Dfetch_all1.phpt14 "create table fetch_all_tab (id number, value number)",
15 "insert into fetch_all_tab (id, value) values (1,1)",
16 "insert into fetch_all_tab (id, value) values (1,1)",
17 "insert into fetch_all_tab (id, value) values (1,1)"
/PHP-5.6/ext/pdo/tests/
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"]=>
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 Dbug_34630.phpt21 $db->exec('CREATE TABLE test (id int NOT NULL PRIMARY KEY, val BLOB)');
23 $db->exec('CREATE TABLE test (id int NOT NULL PRIMARY KEY, val VARCHAR(256))');
36 …$insert = $db->prepare("insert into test (id, val) values (1, EMPTY_BLOB()) RETURNING val INTO :bl…
38 $insert = $db->prepare("insert into test (id, val) values (1, :blob)");
52 ["id"]=>
/PHP-5.6/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
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_pconn_conn_multiple.phpt24 …printf("[002] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_…
33 …printf("[005] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
49 …printf("[008] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_…
58 …printf("[011] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
86 …printf("[017] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_…
95 …printf("[020] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
111 …printf("[023] Cannot determine thread id, test will fail, [%d] %s\n", mysqli_errno($link), mysqli_…
120 …printf("[026] Expecting new connection and new thread id. Old thread id %d, new thread id %d\n", $…
H A Dbug42378.phpt25 $sql = sprintf("CREATE TABLE test(id INT AUTO_INCREMENT PRIMARY KEY, col1 %s) ENGINE=%s",
38 $sql = sprintf("INSERT INTO test(id, col1) VALUES (%d, %f)",
169 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 120);
174 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 140);
179 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 160);
192 id AS order_by_col, FORMAT(col1, 0)
194 id AS order_by_col, FORMAT(col1, 0)
196 id AS order_by_col, FORMAT(col1, 0)
/PHP-5.6/ext/dom/
H A Dnamednodemap.c129 zval *id; in PHP_FUNCTION() local
139 …if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os", &id, dom_namednodemap… in PHP_FUNCTION()
143 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC); in PHP_FUNCTION()
203 zval *id; in PHP_FUNCTION() local
213 …if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &id, dom_namednodemap… in PHP_FUNCTION()
217 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC); in PHP_FUNCTION()
261 zval *id; in PHP_FUNCTION() local
271 …if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Os!s", &id, dom_namednodem… in PHP_FUNCTION()
275 intern = (dom_object *)zend_object_store_get_object(id TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.6/ext/filter/tests/
H A D005.phpt8 id=f03_photos&pgurl=http%3A//fifaworldcup.yahoo.com/03/en/photozone/index.html
11 echo $_GET['id'];
15 echo $_REQUEST['id'];
/PHP-5.6/ext/pdo_odbc/tests/
H A Dmax_columns.phpt13 if (false === $db->exec('CREATE TABLE TEST (id INT NOT NULL PRIMARY KEY, data varchar(max))')) {
14 if (false === $db->exec('CREATE TABLE TEST (id INT NOT NULL PRIMARY KEY, data longtext)')) {
15 if (false === $db->exec('CREATE TABLE TEST (id INT NOT NULL PRIMARY KEY, data CLOB)')) {
33 foreach ($db->query('SELECT id, data from TEST') as $row) {
36 echo "Failed on size $row[id]:\n";
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobfromsteam.phpt56 $sql = sprintf('CREATE TABLE test(id INT, label BLOB) ENGINE=%s', PDO_MYSQL_TEST_ENGINE);
59 if (!$stmt = $db->prepare('INSERT INTO test(id, label) VALUES (?, ?)')) {
71 $id = 1;
72 $stmt->bindParam(1, $id);
86 $stmt2 = $db->query('SELECT id, label FROM test WHERE id = 1');
98 $stmt = $db->prepare('INSERT INTO test(id, label) VALUES (?, ?)');
99 $stmt->bindParam(1, $id);
104 $stmt2 = $db->query('SELECT id, label FROM test WHERE id = 1');
/PHP-5.6/ext/soap/interop/
H A Ddatabase_round2.sql18 id int(11) NOT NULL auto_increment,
24 PRIMARY KEY (id)
33 id int(11) NOT NULL auto_increment,
43 PRIMARY KEY (id)
/PHP-5.6/ext/tidy/tests/
H A D012.phpt51 ["id"]=>
72 ["id"]=>
96 ["id"]=>
119 ["id"]=>
144 ["id"]=>
185 ["id"]=>
224 ["id"]=>
269 ["id"]=>
328 ["id"]=>
367 ["id"]=>
[all …]
/PHP-5.6/ext/sysvsem/tests/
H A Dnowait.phpt94 P: got semaphore Resource id #%i.
95 P: success acquire semaphore Resource id #%i.
97 C: got semaphore Resource id #%i.
99 C: success acquire semaphore Resource id #%i.
101 P: success acquire semaphore Resource id #%i.
102 C: fail to acquire semaphore Resource id #%i.
/PHP-5.6/ext/pgsql/
H A Dpgsql.c1524 int id = -1; local
1579 if (id!=-1
1752 int id; local
1758 id = -1;
1786 int id; local
1791 id = -1;
2322 int id = -1; local
3257 int id = -1; local
4029 int id = -1; local
4168 int id = -1; local
[all …]

Completed in 104 milliseconds

12345678910>>...35