Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 135) sorted by path

123456

/PHP-7.3/
H A DREADME.UNIX-BUILD-SYSTEM18 target does only what its name says
120 located, in which target context it can work, etc.
H A Dacinclude.m4221 dnl PHP_ADD_SOURCES_X(source-path, sources[, special-flags[, target-var[, shared[, special-post-fla…
224 dnl name of the array target-var directly, as well as whether
863 dnl PHP_SELECT_SAPI(name, type[, sources [, extra-cflags [, build-target]]])
/PHP-7.3/Zend/
H A DREADME.ZEND_MM40 variables. Default values are "malloc" and "256K". Dependent on target system you
H A DZend.m4210 AC_MSG_CHECKING(target system is Darwin)
211 if echo "$target" | grep "darwin" > /dev/null; then
212 AC_DEFINE([DARWIN], 1, [Define if the target system is darwin])
302 …AC_DEFINE([HAVE_MEM_MMAP_ANON], 1, [Define if the target system has support for memory allocation …
358 …AC_DEFINE([HAVE_MEM_MMAP_ZERO], 1, [Define if the target system has support for memory allocation …
394 AC_DEFINE([HAVE_DEV_URANDOM], 1, [Define if the target system has /dev/urandom device])
402 AC_DEFINE([HAVE_DEV_ARANDOM], 1, [Define if the target system has /dev/arandom device])
458 …AC_DEFINE([HAVE_GCC_GLOBAL_REGS], 1, [Define if the target system has support for global register …
H A Dzend_compile.c35 #define SET_NODE(target, src) do { \ argument
36 target ## _type = (src)->op_type; \
38 target.constant = zend_add_literal(CG(active_op_array), &(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_compile.h585 #define ZEND_OPLINE_TO_OFFSET(opline, target) \ argument
586 ((char*)(target) - (char*)(opline))
H A Dzend_constants.c73 void zend_copy_constants(HashTable *target, HashTable *source) in zend_copy_constants() argument
75 zend_hash_copy(target, source, copy_zend_constant); in zend_copy_constants()
H A Dzend_constants.h90 void zend_copy_constants(HashTable *target, HashTable *sourc);
H A Dzend_hash.c1792 IS_CONSISTENT(target); in zend_hash_copy()
1793 HT_ASSERT_RC1(target); in zend_hash_copy()
1920 HashTable *target; in zend_array_dup() local
1935 target->nNumUsed = 0; in zend_array_dup()
1946 HT_SET_DATA_ADDR(target, emalloc(HT_SIZE(target))); in zend_array_dup()
1975 HT_SET_DATA_ADDR(target, emalloc(HT_SIZE(target))); in zend_array_dup()
1994 return target; in zend_array_dup()
2005 IS_CONSISTENT(target); in zend_hash_merge()
2006 HT_ASSERT_RC1(target); in zend_hash_merge()
2073 IS_CONSISTENT(target); in zend_hash_merge_ex()
[all …]
H A Dzend_hash.h241 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t …
242 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t…
243 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_fun…
H A Dzend_portability.h568 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3")))
592 # define ZEND_INTRIN_SSE4_2_FUNC_DECL(func) ZEND_API func __attribute__((target("sse4.2")))
614 # define ZEND_INTRIN_AVX2_FUNC_DECL(func) ZEND_API func __attribute__((target("avx2")))
H A Dzend_ts_hash.c255 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCon… in zend_ts_hash_copy() argument
258 begin_write(target); in zend_ts_hash_copy()
259 zend_hash_copy(TS_HASH(target), TS_HASH(source), pCopyConstructor); in zend_ts_hash_copy()
260 end_write(target); in zend_ts_hash_copy()
267 zend_hash_copy(target, TS_HASH(source), pCopyConstructor); in zend_ts_hash_copy_to_hash()
274 begin_write(target); in zend_ts_hash_merge()
275 zend_hash_merge(TS_HASH(target), TS_HASH(source), pCopyConstructor, overwrite); in zend_ts_hash_merge()
276 end_write(target); in zend_ts_hash_merge()
283 begin_write(target); in zend_ts_hash_merge_ex()
284 zend_hash_merge_ex(TS_HASH(target), TS_HASH(source), pCopyConstructor, pMergeSource, pParam); in zend_ts_hash_merge_ex()
[all …]
H A Dzend_ts_hash.h76 ZEND_API void zend_ts_hash_copy(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCon…
77 ZEND_API void zend_ts_hash_copy_to_hash(HashTable *target, TsHashTable *source, copy_ctor_func_t pC…
78 ZEND_API void zend_ts_hash_merge(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyCo…
79 ZEND_API void zend_ts_hash_merge_ex(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCop…
H A Dzend_virtual_cwd.c182 CWD_API ssize_t php_sys_readlink(const char *link, char *target, size_t target_len){ /* {{{ */ in php_sys_readlink() argument
242 memcpy(target, ret, ret_len + 1); in php_sys_readlink()
H A Dzend_virtual_cwd.h122 CWD_API ssize_t php_sys_readlink(const char *link, char *target, size_t target_len);
127 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) argument
H A Dzend_vm_def.h2904 char *target; variable
2942 target = Z_STRVAL_P(ret);
2944 memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
2945 target += ZSTR_LEN(rope[i]);
2948 *target = '\0';
7652 zend_op *target = OP_JMP_ADDR(opline, opline->op2); variable
7656 ZEND_VM_JMP_EX(target, 0);
H A Dzend_vm_execute.h1915 ZEND_VM_JMP_EX(target, 0);
18476 char *target; local
18514 target = Z_STRVAL_P(ret);
18517 target += ZSTR_LEN(rope[i]);
18520 *target = '\0';
18890 char *target; local
18928 target = Z_STRVAL_P(ret);
18934 *target = '\0';
19850 char *target; local
19888 target = Z_STRVAL_P(ret);
[all …]
/PHP-7.3/Zend/tests/generators/
H A Ddangling_send_target.phpt2 Yield from does not leave a dangling send target
/PHP-7.3/Zend/tests/
H A Dzend_signed_multiply-32bit.phpt4 <?php if ((1 << 31) > 0) print "skip Running on 64-bit target"; ?>
H A Dzend_signed_multiply-64bit-2.phpt4 <?php if ((1 << 31) < 0) print "skip Running on 32-bit target"; ?>
H A Dzend_signed_multiply-64bit.phpt4 <?php if ((1 << 31) < 0) print "skip Running on 32-bit target"; ?>
/PHP-7.3/appveyor/
H A Dtest_task.bat94 …imeout 120 -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP --temp-source c:\tests_tmp --temp-target c:\tests_tmp"
/PHP-7.3/build/
H A Dax_gcc_func_attribute.m4218 [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
H A Dmkdep.awk46 target=filenames[i]
47 sub(srcdir "/", "", target)
48 target2=target
49 sub("\.(c|cpp)$", ".lo", target);
63 printf(target " " target2 ":")

Completed in 253 milliseconds

123456