Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 1416) sorted by last modified time

12345678910>>...57

/php-src/
H A Dconfigure.ac4 dnl comments starting with # and empty newlines from the included files.
240 dnl the performance hit from the lost register.
827 dnl Remove all optimization flags from CFLAGS.
1177 dnl This has to be here to prevent the openssl crypt() from overriding the
1337 # asm file can't see macro from AC_DEFINE, workaround this via cflag
1339 # if the syscall doesn't exist, we may block the final ELF from __PROPERTY_SHSTK
H A DNEWS12 . Enabled ifunc checks on FreeBSD from the 12.x releases. (Freaky)
188 . Fixed bug GH-12532 (PharData created from zip has incorrect timestamp).
214 SYN packets from the client. (David Carlier)
256 . Changed return type of long2ip to string from string|false. (Jorg Sowa)
277 <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
H A DUPGRADING79 . The JIT config defaults changed from opcache.jit=tracing and
438 has been increased from '10' to '12'.
474 the IANA identifier from a given timezone.
496 . Added pcntl_getcpu to get the cpu id from where the current process runs.
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation4.phpt17 /*If locale is NULL, the locale names will be set from the values of environment variables with the…
38 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
141 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
H A Dsetlocale_variation5.phpt17 …y string "", the locale names will be set from the values of environment variables with the same n…
42 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
145 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
/php-src/ext/dom/tests/
H A DDOMNode_C14N_references.phpt7 // Adapted from canonicalization.phpt
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst142 the value is not observable from other places. Modifying a value with RC 1 is unproblematic, since
216 ``GC_PROTECTED`` flag. If the value is recursive, it prevents the same value from being visited
/php-src/ext/intl/tests/
H A Dgh13766.phpt35 Deprecated: Implicit conversion from float %r(1\.4757395258967641E\+20|34359738352)%r to int loses …
/php-src/ext/pcntl/
H A Dpcntl.c275 add_assoc_long(to, #field, from.field)
277 #define PHP_RUSAGE_SPECIAL(from, to) \ argument
283 PHP_RUSAGE_PARA(from, to, ru_ixrss); \
284 PHP_RUSAGE_PARA(from, to, ru_idrss); \
288 PHP_RUSAGE_PARA(from, to, ru_nvcsw); \
290 PHP_RUSAGE_PARA(from, to, ru_nswap);
292 #define PHP_RUSAGE_SPECIAL(from, to) argument
295 #define PHP_RUSAGE_COMMON(from ,to) \ argument
301 #define PHP_RUSAGE_TO_ARRAY(from, to) \ argument
303 PHP_RUSAGE_SPECIAL(from, to) \
[all …]
/php-src/ext/pgsql/
H A Dpgsql.c3244 zend_string *from = NULL, *to = NULL; in PHP_FUNCTION() local
3265 to = zend_string_safe_alloc(ZSTR_LEN(from), 2, 0, 0); in PHP_FUNCTION()
3268 ZSTR_LEN(to) = PQescapeStringConn(pgsql, ZSTR_VAL(to), ZSTR_VAL(from), ZSTR_LEN(from), NULL); in PHP_FUNCTION()
3271 ZSTR_LEN(to) = PQescapeString(ZSTR_VAL(to), ZSTR_VAL(from), ZSTR_LEN(from)); in PHP_FUNCTION()
3282 zend_string *from; in PHP_FUNCTION() local
3307 to = (char *)PQescapeByteaConn(pgsql, (unsigned char *)ZSTR_VAL(from), ZSTR_LEN(from), &to_len); in PHP_FUNCTION()
3309 to = (char *)PQescapeBytea((unsigned char *)ZSTR_VAL(from), ZSTR_LEN(from), &to_len); in PHP_FUNCTION()
3320 char *from, *tmp; in PHP_FUNCTION() local
3339 zend_string *from = NULL; in php_pgsql_escape_internal() local
3366 tmp = PQescapeLiteral(pgsql, ZSTR_VAL(from), ZSTR_LEN(from)); in php_pgsql_escape_internal()
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc7114 // TODO: we might need to perform truncation from 32/64 bit integer
8551 copies[count].from = src_reg;
8567 /* 2. move all arguments that should be passed from one register to another (REG->REG movs) */
9745 static int ir_fix_dessa_tmps(ir_ctx *ctx, uint8_t type, ir_ref from, ir_ref to)
9761 } else if (from != 0) {
H A Dir_private.h1018 void ir_use_list_remove_all(ir_ctx *ctx, ir_ref from, ir_ref use);
1019 void ir_use_list_remove_one(ir_ctx *ctx, ir_ref from, ir_ref use);
1104 IR_ALWAYS_INLINE uint32_t ir_phi_input_number(const ir_ctx *ctx, const ir_block *bb, uint32_t from) in ir_phi_input_number() argument
1109 if (*p == from) { in ir_phi_input_number()
1216 typedef int (*emit_copy_t)(ir_ctx *ctx, uint8_t type, ir_ref from, ir_ref to);
H A Dir_cfg.c306 if (*p != from) { in ir_remove_predecessor()
333 if (input != from) { in ir_remove_merge_input()
1064 uint32_t from; member
1093 if (e1->from != e2->from) { in ir_edge_info_cmp()
1094 return e2->from - e1->from; in ir_edge_info_cmp()
1348 edges[edges_count].from = b; in ir_schedule_blocks_bottom_up()
1424 edges[edges_count].from = b; in ir_schedule_blocks_bottom_up()
1456 edges[edges_count].from = b; in ir_schedule_blocks_bottom_up()
1520 IR_ASSERT(src == ir_chain_head(chains, e->from) && chains[src].tail == e->from); in ir_schedule_blocks_bottom_up()
1525 uint32_t tail = e->from; in ir_schedule_blocks_bottom_up()
[all …]
H A Dir_aarch64.dasc4748 copies[count].from = src_reg;
4764 /* 2. move all arguments that should be passed from one register to another (REG->REG movs) */
5427 static int ir_fix_dessa_tmps(ir_ctx *ctx, uint8_t type, ir_ref from, ir_ref to)
5443 } else if (from != 0) {
6476 /* check if we can use B to jump from veneer */
H A Dir.c1252 void ir_use_list_remove_all(ir_ctx *ctx, ir_ref from, ir_ref ref) argument
1255 ir_use_list *use_list = &ctx->use_lists[from];
1279 void ir_use_list_remove_one(ir_ctx *ctx, ir_ref from, ir_ref ref) argument
1282 ir_use_list *use_list = &ctx->use_lists[from];
H A Dir_ra.c1639 static void ir_vregs_coalesce(ir_ctx *ctx, uint32_t v1, uint32_t v2, ir_ref from, ir_ref to) in ir_vregs_coalesce() argument
1647 ir_ref b1 = ir_binding_find(ctx, from); in ir_vregs_coalesce()
1657 ctx->vregs[from] = v2; in ir_vregs_coalesce()
1658 } else if (from < to) { in ir_vregs_coalesce()
1678 ctx->vregs[from] = v2; in ir_vregs_coalesce()
1683 static void ir_add_phi_move(ir_ctx *ctx, uint32_t b, ir_ref from, ir_ref to) in ir_add_phi_move() argument
1685 if (IR_IS_CONST_REF(from) || ctx->vregs[from] != ctx->vregs[to]) { in ir_add_phi_move()
1690 fprintf(stderr, "BB%d: MOV %d -> %d\n", b, from, to); in ir_add_phi_move()
2302 if (from < r->start) { in ir_ival_has_hole_between()
3354 static int ir_fix_dessa_tmps(ir_ctx *ctx, uint8_t type, ir_ref from, ir_ref to) in ir_fix_dessa_tmps() argument
[all …]
H A Dir_check.c43 static bool ir_check_use_list(const ir_ctx *ctx, ir_ref from, ir_ref to) in ir_check_use_list() argument
46 ir_use_list *use_list = &ctx->use_lists[from]; in ir_check_use_list()
57 static bool ir_check_input_list(const ir_ctx *ctx, ir_ref from, ir_ref to) in ir_check_input_list() argument
64 if (*p == from) { in ir_check_input_list()
/php-src/ext/mbstring/
H A Dmbstring.c2103 from = 0; in mb_get_substr_slow()
2128 from *= flag; in mb_get_substr()
2133 in += from; in mb_get_substr()
2134 in_len -= from; in mb_get_substr()
2336 if (from >= 0) { in PHP_FUNCTION()
2391 if (from < 0) { in PHP_FUNCTION()
2392 from = string.len + from; in PHP_FUNCTION()
2394 from = 0; in PHP_FUNCTION()
2610 enc->from_wchar(wchar_buf + from, i - from, &buf, true); in mb_trim_string()
2617 from = 0; in mb_trim_string()
[all …]
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c513 lxb_dom_element_t *from, in lxb_html_tree_append_attributes_from_element() argument
517 lxb_dom_attr_t *attr = from->first_attr; in lxb_html_tree_append_attributes_from_element()
595 (const lxb_char_t *) adjust->from)) in lxb_html_tree_adjust_svg_attributes()
H A Dtree.h132 lxb_dom_element_t *from,
H A Dtree_res.h12 const char *from; member
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c139 lxb_dom_document_t *from, *to; in lxb_dom_node_interface_copy() local
157 from = src->owner_document; in lxb_dom_node_interface_copy()
165 data = lxb_dom_attr_data_by_id(from->attrs, src->local_name); in lxb_dom_node_interface_copy()
187 tag = lxb_tag_data_by_id(from->tags, src->local_name); in lxb_dom_node_interface_copy()
208 ns = lxb_ns_data_by_id(from->ns, src->ns); in lxb_dom_node_interface_copy()
228 prefix = lxb_ns_prefix_data_by_id(from->prefix, src->prefix); in lxb_dom_node_interface_copy()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c564 lexbor_str_data_to_lowercase(lxb_char_t *to, const lxb_char_t *from, size_t len) in lexbor_str_data_to_lowercase() argument
569 to[len] = lexbor_str_res_map_lowercase[ from[len] ]; in lexbor_str_data_to_lowercase()
574 lexbor_str_data_to_uppercase(lxb_char_t *to, const lxb_char_t *from, size_t len) in lexbor_str_data_to_uppercase() argument
579 to[len] = lexbor_str_res_map_uppercase[ from[len] ]; in lexbor_str_data_to_uppercase()
H A Dstr.h171 lexbor_str_data_to_lowercase(lxb_char_t *to, const lxb_char_t *from, size_t len);
174 lexbor_str_data_to_uppercase(lxb_char_t *to, const lxb_char_t *from, size_t len);
/php-src/build/
H A Dlibtool.m4548 # Copy echo and quote the copy suitably for passing to libtool from
1585 *) # from 4.6 on, and DragonFly
1945 AC_MSG_WARN([using 'LTCC=$LTCC', extracted from '$ofile'])
2783 # are all built from PIC.
3266 # There doesn't appear to be a way to prevent this compiler from
3268 # from the output so that they don't get included in the library
3821 # Figure out "hidden" library dependencies from verbose
4022 # TAGNAME from the matching tagged config vars.
4329 # Create an old-style archive from a shared archive.
4553 # Regexp to match symbols that can be accessed directly from C.
[all …]

Completed in 204 milliseconds

12345678910>>...57