Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/standard/tests/strings/
H A Dstrripos_variation1.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrrchr_variation10.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrpos_variation10.phpt6 * 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'
H A Dstrrpos_variation15.phpt6 * 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-5.5/ext/phar/tests/
H A Dcreate_path_error.phpt35 "Font\xE9\xBBpro.ttf", //Invalid multi-byte character - missing last byte
/PHP-5.5/ext/mbstring/tests/
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
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.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
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_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…
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug57702.phpt109 // Since each column only has one lob descriptor, the last row is
/PHP-5.5/main/
H A Dphp.h140 char *strtok_r(char *s, const char *delim, char **last);
/PHP-5.5/ext/iconv/tests/
H A Diconv_strrpos_variation3.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c86 zend_op *end = op_array->opcodes + op_array->last; in find_code_blocks()
91 blocks = cfg->blocks = ecalloc(op_array->last + 2, sizeof(zend_code_block)); in find_code_blocks()
238 for (opno = 1; opno < op_array->last; opno++) { in find_code_blocks()
308 cur_block->next = &blocks[op_array->last + 1]; in find_code_blocks()
1191 zend_op *new_opcodes = emalloc(op_array->last * sizeof(zend_op)); in assemble_code_blocks()
1246 op_array->last = opline-new_opcodes; in assemble_code_blocks()
1297 op_array->opcodes = erealloc(new_opcodes, op_array->last * sizeof(zend_op)); in assemble_code_blocks()
1306 end = opline + op_array->last; in assemble_code_blocks()
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c40 var_entries *var_hash = (*var_hashx)->last; in var_push()
53 ((var_entries *) (*var_hashx)->last)->next = var_hash; in var_push()
56 (*var_hashx)->last = var_hash; in var_push()
/PHP-5.5/ext/
H A Dext_skel297 code and repeat the last two steps as often as necessary.
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp259 &BreakIterator::last, in PHP_FUNCTION()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_insert_id.phpt77 between the second last insert and the lock, therefore don't stop just bail

Completed in 55 milliseconds

12345678910>>...12