Home
last modified time | relevance | path

Searched refs:id (Results 826 – 850 of 871) sorted by relevance

1...<<3132333435

/PHP-7.3/ext/standard/tests/strings/
H A Dstrspn_variation3.phpt236 -- Iteration with start value as "Resource id #%d" --
/PHP-7.3/ext/standard/tests/url/
H A Dparse_url_basic_006.phpt113 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_009.phpt113 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_004.phpt113 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_005.phpt113 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_002.phpt114 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_007.phpt113 --> /rest/Users?filter={"id":"123"} : string(11) "/rest/Users"
H A Dparse_url_basic_003.phpt113 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_001.phpt850 --> /rest/Users?filter={"id":"123"}: array(2) {
854 string(19) "filter={"id":"123"}"
H A Dparse_url_unterminated.phpt852 --> /rest/Users?filter={"id":"123"}: array(2) {
856 string(19) "filter={"id":"123"}"
/PHP-7.3/ext/gd/libgd/
H A Dgd_interpolation.c2496 int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id) in gdImageSetInterpolationMethod() argument
2498 if (im == NULL || id < 0 || id > GD_METHOD_COUNT) { in gdImageSetInterpolationMethod()
2502 switch (id) { in gdImageSetInterpolationMethod()
2504 id = GD_BILINEAR_FIXED; in gdImageSetInterpolationMethod()
2570 im->interpolation_id = id; in gdImageSetInterpolationMethod()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c22266 return id->pMethods->xTruncate(id, size); in sqlite3OsTruncate()
22274 return id->pMethods->xFileSize(id, pSize); in sqlite3OsFileSize()
22278 return id->pMethods->xLock(id, lockType); in sqlite3OsLock()
22281 return id->pMethods->xUnlock(id, lockType); in sqlite3OsUnlock()
22318 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg); in sqlite3OsFileControlHint()
22333 id->pMethods->xShmBarrier(id); in sqlite3OsShmBarrier()
25321 pNew->id = id; in debugMutexAlloc()
25334 pNew->id = id; in debugMutexAlloc()
182541 id = ii ? pCur->aPoint[0].id : pCur->sPoint.id;
182742 x.id = p->id;
[all …]
/PHP-7.3/ext/standard/tests/general_functions/
H A Dgettype_settype_basic.phpt896 string(14) "Resource id #%d"
900 string(14) "Resource id #%d"
/PHP-7.3/ext/imap/
H A Dphp_imap.c157 ZEND_ARG_INFO(0, id)
1523 zend_string *mailbox, *id, *rights; in PHP_FUNCTION() local
1526 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rSSS", &streamind, &mailbox, &id, &rights) == FAILURE)… in PHP_FUNCTION()
1534 …RETURN_BOOL(imap_setacl(imap_le_struct->imap_stream, ZSTR_VAL(mailbox), ZSTR_VAL(id), ZSTR_VAL(rig… in PHP_FUNCTION()
3389 if (body->id) { in PHP_FUNCTION()
3391 add_property_string(return_value, "id", body->id); in PHP_FUNCTION()
3722 bod->id = cpystr(Z_STRVAL_P(pvalue)); in PHP_FUNCTION()
3844 bod->id = cpystr(Z_STRVAL_P(pvalue)); in PHP_FUNCTION()
4696 if (body->id) { in _php_imap_add_body()
4698 add_property_string(arg, "id", body->id); in _php_imap_add_body()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.h224 int id; member
/PHP-7.3/ext/oci8/tests/
H A Dbind_char_1.phpt24 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
H A Dbind_char_1_11gR1.phpt26 "create table bind_char_tab (id number, c1 char(10), c2 varchar2(10))",
H A Dlob_040.phpt17 …$s = oci_parse($c, "insert into ".$schema.$table_name." (id, clob) values(".$i.", '".$i."aaaa".$i.…
23 $s = oci_parse($c, "select clob from ".$schema.$table_name." order by id");
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_ps_select_union.phpt50 http://bugs.mysql.com/bug.php?id=47483
/PHP-7.3/
H A DREADME.RELEASE_PROCESS206 This is to fetch the last commit id from php-distributions.git and commit this
207 last commit id to web/php.git, then, mirrors will now sync
H A DREADME.SUBMITTING_PATCH84 Please make the mail subject prefix "[PATCH]". Include the bug id(s)
/PHP-7.3/ext/phar/tests/zip/
H A Dbug48791.phpt13 …e="Heading_20_1" text:outline-level="1">Überschrift</text:h><text:list xml:id="list38593008" text:…
/PHP-7.3/Zend/
H A Dzend_vm_gen.php2261 $id = trim(substr($rule, 0, $n));
2263 switch ($id) {
2270 $used_extra_spec[$id] = 1;
H A Dzend_API.h691 #define Z_EXPECTED_TYPE_ENUM(id, str) id, argument
692 #define Z_EXPECTED_TYPE_STR(id, str) str, argument
/PHP-7.3/ext/date/lib/
H A Dparse_tz.c425 int cmp = timelib_strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position()

Completed in 696 milliseconds

1...<<3132333435