Home
last modified time | relevance | path

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

123456

/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c263 target_addr = jump->u.target; in detect_jump_type()
436 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
2187 jump->u.target = srcw; in sljit_emit_ijump()
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()
2369 jump->u.target = srcw; in sljit_emit_ijump()
/PHP-7.1/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.1/ext/bcmath/libbcmath/
H A Dconfigure32 target=NONE
/PHP-7.1/
H A Dltmain.sh677 target )
691 arg_mode=target
769 target)
H A Dacinclude.m4223 dnl PHP_ADD_SOURCES_X(source-path, sources[, special-flags[, target-var[, shared[, special-post-fla…
226 dnl name of the array target-var directly, as well as whether
872 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
H A Dphp.ini-development243 ; output buffer. You can set target tags by this configuration.
1513 ; To enable rewrites for absolute pathes, target hosts must be specified
H A Dphp.ini-production243 ; output buffer. You can set target tags by this configuration.
1513 ; To enable rewrites for absolute pathes, target hosts must be specified
H A DINSTALL307 To build a multithreaded version of Apache, the target system must
H A DNEWS1494 unconditionally. URL rewrite target hosts whitelist is implemented. (Yasuo)
/PHP-7.1/Zend/
H A Dzend_vm_def.h3030 char *target; variable
3064 target = Z_STRVAL_P(ret);
3066 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
3067 target += ZSTR_LEN(rope[i]);
3070 *target = '\0';
7887 zend_op *target = OP_JMP_ADDR(opline, opline->op2); variable
7891 ZEND_VM_SET_OPCODE(target);
H A Dzend_vm_execute.h1894 ZEND_VM_SET_OPCODE(target);
13633 char *target; local
13667 target = Z_STRVAL_P(ret);
13670 target += ZSTR_LEN(rope[i]);
13673 *target = '\0';
14858 char *target; local
14892 target = Z_STRVAL_P(ret);
14898 *target = '\0';
15383 char *target; local
15417 target = Z_STRVAL_P(ret);
[all …]
/PHP-7.1/sapi/phpdbg/
H A Dxml.md579 - missingmodule/missingextension: modules/extensions loaded in the target SAPI, but not in phpdbg
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c100332 assert( target>0 && target<=pParse->nMem );
100398 return target;
100402 return target;
100408 return target;
100414 return target;
100418 return target;
100433 return target;
100447 return target;
100759 return target;
100797 return target;
[all …]
/PHP-7.1/ext/dom/
H A Ddocument.c66 ZEND_ARG_INFO(0, target)
/PHP-7.1/ext/standard/html_tables/
H A Dents_html5.txt1922 target 02316
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog2746 Makefile.am that cause it to include this special target, without
2747 affecting anything else. Note that the same mingw target plus all
4079 backslash in a target when C++ was disabled. This confuses some
4271 13. Added an "uninstall" target to the makefile.
4671 <winshared>: new target
4672 <wininstall>: new target
5294 5. Add $(DESTDIR)/ in front of all the paths in the "install" target in the
5351 the "install" target:
5440 5. The Makefile now contains an "install" target, with editable destinations at
5725 3. Added the "runtest" target to Makefile.
H A Dpcre_jit_compile.c6470 jump_list **target = (conditional) ? &backtrack->condfailed : &backtrack->common.topbacktracks; in compile_assert_matchingpath() local
6500 found = (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) ? &tmp : target; in compile_assert_matchingpath()
6731 add_jump(compiler, target, jump); in compile_assert_matchingpath()
/PHP-7.1/ext/imap/
H A Dphp_imap.c3554 #define PHP_RFC822_PARSE_ADRLIST(target, value) \ in PHP_FUNCTION() argument
3556 rfc822_parse_adrlist(target, str_copy, "NO HOST"); \ in PHP_FUNCTION()
/PHP-7.1/ext/standard/
H A Dbasic_functions.c1575 ZEND_ARG_INFO(0, target)
1580 ZEND_ARG_INFO(0, target)
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c115 #define GET_REFLECTION_OBJECT_PTR(target) … argument
117target = intern->ptr; …
/PHP-7.1/build/
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
4154 # The HP-UX ksh and POSIX shell print the target directory to stdout
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic2881 >20 beshort 0443 (target shared library)
4282 >20 short 0443 (target shared library)
4294 >20 short 0443 (target shared library)

Completed in 874 milliseconds

123456