Home
last modified time | relevance | path

Searched refs:start (Results 676 – 688 of 688) sorted by relevance

1...<<2122232425262728

/php-src/Zend/
H A Dzend_execute.c4476 if (op_num >= range->start && op_num < range->end in find_live_range()
4491 if (range->start > op_num) { in cleanup_live_vars()
4616 if (range->start > op_num) { in zend_unfinished_execution_gc_ex()
H A Dzend_hash.h350 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterators_lower_pos(HashTable *ht, HashPosition start
H A Dzend_compile.c704 uint32_t start = get_next_op_number(); in zend_begin_loop() local
709 brk_cont_element->start = start; in zend_begin_loop()
714 brk_cont_element->start = -1; in zend_begin_loop()
5530 if (CG(context).brk_cont_array[current].start >= 0) { in zend_resolve_goto_label()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2816 code_buffer.start = dasm_buf; in zend_jit_ir_compile()
3533 const zend_op *opline = &jit->op_array->opcodes[bb->start + bb->len - 1]; in zend_jit_case_start()
3745 const zend_op *opline = &jit->op_array->opcodes[bb->start + bb->len - 1]; in zend_jit_bb_end()
3946 ir_ENTRY(ref, bb->start); in zend_jit_recv_entry()
3964 ir_ENTRY(ref, bb->start); in zend_jit_osr_entry()
4093 ref = zend_jit_continue_entry(jit, ref, jit->ssa->cfg.blocks[succ].start); in zend_jit_tail_handler()
9953 ref = zend_jit_continue_entry(jit, ref, jit->ssa->cfg.blocks[succ].start);
15865 code_buffer.start = dasm_buf;
16525 … if (opline > op_array->opcodes + ssa->cfg.blocks[ssa->cfg.map[opline-op_array->opcodes]].start &&
/php-src/ext/standard/
H A Dbasic_functions.stub.php1680 function range(string|int|float $start, string|int|float $end, int|float $step = 1): array {} argument
H A Dbasic_functions_arginfo.h184 ZEND_ARG_TYPE_MASK(0, start, MAY_BE_STRING|MAY_BE_LONG|MAY_BE_DOUBLE, NULL)
/php-src/ext/mbstring/tests/
H A Dutf_encodings.phpt798 // (Which isn't even valid to start a new character)
/php-src/ext/bcmath/libbcmath/
H A DLICENSE473 It is safest to attach them to the start of each source file to most
/php-src/ext/phar/phar/
H A Dpharcommand.inc68 … 'inf' => '<bang> Hash-bang line to start the archive (e.g. #!/usr/bin/php). The hash '
/php-src/
H A Dconfigure.ac985 [Disable the short-form <? start tag by default])],
/php-src/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-src/Zend/Optimizer/
H A Dzend_inference.c4592 zend_op *opline = op_array->opcodes + blocks[j].start + blocks[j].len - 1; in zend_func_return_info()
/php-src/ext/intl/uchar/
H A Duchar_arginfo.h45 ZEND_ARG_TYPE_MASK(0, start, MAY_BE_LONG|MAY_BE_STRING, NULL)

Completed in 180 milliseconds

1...<<2122232425262728