Home
last modified time | relevance | path

Searched refs:id (Results 501 – 525 of 794) sorted by relevance

1...<<21222324252627282930>>...32

/php-src/ext/soap/tests/bugs/
H A Dbug37083.phpt18 <multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
19 <multiRef id="id9" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
20 <multiRef id="id7" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
21 <multiRef id="id6" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
22 <multiRef id="id10" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encodin…
23 <multiRef id="id8" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
24 <multiRef id="id4" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
25 <multiRef id="id5" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
26 <multiRef id="id3" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
27 <multiRef id="id2" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding…
[all …]
H A Dbug65018.phpt8 public function TOKEN($id){
9 return new SoapHeader('namespace1', 'TOKEN', $id, true);
/php-src/ext/session/tests/
H A Dbug70876.phpt2 Bug #70876 Segmentation fault when regenerating session id with strict mode
H A Dsession_regenerate_id_cookie.phpt47 $id = session_id();
50 var_dump($id !== session_id());
/php-src/ext/intl/tests/
H A Dtimezone_createTimeZone_error.phpt12 Warning: IntlTimeZone::createTimeZone(): could not convert time zone id to UTF-16 in %s on line %d
H A Dtimezone_countEquivalentIDs_error.phpt12 Warning: IntlTimeZone::countEquivalentIDs(): could not convert time zone id to UTF-16 in %s on line…
H A Dtimezone_getCanonicalID_error.phpt12 Warning: IntlTimeZone::getCanonicalID(): could not convert time zone id to UTF-16 in %s on line %d
H A Dtimezone_getEquivalentID_error.phpt12 Warning: IntlTimeZone::getEquivalentID(): could not convert time zone id to UTF-16 in %s on line %d
H A Dtimezone_fromDateTimeZone_error.phpt15 Warning: IntlTimeZone::fromDateTimeZone(): intltz_from_date_time_zone: time zone id 'WEST' extracte…
/php-src/ext/sysvmsg/tests/
H A D004.phpt7 $id = ftok(__FILE__, 'r');
9 $q = msg_get_queue($id);
/php-src/ext/tidy/tests/
H A D036.phpt48 $node->id = null;
73 Cannot modify readonly property tidyNode::$id
/php-src/ext/mysqli/tests/
H A Dgh11550.phpt17 `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
19 PRIMARY KEY (`id`) USING BTREE,
H A Dmysqli_insert_id_variation.phpt18 $link->query("CREATE TABLE test_insert_id_var (id INT auto_increment, PRIMARY KEY (id))");
23 printf("[001] Got no valid insert id: %s", var_export($i, true));
H A Dmysqli_stmt_result_metadata.phpt22 if (!mysqli_stmt_prepare($stmt, "SELECT id, label FROM test"))
94 string(2) "id"
96 string(2) "id"
H A Dmysqli_real_escape_string_big5.phpt34 if (!mysqli_query($link, 'CREATE TABLE test(id INT, label CHAR(1), PRIMARY
35 KEY(id)) ENGINE=' . $engine . " DEFAULT CHARSET=big5")) {
66 var_dump(mysqli_query($link, "INSERT INTO test(id, label) VALUES (100,
/php-src/ext/pdo/tests/
H A Dbug_38253.phpt18 $pdo->exec ("create table test38253 (id integer primary key, n varchar(255))");
19 $pdo->exec ("INSERT INTO test38253 (id, n) VALUES (1, 'hi')");
/php-src/ext/dom/tests/
H A Dbug78221.phpt8 $doc->loadHTML('<p id=x>foo</p>');
/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/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/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">
/php-src/ext/filter/
H A Dfilter.c33 int id; member
105 IF_G(default_filter) = filter_list[i].id; in ZEND_GET_MODULE()
208 static filter_list_entry php_find_filter(zend_long id) /* {{{ */ in php_find_filter() argument
213 if (filter_list[i].id == id) { in php_find_filter()
219 if (filter_list[i].id == FILTER_DEFAULT) { in php_find_filter()
247 if (!filter_func.id) { in php_zval_filter()
754 RETURN_LONG(filter_list[i].id); in PHP_FUNCTION()

Completed in 77 milliseconds

1...<<21222324252627282930>>...32