Home
last modified time | relevance | path

Searched refs:last (Results 226 – 250 of 310) sorted by relevance

12345678910>>...13

/PHP-7.1/ext/mbstring/tests/
H A Dmb_strrchr_variation2.phpt11 * Description: Finds the last occurrence of a character in a string within another
H A Dmb_strrichr_variation1.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
H A Dmb_strrichr_variation2.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
H A Dmb_strripos_variation3_Bug45923.phpt12 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strrchr_variation3.phpt11 * Description: Finds the last occurrence of a character in a string within another
H A Dmb_strrichr_variation3.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
H A Dmb_strrpos_variation4.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strripos_variation4.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strrchr_variation4.phpt11 * Description: Finds the last occurrence of a character in a string within another
H A Dmb_strrichr_variation4.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
/PHP-7.1/ext/iconv/tests/
H A Diconv_strrpos_variation3.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-7.1/main/
H A Dphp.h141 char *strtok_r(char *s, const char *delim, char **last);
/PHP-7.1/ext/standard/tests/strings/
H A Dstrrpos_variation15.phpt8 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation11.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
/PHP-7.1/ext/opcache/Optimizer/
H A Dcompact_literals.c136 end = opline + op_array->last; in zend_optimizer_compact_literals()
504 end = opline + op_array->last; in zend_optimizer_compact_literals()
/PHP-7.1/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp246 &BreakIterator::last, in PHP_FUNCTION()
H A Dbreakiterator_class.cpp270 PHP_ME_MAPPING(last, breakiter_last, ainfo_biter_void, ZEND_ACC_PUBLIC)
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_insert_id.phpt77 between the second last insert and the lock, therefore don't stop just bail
/PHP-7.1/ext/standard/tests/array/
H A Dend_variation1.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
/PHP-7.1/ext/pdo_oci/tests/
H A Dbug57702.phpt108 // Since each column only has one lob descriptor, the last row is
/PHP-7.1/Zend/
H A DREADME.ZEND_VM98 At last you can debug executor using original zend_vm_def.h or generated file
H A Dzend_execute.c1207 EG(current_execute_data)->func->op_array.last; in zend_wrong_string_offset()
2518 zend_op *last = EX(func)->op_array.opcodes + op_num; in cleanup_live_vars() local
2519 while ((last->opcode != ZEND_ROPE_ADD && last->opcode != ZEND_ROPE_INIT) in cleanup_live_vars()
2520 || last->result.var != var_num) { in cleanup_live_vars()
2521 ZEND_ASSERT(last >= EX(func)->op_array.opcodes); in cleanup_live_vars()
2522 last--; in cleanup_live_vars()
2524 if (last->opcode == ZEND_ROPE_INIT) { in cleanup_live_vars()
2527 int j = last->extended_value; in cleanup_live_vars()
/PHP-7.1/ext/bcmath/libbcmath/
H A Daclocal.m4113 dnl and everything past the last "/".
/PHP-7.1/ext/dom/
H A Ddom_iterators.c81 ret->last = NULL; in create_notation()
/PHP-7.1/ext/
H A Dext_skel328 code and repeat the last two steps as often as necessary.

Completed in 53 milliseconds

12345678910>>...13