Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 800) sorted by last modified time

12345678910>>...32

/PHP-7.4/Zend/
H A Dzend_string.h520 #define _ZEND_STR_ID(id, str) id, argument
/PHP-7.4/ext/date/
H A Dphp_date.c4864 static int check_id_allowed(char *id, zend_long what) /* {{{ */ in check_id_allowed() argument
4866 if (what & PHP_DATE_TIMEZONE_GROUP_AFRICA && strncasecmp(id, "Africa/", 7) == 0) return 1; in check_id_allowed()
4867 if (what & PHP_DATE_TIMEZONE_GROUP_AMERICA && strncasecmp(id, "America/", 8) == 0) return 1; in check_id_allowed()
4868 if (what & PHP_DATE_TIMEZONE_GROUP_ANTARCTICA && strncasecmp(id, "Antarctica/", 11) == 0) return 1; in check_id_allowed()
4869 if (what & PHP_DATE_TIMEZONE_GROUP_ARCTIC && strncasecmp(id, "Arctic/", 7) == 0) return 1; in check_id_allowed()
4870 if (what & PHP_DATE_TIMEZONE_GROUP_ASIA && strncasecmp(id, "Asia/", 5) == 0) return 1; in check_id_allowed()
4871 if (what & PHP_DATE_TIMEZONE_GROUP_ATLANTIC && strncasecmp(id, "Atlantic/", 9) == 0) return 1; in check_id_allowed()
4872 if (what & PHP_DATE_TIMEZONE_GROUP_AUSTRALIA && strncasecmp(id, "Australia/", 10) == 0) return 1; in check_id_allowed()
4873 if (what & PHP_DATE_TIMEZONE_GROUP_EUROPE && strncasecmp(id, "Europe/", 7) == 0) return 1; in check_id_allowed()
4912 add_next_index_string(return_value, table[i].id); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1186 const cdf_header_t *h, cdf_secid_t id)
1189 size_t pos = CDF_SEC_POS(h, id);
1198 size_t len, const cdf_header_t *h, cdf_secid_t id)
1201 size_t pos = CDF_SHORT_SEC_POS(h, id);
1923 #define FILE_RCSID(id)
/PHP-7.4/ext/dom/
H A Delement.c320 zval *id; in PHP_FUNCTION() local
364 zval *id; in PHP_FUNCTION() local
432 zval *id; in PHP_FUNCTION() local
481 zval *id; in PHP_FUNCTION() local
634 zval *id; in PHP_FUNCTION() local
661 zval *id; in PHP_FUNCTION() local
742 zval *id; in PHP_FUNCTION() local
871 zval *id; in PHP_FUNCTION() local
929 zval *id; in PHP_FUNCTION() local
1059 zval *id; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/dom/tests/
H A Dbug81433.phpt15 $element->setAttribute("id", 123);
16 $element->setIdAttribute("id", true);
18 $node = $element->getAttributeNode("id");
21 $element->setIdAttribute("id", true);
/PHP-7.4/ext/sysvmsg/
H A Dsysvmsg.c47 zend_long id; member
193 if (msgctl(mq->id, IPC_STAT, &stat) == 0) { in PHP_FUNCTION()
209 if (msgctl(mq->id, IPC_SET, &stat) == 0) { in PHP_FUNCTION()
234 if (msgctl(mq->id, IPC_STAT, &stat) == 0) { in PHP_FUNCTION()
284 mq->id = msgget(key, 0); in PHP_FUNCTION()
285 if (mq->id < 0) { in PHP_FUNCTION()
287 mq->id = msgget(key, IPC_CREAT | IPC_EXCL | perms); in PHP_FUNCTION()
288 if (mq->id < 0) { in PHP_FUNCTION()
313 if (msgctl(mq->id, IPC_RMID, NULL) == 0) { in PHP_FUNCTION()
369 result = msgrcv(mq->id, messagebuffer, maxsize, desiredmsgtype, realflags); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/imap/
H A Dphp_imap.c157 ZEND_ARG_INFO(0, id)
1535 zend_string *mailbox, *id, *rights; in PHP_FUNCTION() local
1538 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rSSS", &streamind, &mailbox, &id, &rights) == FAILURE)… in PHP_FUNCTION()
1546 …RETURN_BOOL(imap_setacl(imap_le_struct->imap_stream, ZSTR_VAL(mailbox), ZSTR_VAL(id), ZSTR_VAL(rig… in PHP_FUNCTION()
3411 if (body->id) { in PHP_FUNCTION()
3413 add_property_string(return_value, "id", body->id); in PHP_FUNCTION()
3744 bod->id = cpystr(Z_STRVAL_P(pvalue)); in PHP_FUNCTION()
3866 bod->id = cpystr(Z_STRVAL_P(pvalue)); in PHP_FUNCTION()
4715 if (body->id) { in _php_imap_add_body()
4717 add_property_string(arg, "id", body->id); in _php_imap_add_body()
/PHP-7.4/ext/openssl/
H A Dopenssl.c2454 int id, purpset; in PHP_FUNCTION() local
2462 id = X509_PURPOSE_get_id(purp); in PHP_FUNCTION()
2464 purpset = X509_check_purpose(cert, id, 0); in PHP_FUNCTION()
2467 purpset = X509_check_purpose(cert, id, 1); in PHP_FUNCTION()
2475 add_index_zval(&subitem, id, &subsub); in PHP_FUNCTION()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_report.phpt57 mysqli_stmt_prepare($stmt, "SELECT id FROM test WHERE id > ?");
87 mysqli_stmt_prepare($stmt, "SELECT id FROM test WHERE id > ?");
107 mysqli_stmt_prepare($stmt, "SELECT id FROM test WHERE id > ?");
108 $id = 1;
118 mysqli_stmt_prepare($stmt, "SELECT id FROM test WHERE id > ?");
119 $id = 1;
141 mysqli_stmt_prepare($stmt, "SELECT id FROM test WHERE id > ?");
142 $id = 1;
151 mysqli_stmt_prepare($stmt, "SELECT id FROM test WHERE id > ?");
152 $id = 1;
[all …]
/PHP-7.4/sapi/cli/
H A Dphp_cli.c1340 orig_cp = (php_win32_cp_get_orig())->id; in WinMain()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp67 UnicodeString id; in timezone_convert_to_datetimezone() local
72 timeZone->getID(id); in timezone_convert_to_datetimezone()
73 if (id.isBogus()) { in timezone_convert_to_datetimezone()
83 if (id.compare(0, 3, UnicodeString("GMT", sizeof("GMT")-1, US_INV)) == 0) { in timezone_convert_to_datetimezone()
93 u8str = intl_charFromString(id, &INTL_ERROR_CODE(*outside_error)); in timezone_convert_to_datetimezone()
179 UnicodeString id; in timezone_process_timezone_argument() local
185 if (intl_stringFromChar(id, Z_STRVAL_P(zv_timezone), Z_STRLEN_P(zv_timezone), in timezone_process_timezone_argument()
196 timeZone = TimeZone::createTimeZone(id); in timezone_process_timezone_argument()
/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c2449 int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id) in gdImageSetInterpolationMethod() argument
2451 if (im == NULL || id < 0 || id > GD_METHOD_COUNT) { in gdImageSetInterpolationMethod()
2455 switch (id) { in gdImageSetInterpolationMethod()
2457 id = GD_BILINEAR_FIXED; in gdImageSetInterpolationMethod()
2523 im->interpolation_id = id; in gdImageSetInterpolationMethod()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c293 char *id = php_pdo_int64_to_str(mysql_insert_id(H->server)); in pdo_mysql_last_insert_id() local
295 *len = strlen(id); in pdo_mysql_last_insert_id()
296 PDO_DBG_RETURN(id); in pdo_mysql_last_insert_id()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug81037.phpt19 $sql = "SELECT id FROM test WHERE label = :par";
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_aaa.phpt13 $dbh->exec('create table ta_table (id integer)');
14 $S = $dbh->prepare('insert into ta_table (id) values (:id) returning id');
15 $S->execute(['id' => 1]);
16 $S->execute(['id' => 2]);
H A Dddl.phpt18 $dbh->exec("CREATE TABLE ddl (id INT NOT NULL PRIMARY KEY, text BLOB SUB_TYPE 1)");
21 BEGIN IF (NEW.id IS NULL) THEN NEW.id=GEN_ID(gen_ddl_id,1); END");
H A Dbug_62024.phpt20 $sql = "insert into test_insert (id, text) values (?, ?)";
H A Dexecute.phpt17 $dbh->exec("CREATE TABLE ddl (id SMALLINT NOT NULL PRIMARY KEY, text VARCHAR(32),
19 $dbh->exec("INSERT INTO ddl (id,text) VALUES (1,'bla')");
21 $s = $dbh->prepare("SELECT * FROM ddl WHERE id=? FOR UPDATE");
23 $id = 0;
24 $s->bindParam(1,$id);
27 $id = 1;
31 var_dump($id);
37 var_dump($dbh->exec("UPDATE ddl SET id=2 WHERE CURRENT OF c"));
H A Dbug_72931.phpt12 $dbh->exec('create table tablea (id integer)');
13 $S = $dbh->prepare('insert into tablea (id) values (1) returning id');
H A Dbug_73087.phpt12 $dbh->exec('create table atable (id integer not null, content blob sub_type 1 segment size 80)');
13 $S = $dbh->prepare('insert into atable (id, content) values (:id, :content)');
16 'id' => $I,
H A Dbug_74462.phpt12 $dbh->exec('create table atable (id integer not null, abool boolean)');
13 $dbh->exec('insert into atable (id, abool) values (1, true)');
14 $dbh->exec('insert into atable (id, abool) values (2, false)');
15 $dbh->exec('insert into atable (id, abool) values (3, null)');
16 $S = $dbh->query('select abool from atable order by id');
/PHP-7.4/ext/mbstring/tests/
H A Dbug81011.phpt11 123 => ['name' => 'this', 'id' => 444],
12 234 => ['name' => 'that', 'id' => 555],
19 $ad['premium'] = (int)($ad['id'] == 555);
33 ["id"]=>
42 ["id"]=>
63 ["id"]=>
72 ["id"]=>
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c404 zval *id; in php_xmlreader_string_arg() local
437 zval *id; in php_xmlreader_no_arg() local
461 zval *id; in php_xmlreader_no_arg_string() local
484 zval *id; in php_xmlreader_set_relaxng_schema() local
540 zval *id; in PHP_METHOD() local
566 zval *id; in PHP_METHOD() local
592 zval *id; in PHP_METHOD() local
623 zval *id; in PHP_METHOD() local
669 zval *id; in PHP_METHOD() local
703 zval *id; in PHP_METHOD() local
[all …]
/PHP-7.4/ext/pcntl/
H A Dpcntl.c643 pid_t id; in PHP_FUNCTION() local
645 id = fork(); in PHP_FUNCTION()
646 if (id == -1) { in PHP_FUNCTION()
651 RETURN_LONG((zend_long) id); in PHP_FUNCTION()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c293 char *id; in soap_check_zval_ref() local
308 id = (char*)attr->children->content; in soap_check_zval_ref()
310 smart_str_appends(&prefix, id); in soap_check_zval_ref()
312 id = ZSTR_VAL(prefix.s); in soap_check_zval_ref()
318 id = ZSTR_VAL(prefix.s); in soap_check_zval_ref()
327 smart_str_appends(&prefix, id); in soap_check_zval_ref()
329 id = ZSTR_VAL(prefix.s); in soap_check_zval_ref()
335 id = ZSTR_VAL(prefix.s); in soap_check_zval_ref()
3294 xmlChar* id; in check_and_resolve_href() local
3298 id = href->children->content+1; in check_and_resolve_href()
[all …]

Completed in 122 milliseconds

12345678910>>...32