Home
last modified time | relevance | path

Searched defs:start (Results 26 – 50 of 123) sorted by relevance

12345

/php-src/ext/sysvshm/
H A Dphp_sysvshm.h51 zend_long start; member
/php-src/sapi/fpm/fpm/
H A Dfpm_log.c430 char *start; in fpm_log_write() local
H A Dfpm_stdio.c176 int in_buf = 0, cmd_pos = 0, pos, start; local
/php-src/ext/mbstring/
H A Dmbstring.stub.php114 function mb_substr(string $string, int $start, ?int $length = null, ?string $encoding = null): stri…
117 function mb_strcut(string $string, int $start, ?int $length = null, ?string $encoding = null): stri…
121 function mb_strimwidth(string $string, int $start, int $width, string $trim_marker = "", ?string $e…
/php-src/Zend/
H A Dzend_call_stack.c176 uintptr_t start, end, prev_end = 0; in zend_call_stack_get_linux_proc_maps() local
605 char *start, *end; in zend_call_stack_get_netbsd_vm() local
H A Dzend_gc.h117 zval *start; member
H A Dzend_opcode.c714 zend_op_array *op_array, uint32_t var_num, uint32_t kind, uint32_t start, uint32_t end) { in emit_live_range_raw()
730 zend_op_array *op_array, uint32_t var_num, uint32_t start, uint32_t end, in emit_live_range()
H A Dbench.php360 function end_test($start, $name)
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c321 int32_t start = 0; in PHP_FUNCTION() local
697 int32_t start = 0; in PHP_FUNCTION() local
/php-src/ext/gmp/
H A Dgmp.stub.php176 function gmp_scan0(GMP|int|string $num1, int $start): int {}
178 function gmp_scan1(GMP|int|string $num1, int $start): int {}
/php-src/ext/intl/uchar/
H A Duchar.c166 UChar32 start, UChar32 limit, UCharCategory type) { in enumCharType_callback()
295 UChar32 start, limit; in IC_METHOD() local
/php-src/sapi/phpdbg/
H A Dphpdbg_btree.c228 phpdbg_btree_branch *start = branch; in phpdbg_btree_clean_recursive() local
/php-src/ext/date/lib/
H A Dinterval.c271 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dconv.c90 lexbor_conv_data_to_double(const lxb_char_t **start, size_t len) in lexbor_conv_data_to_double()
H A Ddtoa.c48 lexbor_grisu2_round(lxb_char_t *start, size_t len, uint64_t delta, uint64_t rest, in lexbor_grisu2_round()
/php-src/ext/intl/transliterator/
H A Dtransliterator_methods.c274 zend_long start = 0, in PHP_FUNCTION() local
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h63 lxb_char_t *start; member
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.c1805 lxb_char_t *start; in lxb_html_tokenizer_state_char_ref_named() local
2053 lxb_char_t *start = &tkz->start[tkz->entity_start]; in lxb_html_tokenizer_state_char_ref_numeric_end() local
/php-src/ext/shmop/
H A Dshmop.c221 zend_long start, count; in PHP_FUNCTION() local
/php-src/Zend/Optimizer/
H A Dzend_cfg.h45 uint32_t start; /* first opcode number */ member
/php-src/ext/zend_test/
H A Dfiber.c241 static ZEND_METHOD(_ZendTestFiber, start) in ZEND_METHOD() argument
H A Dobserver.c318 const char *start = ZSTR_VAL(new_value), *ptr; in ZEND_INI_MH() local
/php-src/ext/standard/
H A Dphp_fopen_wrapper.c293 const char *start; in php_stream_url_wrap_php() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c217 struct sljit_jump *start; member
343 sljit_sw start; member
370 sljit_sw start; member
398 PCRE2_SPTR start; member
740 #define GETCHARBACK_INVALID(c, ptr, start, invalid_action) \ argument
1293 int *private_data_start, sljit_s32 depth, int start) in detect_early_fail()
5371 struct sljit_jump *start; in mainloop_entry() local
6073 struct sljit_label *start; in fast_forward_first_char2() local
6159 struct sljit_label *start; in fast_forward_first_n_chars() local
6575 struct sljit_label *start; in fast_forward_start_bits() local
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c538 static int zend_jit_trace_subtrace(zend_jit_trace_rec *trace_buffer, int start, int end, uint8_t ev… in zend_jit_trace_subtrace()
577 …xecute_data *ex, const zend_op *op, zend_jit_trace_rec *trace_buffer, uint8_t start, uint32_t is_m…

Completed in 2141 milliseconds

12345