Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/
H A DNEWS462 . Fixed bug #80376 (last day of the month causes runway cpu usage. (Derick)
991 . Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes
1064 . Fixed bug #79257 (Duplicate named groups (?J) prefer last alternative even
1939 . Fixed bug #78189 (file cache strips last character of uname hash). (cmb)
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2570 goto last; in php_pcre_split_impl()
2707 last: in php_pcre_split_impl()
/PHP-7.4/ext/dom/
H A Ddomimplementation.c223 docp->last = (xmlNodePtr) doctype; in PHP_METHOD()
234 docp->last = NULL; in PHP_METHOD()
/PHP-7.4/ext/dba/tests/
H A Ddba_tcadb.phpt40 string(23) "The last content string"
57 string(23) "The last content string"
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp157 int32_t CodePointBreakIterator::last(void) in last() function in CodePointBreakIterator
H A Dcodepointiterator_internal.h64 virtual int32_t last(void);
/PHP-7.4/ext/mbstring/
H A Dmbstring.c2350 const char *p, *last; /* pointer for the string cursor and last string char */ in PHP_FUNCTION() local
2377 last = ZSTR_VAL(str) + ZSTR_LEN(str); /* last string char pointer */ in PHP_FUNCTION()
2398 while (p < last) { /* split cycle work until the cursor has reached the last byte */ in PHP_FUNCTION()
2403 for (char_count = 0; char_count < split_length && p < last; ++char_count) { in PHP_FUNCTION()
2408 if (p >= last) chunk_len -= p - last; /* check if chunk is in bounds */ in PHP_FUNCTION()
2456 while (p < last - 1) { /* cycle each byte except last with callback function */ in PHP_FUNCTION()
2477 add_next_index_stringl(return_value, p, last - p); in PHP_FUNCTION()
5265 char *last=NULL; in php_mb_safe_strrchr_ex() local
5273 last = (char *)p; in php_mb_safe_strrchr_ex()
5288 last = (char *)p; in php_mb_safe_strrchr_ex()
[all …]
/PHP-7.4/main/
H A Dmain.c441 char *last = NULL; in php_binary_init() local
445 search_dir = php_strtok_r(path, ":", &last); in php_binary_init()
453 search_dir = php_strtok_r(NULL, ":", &last); in php_binary_init()
H A Dphp.h194 char *strtok_r(char *s, const char *delim, char **last);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5328 static SLJIT_INLINE void add_prefix_char(PCRE2_UCHAR chr, fast_forward_char_data *chars, BOOL last) in add_prefix_char() argument
5340 if (last) in add_prefix_char()
5358 if (last) in add_prefix_char()
5365 BOOL last, any, class, caseless; in scan_prefix() local
5385 last = TRUE; in scan_prefix()
5396 last = FALSE; in scan_prefix()
5440 last = FALSE; in scan_prefix()
5460 last = FALSE; in scan_prefix()
5766 if (last) in scan_prefix()
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc117 * The last response for the request call
1046 $port = ($this->ports['last'] ?? 9000 + PHP_INT_SIZE - 1) + 1;
1047 $this->ports['values'][$pool] = $this->ports['last'] = $port;
/PHP-7.4/ext/date/lib/
H A Dparse_date.re241 { "last", 0, -1 },
982 lastdayof = 'last day of';
1004 reltexttext = 'next'|'last'|'previous'|'this';
1133 /* skip "last day of" or "first day of" */
1181 } else { /* last */
1684 /* to handle the format weekday + last/this/next week */
/PHP-7.4/ext/ffi/
H A Dffi.g321 {int64_t min = 0, max = 0, last = -1;}
322 enumerator(enum_dcl, &min, &max, &last)
324 enumerator(enum_dcl, &min, &max, &last)
329 enumerator(zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *last):
337 {zend_ffi_add_enum_val(enum_dcl, name, name_len, &val, min, max, last);}
H A Dffi_parser.c271 …c int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *last);
2516 int64_t min = 0, max = 0, last = -1; in parse_enumerator_list() local
2517 sym = parse_enumerator(sym, enum_dcl, &min, &max, &last); in parse_enumerator_list()
2551 sym = parse_enumerator(sym, enum_dcl, &min, &max, &last); in parse_enumerator_list()
2559 … int parse_enumerator(int sym, zend_ffi_dcl *enum_dcl, int64_t *min, int64_t *max, int64_t *last) { in parse_enumerator() argument
2568 zend_ffi_add_enum_val(enum_dcl, name, name_len, &val, min, max, last); in parse_enumerator()
/PHP-7.4/ext/curl/
H A Dinterface.c2166 struct HttpPost *last = NULL; in build_mime_structure_from_hash() local
2259 form_error = curl_formadd(&first, &last, in build_mime_structure_from_hash()
2294 form_error = curl_formadd(&first, &last, in build_mime_structure_from_hash()
/PHP-7.4/Zend/
H A Dzend_operators.c2376 int last=0; /* Shut up the compiler warning */ in increment_string() local
2406 last=LOWER_CASE; in increment_string()
2415 last=UPPER_CASE; in increment_string()
2424 last = NUMERIC; in increment_string()
2438 switch (last) { in increment_string()
H A Dzend_execute.c1457 EG(current_execute_data)->func->op_array.last; in zend_wrong_string_offset()
3581 static zend_always_inline void zend_init_cvs(uint32_t first, uint32_t last EXECUTE_DATA_DC) in zend_init_cvs()
3583 if (EXPECTED(first < last)) { in zend_init_cvs()
3584 uint32_t count = last - first; in zend_init_cvs()
3983 zend_op *last = EX(func)->op_array.opcodes + op_num; in cleanup_live_vars() local
3984 while ((last->opcode != ZEND_ROPE_ADD && last->opcode != ZEND_ROPE_INIT) in cleanup_live_vars()
3985 || last->result.var != var_num) { in cleanup_live_vars()
3986 ZEND_ASSERT(last >= EX(func)->op_array.opcodes); in cleanup_live_vars()
3987 last--; in cleanup_live_vars()
3989 if (last->opcode == ZEND_ROPE_INIT) { in cleanup_live_vars()
[all …]
H A Dzend_compile.c93 return CG(active_op_array)->last; in get_next_op_number()
99 uint32_t next_op_num = op_array->last++; in get_next_op()
1030 && old_function->op_array.last > 0) { in do_bind_function_error()
1151 zend_op *end = opline + op_array->last; in zend_build_delayed_early_binding_list()
1924 …if (CG(active_op_array)->last && CG(active_op_array)->opcodes[CG(active_op_array)->last - 1].opcod… in zend_emit_tick()
6846 uint32_t num = CG(active_op_array)->last; in zend_compile_namespace()
8009 zend_ast *last = CG(ast); in zend_compile_const() local
8011 while (last && last->kind == ZEND_AST_STMT_LIST) { in zend_compile_const()
8012 zend_ast_list *list = zend_ast_get_list(last); in zend_compile_const()
8016 last = list->child[list->children-1]; in zend_compile_const()
[all …]
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c3857 zend_op *end = opline + op_array->last; in preload_link()
3985 zend_op *end = opline + script->script.main_op_array.last; in preload_remove_empty_includes()
4025 zend_op *end = opline + script->script.main_op_array.last; in preload_remove_empty_includes()
4566 script->script.main_op_array.last = 1; in accel_preload()
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_util.c133 … char *needle, size_t needle_len, int32_t offset, int32_t *puchar_pos, int f_ignore_case, int last) in grapheme_strpos_utf16() argument
182 usearch_setOffset(src, last ? 0 : offset_pos, &status); in grapheme_strpos_utf16()
187 if(last) { in grapheme_strpos_utf16()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c155 php_cli_server_chunk *last; member
976 buffer->last = NULL; in php_cli_server_buffer_ctor()
981 php_cli_server_chunk *last; in php_cli_server_buffer_append() local
982 for (last = chunk; last->next; last = last->next); in php_cli_server_buffer_append()
983 if (!buffer->last) { in php_cli_server_buffer_append()
988 buffer->last = last; in php_cli_server_buffer_append()
993 php_cli_server_chunk *last; in php_cli_server_buffer_prepend() local
994 for (last = chunk; last->next; last = last->next); in php_cli_server_buffer_prepend()
995 last->next = buffer->first; in php_cli_server_buffer_prepend()
996 if (!buffer->last) { in php_cli_server_buffer_prepend()
[all …]
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c1009 ssa->ops = zend_arena_calloc(arena, op_array->last, sizeof(zend_ssa_op)); in zend_build_ssa()
1010 memset(ssa->ops, 0xff, op_array->last * sizeof(zend_ssa_op)); in zend_build_ssa()
1053 for (i = op_array->last - 1; i >= 0; i--) { in zend_ssa_compute_use_def_chains()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1068 …node->children->next || node->children->children || node->parent->children == node->parent->last) { in sxe_prop_is_empty()
1187 …ode->children->next || node->children->children || node->parent->children == node->parent->last ) { in sxe_get_prop_hash()

Completed in 176 milliseconds

1234567891011