Home
last modified time | relevance | path

Searched refs:h (Results 626 – 649 of 649) sorted by relevance

1...<<212223242526

/php-src/docs-old/
H A Dstreams.md71 streams there are a range of functions to do this defined in `php_streams.h`. A
86 There are some network enabled relatives in `php_network.h`:
H A Dparameter-parsing-api.md81 h - array (returned as HashTable*)
/php-src/ext/opcache/jit/ir/
H A Dir.c932 uint32_t h = _ir_fold_hashkey(k); local
933 uint32_t fh = _ir_fold_hash[h];
936 || (fh = _ir_fold_hash[h+1], (fh & 0x1fffff) == k)
1657 …HANDLE h = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_EXECUTE_READWRITE, size_hi, size_lo,… local
1659 ret = MapViewOfFile(h, FILE_MAP_READ | FILE_MAP_WRITE | FILE_MAP_EXECUTE, 0, 0, size);
1661 CloseHandle(h);
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt388 …resi birkaç kez sarkmıştır. Bu bağlamda, ilk etapta 2014-15 sezonunda hazır hâle geleceği açıklana…
389 …devlet olan Mısır Hidivliği tarafından sipariş edilen Lütf-i Celil, Osmanlı hükûmetinin Mısır'ı ge…
/php-src/Zend/
H A Dzend_string.h70 #define ZSTR_H(zstr) (zstr)->h in END_EXTERN_C()
H A Dzend_object_handlers.c665 (EXPECTED(p->h == ZSTR_H(name)) && in zend_std_read_property()
1841 (EXPECTED(p->h == ZSTR_H(name)) && in zend_std_has_property()
H A Dzend_API.c1721 zend_long h; in object_properties_load() local
1724 ZEND_HASH_FOREACH_KEY_VAL(properties, h, key, prop) { in object_properties_load()
1775 …w_error(NULL, "Cannot create dynamic property %s::$" ZEND_LONG_FMT, ZSTR_VAL(object->ce->name), h); in object_properties_load()
1779 ZSTR_VAL(object->ce->name), h); in object_properties_load()
1785 prop = zend_hash_index_update(object->properties, h, prop); in object_properties_load()
H A Dzend_generators.c648 ZVAL_LONG(&generator->key, p->h); in zend_generator_get_next_delegated_value()
H A Dzend_vm_def.h2097 (EXPECTED(p->h == ZSTR_H(name)) &&
2262 (EXPECTED(p->h == ZSTR_H(name)) &&
6937 ZVAL_LONG(EX_VAR(opline->result.var), p->h); in ZEND_VM_HELPER()
7064 ZVAL_LONG(EX_VAR(opline->result.var), p->h);
7142 ZVAL_LONG(EX_VAR(opline->result.var), p->h);
7202 ZVAL_LONG(EX_VAR(opline->result.var), p->h);
8535 (EXPECTED(p->h == ZSTR_H(varname)) &&
10222 ZVAL_LONG(EX_VAR(opline->result.var), p->h);
H A Dzend_strtod.c1535 htinit(unsigned char *h, unsigned char *s, int inc)
1539 h[j] = i + inc;
H A Dzend_vm_execute.h6562 (EXPECTED(p->h == ZSTR_H(name)) && in ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER()
6689 (EXPECTED(p->h == ZSTR_H(name)) && in ZEND_FETCH_OBJ_IS_SPEC_CONST_CONST_HANDLER()
9082 (EXPECTED(p->h == ZSTR_H(name)) && in ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER()
9209 (EXPECTED(p->h == ZSTR_H(name)) && in ZEND_FETCH_OBJ_IS_SPEC_CONST_TMPVAR_HANDLER()
11469 (EXPECTED(p->h == ZSTR_H(name)) && in ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER()
11596 (EXPECTED(p->h == ZSTR_H(name)) && in ZEND_FETCH_OBJ_IS_SPEC_CONST_CV_HANDLER()
15851 (EXPECTED(p->h == ZSTR_H(name)) && in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER()
15978 (EXPECTED(p->h == ZSTR_H(name)) && in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CONST_HANDLER()
17296 (EXPECTED(p->h == ZSTR_H(name)) && in ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER()
17423 (EXPECTED(p->h == ZSTR_H(name)) && in ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_TMPVAR_HANDLER()
[all …]
/php-src/ext/pcre/pcre2lib/
H A Dpcre2.h985 #error PCRE2_CODE_UNIT_WIDTH must be defined before including pcre2.h.
/php-src/sapi/cli/
H A Dphp_cli.c389 static int sapi_cli_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_stru… in sapi_cli_header_handler() argument
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddynasm.lua1025 h = "help", ["?"] = "help", V = "version",
/php-src/sapi/fpm/
H A Dwww.conf.in379 ; Available units: s(econds)(default), m(inutes), h(ours), or d(ays)
390 ; Available units: s(econds)(default), m(inutes), h(ours), or d(ays)
/php-src/ext/snmp/
H A Dsnmp.c1663 void php_snmp_add_property(HashTable *h, const char *name, size_t name_length, php_snmp_read_t read… in php_snmp_add_property() argument
1673 zend_hash_add_mem(h, str, &p, sizeof(php_snmp_prop_handler)); in php_snmp_add_property()
/php-src/ext/hash/xxhash/
H A Dxxhash.h5522 XXH128_hash_t h; in XXH128_hashFromCanonical() local
5523 h.high64 = XXH_readBE64(src); in XXH128_hashFromCanonical()
5524 h.low64 = XXH_readBE64(src->digest + 8); in XXH128_hashFromCanonical()
5525 return h; in XXH128_hashFromCanonical()
/php-src/.github/workflows/
H A Dnightly.yml486 … for component in $(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n'); do
825 key: "${{github.job}}-${{hashFiles('php/main/php_version.h')}}"
/php-src/ext/date/lib/
H A Dparse_tz.c484 t->h, t->i, t->s in format_ut_time()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c11404 ir_ref h = IR_UNUSED; local
11430 h = jit_Z_LVAL(jit, op2_addr);
11443 h = ir_CONST_LONG(val);
11447 h = jit_Z_LVAL(jit, op2_addr);
11472 cond = ir_ULT(h, ref);
11500 ref = ir_MUL_L(h, ir_CONST_LONG(sizeof(zval)));
11518 h = jit_Z_LVAL(jit, op2_addr);
11586 h = jit_Z_LVAL(jit, op2_addr);
11677 h = jit_Z_LVAL(jit, op2_addr);
11681 ht_ref, h);
[all …]
H A Dzend_jit_helpers.c1785 (EXPECTED(p->h == ZSTR_H(varname)) && in zend_jit_fetch_global_helper()
1881 (EXPECTED(p->h == ZSTR_H(name)) && in zend_jit_fetch_obj_r_dynamic()
1937 (EXPECTED(p->h == ZSTR_H(name)) && in zend_jit_fetch_obj_is_dynamic()
/php-src/ext/sockets/
H A Dsockets.c393 HANDLE h = (HANDLE)Z_PTR_P(data); local
394 CloseHandle(h);
/php-src/ext/opcache/
H A Dzend_persist.c152 nIndex = p->h | ht->nTableMask; in zend_hash_persist()
/php-src/sapi/phpdbg/
H A Dphpdbg.c719 static int php_sapi_phpdbg_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_heade… in php_sapi_phpdbg_header_handler() argument

Completed in 313 milliseconds

1...<<212223242526