Home
last modified time | relevance | path

Searched refs:start (Results 51 – 75 of 390) sorted by last modified time

12345678910>>...16

/PHP-7.4/
H A Dphp.ini-development1363 ; not the be-all and end-all of session hijacking defense, but it's a good start.
1372 ; http://php.net/session.auto-start
1823 ; that start with 'x'). Line starting with a ; are ignored (comments).
1899 ; start-up.
H A Dphp.ini-production1363 ; not the be-all and end-all of session hijacking defense, but it's a good start.
1372 ; http://php.net/session.auto-start
1823 ; that start with 'x'). Line starting with a ; are ignored (comments).
1899 ; start-up.
/PHP-7.4/Zend/
H A Dzend_generators.c301 if (range->start > op_num) { in calc_gc_buffer_size()
394 if (range->start > op_num) { in zend_generator_get_gc()
/PHP-7.4/ext/opcache/Optimizer/
H A Dssa_integrity.c323 if (i != 0 && block->start < (block-1)->start + (block-1)->len) { in ssa_verify_integrity()
325 i, block->start, (block-1)->start + (block-1)->len); in ssa_verify_integrity()
327 if (i != cfg->blocks_count-1 && block->start + block->len > (block+1)->start) { in ssa_verify_integrity()
329 i, block->start + block->len, (block+1)->start); in ssa_verify_integrity()
332 for (j = block->start; j < block->start + block->len; j++) { in ssa_verify_integrity()
H A Dblock_pass.c94 && b->start > 0 in strip_leading_nops()
98 b->start++; in strip_leading_nops()
120 i = j = b->start + 1; in strip_nops()
121 while (i < b->start + b->len) { in strip_nops()
128 if (i + 1 < b->start + b->len in strip_nops()
138 b->len = j - b->start; in strip_nops()
180 opline = op_array->opcodes + block->start; in zend_optimize_block()
972 b->start = opline - new_opcodes; in assemble_code_blocks()
1095 cfg->map[cfg->blocks[n].start] = n; in assemble_code_blocks()
1716 end = op_array->opcodes + block->start; in zend_t_usage()
[all …]
H A Dzend_cfg.c44 zend_uchar opcode = opcodes[b->start + b->len - 1].opcode; in zend_mark_reachable()
110 blocks[start].flags = ZEND_BB_START; in zend_mark_reachable_blocks()
111 zend_mark_reachable(op_array->opcodes, cfg, blocks + start); in zend_mark_reachable_blocks()
133 op_array->try_catch_array[j].try_op = b->start; in zend_mark_reachable_blocks()
209 for (j = b->start; j < b->start + b->len; j++) { in zend_mark_reachable_blocks()
231 int start = 0; in zend_cfg_remark_reachable_blocks() local
235 start = i; in zend_cfg_remark_reachable_blocks()
246 zend_mark_reachable_blocks(op_array, cfg, start); in zend_cfg_remark_reachable_blocks()
466 blocks[0].start = 0; in zend_build_cfg()
478 blocks[blocks_count].start = i; in zend_build_cfg()
[all …]
/PHP-7.4/ext/ffi/
H A Dffi.c1382 char *start; member
1389 buf->start -= len; in zend_ffi_ctype_name_prepend()
1390 if (buf->start < buf->buf) { in zend_ffi_ctype_name_prepend()
1393 memcpy(buf->start, str, len); in zend_ffi_ctype_name_prepend()
1581 buf1.start = buf1.end = buf1.buf + ((MAX_TYPE_NAME_LEN * 3) / 4); in zend_ffi_pass_incompatible()
1590 buf2.start = buf2.end = buf2.buf + ((MAX_TYPE_NAME_LEN * 3) / 4); in zend_ffi_pass_incompatible()
1608 buf1.start = buf1.end = buf1.buf + ((MAX_TYPE_NAME_LEN * 3) / 4); in zend_ffi_assign_incompatible()
1617 buf2.start = buf2.end = buf2.buf + ((MAX_TYPE_NAME_LEN * 3) / 4); in zend_ffi_assign_incompatible()
1622 …ption_ce, "Incompatible types when assigning to type '%s' from type '%s'", buf1.start, buf2.start); in zend_ffi_assign_incompatible()
1635 buf.start = buf.end = buf.buf + ((MAX_TYPE_NAME_LEN * 3) / 4); in zend_ffi_get_class_name()
[all …]
/PHP-7.4/ext/gmp/
H A Dgmp.c132 ZEND_ARG_INFO(0, start)
2148 zend_long start; in ZEND_FUNCTION() local
2150 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zl", &a_arg, &start) == FAILURE){ in ZEND_FUNCTION()
2154 if (start < 0) { in ZEND_FUNCTION()
2161 RETVAL_LONG(mpz_scan0(gmpnum_a, start)); in ZEND_FUNCTION()
2173 zend_long start; in ZEND_FUNCTION() local
2175 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zl", &a_arg, &start) == FAILURE){ in ZEND_FUNCTION()
2179 if (start < 0) { in ZEND_FUNCTION()
2186 RETVAL_LONG(mpz_scan1(gmpnum_a, start)); in ZEND_FUNCTION()
/PHP-7.4/ext/soap/
H A Dphp_schema.c500 char *str, *start, *end, *next; in schema_union() local
506 start = str; in schema_union()
507 while (start != NULL && *start != '\0') { in schema_union()
508 end = strchr(start,' '); in schema_union()
516 parse_namespace(BAD_CAST(start), &type, &ns); in schema_union()
538 start = next; in schema_union()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c457 #define BFEXTU(dst, src, start, end) \ argument
458 push_4_buffer(compiler, TILEGX_OPC_BFEXTU, dst, src, start, end, __LINE__)
460 #define BFEXTS(dst, src, start, end) \ argument
461 push_4_buffer(compiler, TILEGX_OPC_BFEXTS, dst, src, start, end, __LINE__)
H A DsljitUtils.c243 stack->start = stack->end - start_size; in sljit_allocate_stack()
259 stack->start = new_start; in sljit_stack_resize()
335 stack->start = stack->end; in sljit_allocate_stack()
359 stack->start = stack->end - start_size; in sljit_allocate_stack()
381 aligned_old_start = ((sljit_uw)stack->start) & ~page_align; in sljit_stack_resize()
393 if (stack->start < new_start) { in sljit_stack_resize()
397 aligned_old_start = ((sljit_uw)stack->start) & ~page_align; in sljit_stack_resize()
404 stack->start = new_start; in sljit_stack_resize()
H A DsljitLir.h1446 sljit_u8 *start; member
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h188 struct sljit_label *start; in fast_forward_char_simd() local
287 start = LABEL(); in fast_forward_char_simd()
306 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_simd()
352 struct sljit_label *start; in fast_requested_char_simd() local
443 start = LABEL(); in fast_requested_char_simd()
460 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_requested_char_simd()
514 struct sljit_label *start; in fast_forward_char_pair_simd() local
692 start = LABEL(); in fast_forward_char_pair_simd()
720 CMPTO(SLJIT_ZERO, TMP1, 0, SLJIT_IMM, 0, start); in fast_forward_char_pair_simd()
H A Dpcre2_compile.c4913 c = start; in add_to_class_internal()
4930 else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */ in add_to_class_internal()
4970 if (start <= 0xff) start = 0xff + 1; in add_to_class_internal()
4972 if (end >= start) in add_to_class_internal()
4979 if (start < end) in add_to_class_internal()
4985 else if (start == end) in add_to_class_internal()
5000 if (start < end) in add_to_class_internal()
5003 *uchardata++ = start; in add_to_class_internal()
5006 else if (start == end) in add_to_class_internal()
5009 *uchardata++ = start; in add_to_class_internal()
[all …]
/PHP-7.4/ext/date/lib/
H A Dtm2unixtime.c36 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit() argument
38 if (*a < start) { in do_range_limit()
39 *b -= (start - *a - 1) / adj + 1; in do_range_limit()
40 *a += adj * ((start - *a - 1) / adj + 1); in do_range_limit()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c174 static int zend_file_cache_mkdir(char *filename, size_t start) argument
176 char *s = filename + start;
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt38 // start the buffering of next command to internal output buffer
/PHP-7.4/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt33 die("Failed to start child. ");
/PHP-7.4/azure/
H A Dsetup.yml4 sudo service mysql start
5 sudo service postgresql start
6 sudo service slapd start
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c719 size_t start; member
1066 pc.start = 0; in mbfl_substr_count()
1101 size_t start; member
1144 start = from; in mbfl_substr()
1151 start = 0; in mbfl_substr()
1157 start = n; in mbfl_substr()
1178 end = start; in mbfl_substr()
1179 n = start; in mbfl_substr()
1196 start = len; in mbfl_substr()
1202 start = end; in mbfl_substr()
[all …]
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2148 ZEND_ARG_INFO(0, start)
2155 ZEND_ARG_INFO(0, start)
2280 ZEND_ARG_INFO(0, start)
2287 ZEND_ARG_INFO(0, start)
/PHP-7.4/sapi/fpm/tests/
H A Dlog-bwd-multiple-msgs-stdout-stderr.phpt35 $tester->start();
H A Dlog-bwd-multiple-msgs.phpt33 $tester->start();
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c44 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
45 onig_search(reg, str, end, start, range, region, option)
871 …hp_mb_onig_search(regex_t* reg, const OnigUChar* str, const OnigUChar* end, const OnigUChar* start, in _php_mb_onig_search() argument
883 err = onig_search_with_param(reg, str, end, start, range, region, option, mp); in _php_mb_onig_search()
/PHP-7.4/ext/exif/tests/
H A Dbug78910.phpt16 Warning: exif_read_data(): Error in TIFF: filesize(x002A) less than start of IFD dir(x46494C4F) in …

Completed in 132 milliseconds

12345678910>>...16