Home
last modified time | relevance | path

Searched refs:id (Results 526 – 550 of 806) sorted by relevance

1...<<21222324252627282930>>...33

/php-src/ext/pdo_pgsql/tests/
H A Dbug75402.phpt21 "id" character varying(64) NOT NULL,
40 CONSTRAINT "pk_bug75402" PRIMARY KEY ("id")
45 $db->query("INSERT INTO bug75402 (\"id\", \"group_id\", \"submitter\", \"operation\", \"description…
/php-src/ext/pgsql/tests/
H A Dbug71998.phpt17 pg_query($db, "CREATE TABLE {$table_name} (id integer NOT NULL, remote_addr inet);");
60 $data = array("id" => ++$i, "remote_addr" => $ip);
74 …//pg_query($db, "INSERT INTO {$table_name} (id, remote_addr) VALUES (2, '127.0.0.1')"); // OK, rec…
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindparam_types.phpt21 …$sql = sprintf('CREATE TABLE test_stmt_bindparam_types(id INT, label %s) ENGINE=%s', $sql_type, My…
26 $stmt = $db->prepare('INSERT INTO test_stmt_bindparam_types(id, label) VALUES (1, ?)');
38 $stmt = $db->query('SELECT id, label FROM test_stmt_bindparam_types');
39 $id = $label = null;
40 if (!$stmt->bindColumn(1, $id)) {
/php-src/ext/soap/tests/bugs/
H A Dbug65018.phpt8 public function TOKEN($id){
9 return new SoapHeader('namespace1', 'TOKEN', $id, true);
/php-src/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_sel_up_del.phpt18 "create table #test_batch_stmt_ins_sel_up_del(id int);" .
21 "update #test_batch_stmt_ins_sel_up_del set id = 4;" .
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.h30 int id; member
/php-src/ext/dom/tests/bug79701/
H A Dunconnected.phpt9 $element->setAttribute('id', 'test');
H A Dnode.phpt10 $attr = $dom->createAttribute('id');
/php-src/sapi/fpm/tests/
H A Dfcgi.inc422 * Outstanding request statuses keyed by request id
732 $id = $this->async_request($params, $stdin);
733 return $this->wait_for_response($id);
750 $id = $this->async_request($params, $stdin, $writeDelayMs);
777 $id = mt_rand(1, (1 << 16) - 1);
786 $id
796 $request .= $this->buildPacket(self::PARAMS, '', $id);
801 $request .= $this->buildPacket(self::STDIN, '', $id);
820 $this->_requests[$id] = array(
827 return $id;
[all …]
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_parser_warning_02.phpt15 <p id="foo" class="bar">
H A DHTMLDocument_fromFile_parser_warning_01.phpt14 </head><body><datalist id="fruits">
/php-src/ext/filter/
H A Dfilter.c35 int id; member
107 IF_G(default_filter) = filter_list[i].id; in ZEND_GET_MODULE()
210 static filter_list_entry php_find_filter(zend_long id) /* {{{ */ in php_find_filter() argument
215 if (filter_list[i].id == id) { in php_find_filter()
221 if (filter_list[i].id == FILTER_DEFAULT) { in php_find_filter()
249 if (!filter_func.id) { in php_zval_filter()
756 RETURN_LONG(filter_list[i].id); in PHP_FUNCTION()
/php-src/ext/intl/tests/
H A Dtimezone_fromDateTimeZone_error.phpt15 Warning: IntlTimeZone::fromDateTimeZone(): intltz_from_date_time_zone: time zone id 'WEST' extracte…
H A Dtimezone_getRegion_error.phpt13 Warning: IntlTimeZone::getRegion(): could not convert time zone id to UTF-16 in %s on line %d
H A Dtransliterator_create_from_rule_basic.phpt15 echo $t->id,"\n";
/php-src/ext/spl/tests/SplFileObject/
H A Dgh8121.csv1 id,status,on_sale,brand,name,link,meta_title,meta_desc,description
/php-src/ext/xsl/tests/
H A Dxsltprocessor_setparameter-errorquote.phpt4 Memleak: http://bugs.php.net/bug.php?id=48221
/php-src/ext/sysvshm/
H A Dphp_sysvshm.h59 zend_long id; /* returned by shmget */ member
/php-src/ext/simplexml/tests/
H A D001-mb.phpt15 ["id"]=>
H A D001.phpt15 ["id"]=>
/php-src/ext/pdo/tests/
H A Dpdo_015.phpt18 $db->exec('CREATE TABLE test015(id int NOT NULL PRIMARY KEY, val VARCHAR(10), val2 VARCHAR(20))');
22 $select1 = $db->prepare('SELECT id, val, val2 FROM test015');
H A Dpdo_021.phpt22 $db->exec('CREATE TABLE test021(id INT NOT NULL PRIMARY KEY, val VARCHAR(10), val2 VARCHAR(16))');
24 $select = $db->prepare('SELECT COUNT(id) FROM test021');
/php-src/ext/tokenizer/
H A Dtokenizer_arginfo.h10 ZEND_ARG_TYPE_INFO(0, id, IS_LONG, 0)
16 ZEND_ARG_TYPE_INFO(0, id, IS_LONG, 0)
/php-src/ext/dom/lexbor/lexbor/css/
H A Dunit.h39 lxb_css_unit_by_id(lxb_css_type_t id);
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_lastinsertid.phpt9 $db->query('CREATE TABLE test_pdo_sqlite_lastinsertid (id INT AUTO INCREMENT, name TEXT)');

Completed in 37 milliseconds

1...<<21222324252627282930>>...33