Home
last modified time | relevance | path

Searched refs:target (Results 101 – 125 of 134) sorted by relevance

123456

/PHP-7.4/Zend/
H A Dzend_hash.h261 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t …
262 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t…
263 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_fun…
H A Dzend_compile.c35 #define SET_NODE(target, src) do { \ argument
36 target ## _type = (src)->op_type; \
38 target.constant = zend_add_literal(&(src)->u.constant); \
40 target = (src)->u.op; \
44 #define GET_NODE(target, src) do { \ argument
45 (target)->op_type = src ## _type; \
46 if ((target)->op_type == IS_CONST) { \
47 ZVAL_COPY_VALUE(&(target)->u.constant, CT_CONSTANT(src)); \
49 (target)->u.op = src; \
H A Dzend_vm_def.h3376 char *target; variable
3414 target = Z_STRVAL_P(ret);
3416 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
3417 target += ZSTR_LEN(rope[i]);
3420 *target = '\0';
8209 zend_op *target = OP_JMP_ADDR(opline, opline->op2); variable
8213 ZEND_VM_JMP_EX(target, 0);
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c229 target_addr = jump->u.target; in detect_jump_type()
389 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
1410 jump->u.target = srcw; in sljit_emit_ijump()
H A DsljitNativeARM_64.c175 target_addr = jump->u.target; in detect_jump_type()
326 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
1778 jump->u.target = srcw; in sljit_emit_ijump()
H A DsljitNativeX86_32.c62 …sljit_unaligned_store_sw(code_ptr, jump->u.target - (jump->addr + 4) - (sljit_uw)executable_offset… in generate_far_jump_code()
H A DsljitNativeTILEGX_64.c913 target_addr = jump->u.target; in detect_jump_type()
1076 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
2376 jump->u.target = srcw; in sljit_emit_ijump()
H A DsljitNativeMIPS_common.c330 target_addr = jump->u.target; in detect_jump_type()
600 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
2074 jump->u.target = srcw; in sljit_emit_ijump()
H A DsljitNativePPC_common.c274 target_addr = jump->u.target; in detect_jump_type()
522 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
2043 jump->u.target = srcw; in sljit_emit_ijump()
/PHP-7.4/ext/standard/
H A Dfile.c1645 char *source, *target; in PHP_FUNCTION() local
1652 Z_PARAM_PATH(target, target_len) in PHP_FUNCTION()
1663 if (php_copy_file_ctx(source, target, 0, context) == SUCCESS) { in PHP_FUNCTION()
H A Durl_scanner_ex.re351 static int check_http_host(char *target)
368 if (!strcasecmp(ZSTR_VAL(host_tmp), target)) {
H A Dbasic_functions.c1574 ZEND_ARG_INFO(0, target)
1579 ZEND_ARG_INFO(0, target)
/PHP-7.4/ext/xml/
H A Dxml.c967 void _xml_processingInstructionHandler(void *userData, const XML_Char *target, const XML_Char *data) in _xml_processingInstructionHandler() argument
975 _xml_xmlchar_zval(target, 0, parser->target_encoding, &args[1]); in _xml_processingInstructionHandler()
/PHP-7.4/win32/build/
H A Dconfig.w32361 might not work properly, if the chosen instruction sets are not available on the target \
/PHP-7.4/ext/gmp/
H A Dgmp.c405 static inline void gmp_create(zval *target, mpz_ptr *gmpnum_target) /* {{{ */ in gmp_create() argument
407 ZVAL_OBJ(target, gmp_create_object_ex(gmp_ce, gmpnum_target)); in gmp_create()
/PHP-7.4/ext/standard/tests/strings/
H A Dget_html_translation_table_basic5.phpt1430 [⌖] => ⌖
H A Dhtml_entity_decode_html5.phpt1927 "⌖",
4061 ⌖ => ⌖ e28c96
H A Dhtmlentities_html5.phpt953 ⌖ U+02316
/PHP-7.4/build/
H A Dltmain.sh677 target )
691 arg_mode=target
769 target)
H A Dphp.m4221 dnl PHP_ADD_SOURCES_X(source-path, sources[, special-flags[, target-var[, shared[, special-post-fla…
224 dnl array target-var directly, as well as whether shared objects will be built
860 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
/PHP-7.4/ext/ldap/
H A Dldap.c253 int target, count, errcode, rc; in _php_ldap_control_to_array() local
258 rc = ldap_parse_vlvresponse_control(ld, ctrl, &target, &count, &context, &errcode); in _php_ldap_control_to_array()
264 add_assoc_long(&value, "target", target); in _php_ldap_control_to_array()
/PHP-7.4/sapi/phpdbg/
H A Dxml.md579 - missingmodule/missingextension: modules/extensions loaded in the target SAPI, but not in phpdbg
/PHP-7.4/ext/dom/
H A Ddocument.c64 ZEND_ARG_INFO(0, target)
/PHP-7.4/ext/standard/html_tables/
H A Dents_html5.txt1922 target 02316
/PHP-7.4/ext/imap/
H A Dphp_imap.c3602 #define PHP_RFC822_PARSE_ADRLIST(target, value) \ in PHP_FUNCTION() argument
3604 rfc822_parse_adrlist(target, str_copy, "NO HOST"); \ in PHP_FUNCTION()

Completed in 186 milliseconds

123456