Home
last modified time | relevance | path

Searched refs:id (Results 776 – 800 of 800) sorted by relevance

1...<<3132

/PHP-7.4/ext/ffi/
H A Dffi.c6420 int id; local
6430 for (id = 0; names[id].len != 0; id++) {
6431 if (name_len == names[id].len) {
6432 if (memcmp(name, names[id].name, name_len) == 0) {
6437 switch (id) {
6503 int id; local
6513 for (id = 0; names[id].len != 0; id++) {
6514 if (name_len == names[id].len) {
6515 if (memcmp(name, names[id].name, name_len) == 0) {
6520 switch (id) {
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_ps_select_union.phpt50 http://bugs.mysql.com/bug.php?id=47483
/PHP-7.4/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.4/Zend/
H A Dzend_vm_gen.php2326 $id = trim(substr($rule, 0, $n));
2328 switch ($id) {
2335 $used_extra_spec[$id] = 1;
H A Dzend_builtin_functions.c1983 int id = zend_fetch_list_dtor_id(ZSTR_VAL(type)); in ZEND_FUNCTION() local
1985 if (id <= 0) { in ZEND_FUNCTION()
1992 if (!key && Z_RES_TYPE_P(val) == id) { in ZEND_FUNCTION()
H A Dzend_API.h1112 #define Z_EXPECTED_TYPE_ENUM(id, str) id, argument
1113 #define Z_EXPECTED_TYPE_STR(id, str) str, argument
/PHP-7.4/docs/
H A Drelease-process.md260 This is to fetch the last commit id from php-distributions.git and commit
261 this last commit id to `web/php.git`, then, website will now sync.
/PHP-7.4/ext/gd/libgd/
H A Dgd.h857 int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id);
/PHP-7.4/ext/date/lib/
H A Dparse_tz.c425 int cmp = timelib_strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c273 return element->id; in phpdbg_get_element()
/PHP-7.4/ext/intl/
H A Dphp_intl.c416 ZEND_ARG_INFO( 0, id )
/PHP-7.4/sapi/cli/
H A Dphp_cli.c1340 orig_cp = (php_win32_cp_get_orig())->id; in WinMain()
/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/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/
H A DUPGRADING198 public int $id;
202 This will enforce that $user->id can only be assigned integers and
H A Dphp.ini-development1361 ; the session id. We encourage this operation as it's very helpful in combating
1362 ; session hijacking when not specifying and managing your own session id. It is
H A Dphp.ini-production1361 ; the session id. We encourage this operation as it's very helpful in combating
1362 ; session hijacking when not specifying and managing your own session id. It is
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3827 >>4 ubyte x id=0x%x
19825 # EBML id:
19827 # DocType id:
28190 0 name vhdx-id
28196 # no BAT id
28198 >>>0 use vhdx-id-hex
28203 # no Metadata id
28205 >>>0 use vhdx-id-hex
28213 >>>0 use vhdx-id-hex
28216 >>0 use vhdx-id-hex
[all …]
H A Dmagic3827 >>4 ubyte x id=0x%x
19825 # EBML id:
19827 # DocType id:
28190 0 name vhdx-id
28196 # no BAT id
28198 >>>0 use vhdx-id-hex
28203 # no Metadata id
28205 >>>0 use vhdx-id-hex
28213 >>>0 use vhdx-id-hex
28216 >>0 use vhdx-id-hex
[all …]
/PHP-7.4/ext/sodium/
H A Dlibsodium.c65 ZEND_ARG_INFO(0, id)
87 ZEND_ARG_INFO(0, id)
/PHP-7.4/ext/tidy/
H A Dtidy.c909 ADD_PROPERTY_LONG(obj->std.properties, id, tidyNodeGetId(obj->node)); in tidy_add_default_properties()
/PHP-7.4/ext/ldap/
H A Dldap.c1314 for (;interact->id != SASL_CB_LIST_END;interact++) { in _php_sasl_interact()
1316 switch(interact->id) { in _php_sasl_interact()
/PHP-7.4/ext/standard/tests/misc/
H A Duser_agents.txt29 Feedbin feed-id:156831 - 1 subscribers
H A Dget_browser_variation3.phpt71 Agent Feedbin feed-id:156831 - 1 subscribers
H A Dbrowscap.ini5377 [*; system(id);*]

Completed in 375 milliseconds

1...<<3132