Home
last modified time | relevance | path

Searched refs:last (Results 126 – 150 of 281) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/standard/tests/strings/
H A Dstrripos_variation4.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrrchr_variation5.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrpos_error.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation4.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation8.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrchr_variation4.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrchr_error.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrripos_basic1.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrrpos_basic2.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'
/PHP-5.5/ext/dba/tests/
H A Ddba010.phpt18 dba_insert(array("key5","name5"), "The last content string", $db_file);
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strrpos_basic.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strrchr_variation5.phpt11 * Description: Finds the last occurrence of a character in a string within another
H A Dmb_strrpos_variation5.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-5.5/ext/date/tests/
H A Ddate_modify_basic1.phpt28 date_modify($datetime, "last Sunday");
H A DDateTime_modify_basic1.phpt28 $datetime->modify("last Sunday");
/PHP-5.5/ext/standard/tests/array/
H A Dend_error.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
/PHP-5.5/ext/iconv/tests/
H A Diconv_strrpos_basic.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-5.5/ext/standard/tests/http/
H A Dbug48929.phpt2 Bug #48929 (duplicate \r\n sent after last header line)
/PHP-5.5/tests/func/
H A D010.phpt41 test($v'.dechex($limit-1).", '".dechex($limit-1).'\'); // last
/PHP-5.5/ext/opcache/
H A Dzend_persist_calc.c157 zend_op *end = op_array->opcodes + op_array->last;
159 ADD_DUP_SIZE(op_array->opcodes, sizeof(zend_op) * op_array->last);
170 ADD_DUP_SIZE(op_array->opcodes, sizeof(zend_op) * op_array->last);
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c462 char *last; in mprint() local
465 last = str; in mprint()
466 while (*last) in mprint()
467 last++; in mprint()
468 --last; in mprint()
469 while (isspace((unsigned char)*last)) in mprint()
470 last--; in mprint()
471 *++last = '\0'; in mprint()
1057 last = b; in mcopy()
1062 last = RCAST(const char *, s) + bytecnt; in mcopy()
[all …]
/PHP-5.5/ext/phar/tests/
H A Dphar_createdefaultstub.phpt161 $last = (binary)fread($fp, $read);
162 $m .= $last;
163 } while (strlen($last) && strlen($m) < $L[1]);
455 $last = (binary)fread($fp, $read);
456 $m .= $last;
457 } while (strlen($last) && strlen($m) < $L[1]);
757 $last = (binary)fread($fp, $read);
758 $m .= $last;
759 } while (strlen($last) && strlen($m) < $L[1]);
H A Dphar_setdefaultstub.phpt181 $last = (binary)fread($fp, $read);
182 $m .= $last;
183 } while (strlen($last) && strlen($m) < $L[1]);
476 $last = (binary)fread($fp, $read);
477 $m .= $last;
478 } while (strlen($last) && strlen($m) < $L[1]);
771 $last = (binary)fread($fp, $read);
772 $m .= $last;
773 } while (strlen($last) && strlen($m) < $L[1]);
/PHP-5.5/ext/imap/
H A DIMAP_Win32_HOWTO.txt25 At this point (even if the last build apparently failed), you should have the
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_util.c131 …le, int32_t needle_len, int32_t offset, int32_t *puchar_pos, int f_ignore_case, int last TSRMLS_DC) in grapheme_strpos_utf16()
186 if(last) { in grapheme_strpos_utf16()

Completed in 68 milliseconds

12345678910>>...12