Home
last modified time | relevance | path

Searched refs:start (Results 626 – 649 of 649) sorted by relevance

1...<<212223242526

/PHP-8.2/ext/intl/
H A Dphp_intl_arginfo.h776 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, start, IS_LONG, 0, "0")
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_structs.h187 unsigned int (*mb_valid)(const char * const start, const char * const end);
/PHP-8.2/
H A Dphp.ini-development1393 ; not the be-all and end-all of session hijacking defense, but it's a good start.
1402 ; https://php.net/session.auto-start
1843 ; that start with 'x'). Line starting with a ; are ignored (comments).
1924 ; start-up.
H A Dphp.ini-production1395 ; not the be-all and end-all of session hijacking defense, but it's a good start.
1404 ; https://php.net/session.auto-start
1845 ; that start with 'x'). Line starting with a ; are ignored (comments).
1926 ; start-up.
H A Dconfigure.ac1001 [Disable the short-form <? start tag by default])],
/PHP-8.2/ext/date/
H A Dphp_date_arginfo.h465 ZEND_ARG_INFO(0, start)
/PHP-8.2/Zend/
H A Dzend_operators.c62 #define BLOCKCONV_INIT_RANGE(start, end) \ argument
63 const __m128i blconv_start_minus_1 = _mm_set1_epi8((start) - 1); \
H A Dzend_language_parser.y295 start:
H A Dzend_execute.c4350 if (op_num >= range->start && op_num < range->end in find_live_range()
4365 if (range->start > op_num) { in cleanup_live_vars()
4503 if (range->start > op_num) { in zend_unfinished_execution_gc_ex()
H A Dzend_hash.c626 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterators_lower_pos(HashTable *ht, HashPosition start) in zend_hash_iterators_lower_pos() argument
634 if (iter->pos >= start && iter->pos < res) { in zend_hash_iterators_lower_pos()
H A Dzend_execute_API.c192 EG(get_gc_buffer).start = EG(get_gc_buffer).end = EG(get_gc_buffer).cur = NULL; in init_executor()
H A Dzend_hash.h348 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterators_lower_pos(HashTable *ht, HashPosition start
H A Dzend_compile.c673 uint32_t start = get_next_op_number(); in zend_begin_loop() local
678 brk_cont_element->start = start; in zend_begin_loop()
683 brk_cont_element->start = -1; in zend_begin_loop()
5206 if (CG(context).brk_cont_array[current].start >= 0) { in zend_resolve_goto_label()
/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c7005 ptrdiff_t start=posrelat(luaL_checkinteger(L,2),l);
7007 if(start<1)start=1;
7009 if(start<=end)
7010 lua_pushlstring(L,s+start-1,end-start+1);
/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h4416 XXH3_mergeAccs(const xxh_u64* XXH_RESTRICT acc, const xxh_u8* XXH_RESTRICT secret, xxh_u64 start) in XXH3_mergeAccs() argument
4418 xxh_u64 result64 = start; in XXH3_mergeAccs()
/PHP-8.2/ext/mbstring/tests/
H A Dutf_encodings.phpt798 // (Which isn't even valid to start a new character)
/PHP-8.2/ext/bcmath/libbcmath/
H A DLICENSE473 It is safest to attach them to the start of each source file to most
/PHP-8.2/ext/phar/phar/
H A Dpharcommand.inc68 … 'inf' => '<bang> Hash-bang line to start the archive (e.g. #!/usr/bin/php). The hash '
/PHP-8.2/ext/standard/
H A Dbasic_functions_arginfo.h187 ZEND_ARG_INFO(0, start)
/PHP-8.2/build/
H A Dlibtool.m4405 # Add some code to the start of the generated configure script which
1395 # for dependence libraries. The import file would start with
6254 # Be careful that the start marker always follows a newline.
/PHP-8.2/Zend/Optimizer/
H A Dzend_inference.c4457 zend_op *opline = op_array->opcodes + blocks[j].start + blocks[j].len - 1; in zend_func_return_info()
/PHP-8.2/ext/intl/uchar/
H A Duchar_arginfo.h45 ZEND_ARG_TYPE_MASK(0, start, MAY_BE_LONG|MAY_BE_STRING, NULL)
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_x86.dasc15953 … if (opline > op_array->opcodes + ssa->cfg.blocks[ssa->cfg.map[opline-op_array->opcodes]].start &&
16413 && ssa->cfg.blocks[b].start == ssa_op - ssa->ops) {
H A Dzend_jit_arm64.dasc15014 … if (opline > op_array->opcodes + ssa->cfg.blocks[ssa->cfg.map[opline-op_array->opcodes]].start &&

Completed in 393 milliseconds

1...<<212223242526