Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 134) sorted by last modified time

123456

/PHP-7.4/
H A Dconfigure.ac573 AX_GCC_FUNC_ATTRIBUTE([target])
H A Dphp.ini-development233 ; output buffer. You can set target tags by this configuration.
1483 ; To enable rewrites for absolute paths, target hosts must be specified
H A Dphp.ini-production233 ; output buffer. You can set target tags by this configuration.
1483 ; To enable rewrites for absolute paths, target hosts must be specified
/PHP-7.4/main/
H A Dmain.c986 char *buffer = NULL, *docref_buf = NULL, *target = NULL; in php_verror() local
1120 target = estrdup(p); in php_verror()
1121 if (target) { in php_verror()
1122 docref_target = target; in php_verror()
1139 if (target) { in php_verror()
1140 efree(target); in php_verror()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c9561 jump_list **target = (conditional) ? &backtrack->condfailed : &backtrack->common.topbacktracks; in compile_assert_matchingpath() local
9591 found = (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) ? &tmp : target; in compile_assert_matchingpath()
9843 add_jump(compiler, target, jump); in compile_assert_matchingpath()
/PHP-7.4/ext/zip/tests/
H A Dbug77978.phpt10 $target = __DIR__ . "/bug77978";
12 mkdir($target);
21 @$zip->extractTo($target, "dir/test:/filename.txt");
24 var_dump(!file_exists("$target/filename.txt"));
25 var_dump(PHP_OS_FAMILY === "Windows" || file_exists("$target/dir/test:/filename.txt"));
H A Dbug80863.phpt17 $target = __DIR__ . "/bug80683";
18 mkdir($target);
29 $zip->extractTo($target, $files);
30 var_dump(is_file("$target/file1.txt"));
31 var_dump(is_file("$target/file2.txt"));
39 $target = __DIR__ . "/bug80683";
40 @unlink("$target/file1.txt");
41 @unlink("$target/file2.txt");
42 @rmdir($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()
H A Dcompat.c269 _pi_handler(void *user, const xmlChar *target, const xmlChar *data) in _pi_handler() argument
276 spprintf(&full_pi, 0, "<?%s %s?>", (char *)target, (char *)data); in _pi_handler()
283 parser->h_pi(parser->user, (const XML_Char *) target, (const XML_Char *) data); in _pi_handler()
/PHP-7.4/Zend/
H A Dzend_vm_execute.h2752 ZEND_VM_JMP_EX(target, 0); in ZEND_ASSERT_CHECK_SPEC_HANDLER()
18762 char *target; in ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER() local
18800 target = Z_STRVAL_P(ret); in ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER()
18803 target += ZSTR_LEN(rope[i]); in ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER()
18806 *target = '\0'; in ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER()
19190 char *target; in ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER() local
19228 target = Z_STRVAL_P(ret); in ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER()
19234 *target = '\0'; in ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER()
20101 char *target; in ZEND_ROPE_END_SPEC_TMP_CV_HANDLER() local
20139 target = Z_STRVAL_P(ret); in ZEND_ROPE_END_SPEC_TMP_CV_HANDLER()
[all …]
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);
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_hash.c1915 IS_CONSISTENT(target); in zend_hash_copy()
1916 HT_ASSERT_RC1(target); in zend_hash_copy()
2043 HashTable *target; in zend_array_dup() local
2056 target->nNumUsed = 0; in zend_array_dup()
2069 HT_SET_DATA_ADDR(target, emalloc(HT_SIZE(target))); in zend_array_dup()
2100 HT_SET_DATA_ADDR(target, emalloc(HT_SIZE(target))); in zend_array_dup()
2119 return target; in zend_array_dup()
2130 IS_CONSISTENT(target); in zend_hash_merge()
2131 HT_ASSERT_RC1(target); in zend_hash_merge()
2198 IS_CONSISTENT(target); in zend_hash_merge_ex()
[all …]
/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()
/PHP-7.4/ext/standard/
H A Dstring.c3202 target++;
3206 *target = 0;
3852 *target = 0;
4171 target = aarch64_add_slashes(res, source, target);
4178 target = aarch64_add_slashes(res, source, target);
4626 *target = 0;
4627 target--;
4680 target--;
4695 target--;
4744 target++;
[all …]
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()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c1999 int target; in sccp_mark_feasible_successors() local
2002 target = ssa->cfg.map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, Z_LVAL_P(jmp_zv))]; in sccp_mark_feasible_successors()
2004 target = ssa->cfg.map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value)]; in sccp_mark_feasible_successors()
2006 scdf_mark_edge_feasible(scdf, block_num, target); in sccp_mark_feasible_successors()
2017 int target; in sccp_mark_feasible_successors() local
2020 target = ssa->cfg.map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, Z_LVAL_P(jmp_zv))]; in sccp_mark_feasible_successors()
2022 target = ssa->cfg.map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value)]; in sccp_mark_feasible_successors()
2024 scdf_mark_edge_feasible(scdf, block_num, target); in sccp_mark_feasible_successors()
/PHP-7.4/appveyor/
H A Dtest_task.bat103 … 120 -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP --temp-source c:\tests_tmp --temp-target c:\tests_tmp %PARA…
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c103 #define GET_REFLECTION_OBJECT_PTR(target) do { \ argument
105 target = intern->ptr; \
/PHP-7.4/build/
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]]])
H A Dlibtool.m4335 # if running on 10.5 or later, the deployment target defaults
337 # target defaults to 10.4. Don't you love it?
443 # The HP-UX ksh and POSIX shell print the target directory to stdout
4150 # The HP-UX ksh and POSIX shell print the target directory to stdout
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_references.phpt90 print "reference, same target...\n";
269 reference, same target...
/PHP-7.4/win32/build/
H A Dconfutils.js747 common_name = target;
764 if (target == null) {
765 target = "";
767 target = "_" + target.toUpperCase();
820 ADD_FLAG("LIBS" + target, libname);
861 if (target == null) {
862 target = "";
864 target = "_" + target.toUpperCase();
1551 if (target == null) {
1552 target = "php";
[all …]
/PHP-7.4/ext/dom/
H A Ddocument.c64 ZEND_ARG_INFO(0, 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()

Completed in 338 milliseconds

123456