Home
last modified time | relevance | path

Searched refs:last (Results 201 – 225 of 310) sorted by relevance

12345678910>>...13

/PHP-7.1/ext/standard/tests/strings/
H A Dstrrpos_variation1.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation2.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrchr_variation1.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrchr_variation11.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrchr_variation9.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrpos_variation9.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrchr_variation10.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrripos_variation1.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrrpos_variation10.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation14.phpt8 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrripos_variation2.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
/PHP-7.1/ext/dba/tests/
H A Ddba_handler.inc11 dba_insert("key5", "The last content string", $db_file);
/PHP-7.1/ext/opcache/Optimizer/
H A Dpass3.c59 zend_op *end = op_array->opcodes + op_array->last; in zend_optimizer_pass3()
66 jmp_hitlist = (zend_op**)do_alloca(sizeof(zend_op*)*op_array->last, use_heap); in zend_optimizer_pass3()
/PHP-7.1/ext/standard/tests/file/
H A D005_variation.phpt16 Description: Returns the time the file was last accessed, or FALSE
20 Description: Returns the time the file was last modified, or FALSE
24 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.1/ext/standard/
H A Dvar_unserializer.re27 void *last;
89 var_entries *var_hash = (*var_hashx)->last;
102 ((var_entries *) (*var_hashx)->last)->next = var_hash;
105 (*var_hashx)->last = var_hash;
572 var_entries *orig_var_entries = (*var_hash)->last;
/PHP-7.1/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp152 int32_t CodePointBreakIterator::last(void) in last() function in CodePointBreakIterator
/PHP-7.1/ext/shmop/
H A DREADME1 last update Jan 2, 2002 (hackie@prohost.org/ilia@prohost.org)
/PHP-7.1/sapi/phpdbg/
H A DREADME.md46 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.1/ext/date/tests/
H A Dbug73858.phpt10 $ss = 'february first day of last month midnight';
/PHP-7.1/ext/mbstring/tests/
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
H A Dmb_strrchr_variation1.phpt11 * Description: Finds the last occurrence of a character in a string within another
/PHP-7.1/ext/phar/tests/
H A Dcreate_path_error.phpt35 "Font\xE9\xBBpro.ttf", //Invalid multi-byte character - missing last byte

Completed in 27 milliseconds

12345678910>>...13