Home
last modified time | relevance | path

Searched refs:last (Results 176 – 200 of 271) sorted by relevance

1234567891011

/PHP-7.4/ext/mbstring/tests/
H A Dbug43841.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_str_split_utf8_utf16.phpt19 /* very first and very last utf-16 4-bytes characters */
H A Dmb_strripos_basic.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strripos_variation5_Bug45923.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
/PHP-7.4/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt43 * $tester->expectLogNotice() around last reload due to presence of debug messages.
/PHP-7.4/ext/standard/tests/file/
H A D005_variation-win32.phpt13 Description: Returns the time the file was last accessed, or FALSE
17 Description: Returns the time the file was last modified, or FALSE
21 Description: Returns the time the file was last changed, or FALSE
H A Dfeof_basic.phpt27 //last time to set the eof flag but it will fail to read.
/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);}
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in205 ; last request cpu - the %cpu the last request consumed
209 ; last request memory - the max amount of memory the last request consumed
214 ; last request the process has served. Otherwise informations are related to
229 ; last request cpu: 0.00
230 ; last request memory: 0
/PHP-7.4/ext/dba/tests/
H A Ddba_handler.inc11 dba_insert("key5", "The last content string", $db_file);
/PHP-7.4/sapi/phpdbg/
H A DREADME.md43 parameters as were used by the last execution of `configure`.
H A Dxml.md24 - the request id, if one was passed to the last command (via -r %d, where %d is the id) (and the ou…
250 - gets last error
252 - error attribute contains the last error as a string, is empty if there's no last error
300 - The <parents> container contains the <class> elements of the parent of the last <class> …
343 - vmret: the return value of the last executed opcode
/PHP-7.4/scripts/dev/
H A Dmakedist42 - last part of tag is optional and is one of RC, alpha, or
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass3.c56 zend_op *end = op_array->opcodes + op_array->last; in zend_optimizer_pass3()
63 jmp_hitlist = (zend_op**)do_alloca(sizeof(zend_op*)*op_array->last, use_heap); in zend_optimizer_pass3()
H A Dpass2.c38 zend_op *end = op_array->opcodes + op_array->last; in zend_optimizer_pass2()
H A Ddfa_pass.c167 shiftlist = (uint32_t *)do_alloca(sizeof(uint32_t) * op_array->last, use_heap); in zend_ssa_remove_nops()
168 memset(shiftlist, 0, sizeof(uint32_t) * op_array->last); in zend_ssa_remove_nops()
236 if (target != op_array->last) { in zend_ssa_remove_nops()
238 for (i = target; i < op_array->last; i++) { in zend_ssa_remove_nops()
251 for (i = 0; i < op_array->last; i++) { in zend_ssa_remove_nops()
306 op_array->last = target; in zend_ssa_remove_nops()
/PHP-7.4/ext/phar/tests/
H A Dcreate_path_error.phpt34 "Font\xE9\xBBpro.ttf", //Invalid multi-byte character - missing last byte
/PHP-7.4/ext/date/tests/
H A Dbug73858.phpt10 $ss = 'february first day of last month midnight';
/PHP-7.4/Zend/
H A Dzend.c1765 ZEND_API void zend_map_ptr_extend(size_t last) in zend_map_ptr_extend() argument
1767 if (last > CG(map_ptr_last)) { in zend_map_ptr_extend()
1770 if (last >= CG(map_ptr_size)) { in zend_map_ptr_extend()
1776 CG(map_ptr_size) = ZEND_MM_ALIGNED_SIZE_EX(last, 4096); in zend_map_ptr_extend()
1783 memset(ptr, 0, (last - CG(map_ptr_last)) * sizeof(void*)); in zend_map_ptr_extend()
1784 CG(map_ptr_last) = last; in zend_map_ptr_extend()
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrchr_variation2.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrchr_variation1.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrpos_variation1.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp157 int32_t CodePointBreakIterator::last(void) in last() function in CodePointBreakIterator
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re47 var_entries *last;
62 d->last = &d->entries;
115 var_entries *var_hash = (*var_hashx)->last;
125 (*var_hashx)->last->next = var_hash;
126 (*var_hashx)->last = var_hash;
747 var_entries *orig_var_entries = (*var_hash)->last;
/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);

Completed in 94 milliseconds

1234567891011