Home
last modified time | relevance | path

Searched refs:last (Results 151 – 175 of 310) sorted by relevance

12345678910>>...13

/PHP-7.1/ext/standard/tests/strings/
H A Dstrrpos_basic2.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'
H A Dstrripos_variation3.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrrchr_basic.phpt6 * Description: Finds the last occurrence of a character in a string.
/PHP-7.1/tests/func/
H A D010.phpt41 test($v'.dechex($limit-1).", '".dechex($limit-1).'\'); // last
/PHP-7.1/ext/date/tests/
H A DDateTime_modify_basic1.phpt28 $datetime->modify("last Sunday");
/PHP-7.1/ext/standard/tests/http/
H A Dbug48929.phpt2 Bug #48929 (duplicate \r\n sent after last header line)
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_optimizer.c89 zend_op *end = opline + op_array->last; in zend_optimizer_lookup_cv()
396 zend_op *end = opline + op_array->last; in zend_optimizer_remove_live_range()
420 zend_op *end = op_array->opcodes + op_array->last; in zend_optimizer_replace_by_const()
499 n = op_array->opcodes + op_array->last; in zend_optimizer_replace_by_const()
819 end = opline + op_array->last; in zend_revert_pass_two()
836 end = opline + op_array->last; in zend_redo_pass_two()
855 end = opline + op_array->last; in zend_redo_pass_two_ex()
896 end = opline + op_array->last; in zend_adjust_fcall_stack_size()
/PHP-7.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c519 char *last; in mprint() local
522 last = str; in mprint()
523 while (*last) in mprint()
524 last++; in mprint()
525 --last; in mprint()
526 while (isspace((unsigned char)*last)) in mprint()
527 last--; in mprint()
528 *++last = '\0'; in mprint()
1129 last = b; in mcopy()
1134 last = RCAST(const char *, s) + bytecnt; in mcopy()
[all …]
/PHP-7.1/ext/imap/
H A DIMAP_Win32_HOWTO.txt25 At this point (even if the last build apparently failed), you should have the
/PHP-7.1/ext/mbstring/tests/
H A Dmb_strrpos_variation5.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strrchr_error1.phpt11 * Description: Finds the last occurrence of a character in a string within another
H A Dmb_strrchr_variation6.phpt11 * Description: Finds the last occurrence of a character in a string within another
H A Dmb_strrichr_error1.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
H A Dmb_strrpos_error1.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-7.1/ext/phar/tests/
H A Dphar_createdefaultstub.phpt161 $last = fread($fp, $read);
162 $m .= $last;
163 } while (strlen($last) && strlen($m) < $L[1]);
455 $last = fread($fp, $read);
456 $m .= $last;
457 } while (strlen($last) && strlen($m) < $L[1]);
757 $last = fread($fp, $read);
758 $m .= $last;
759 } while (strlen($last) && strlen($m) < $L[1]);
H A Dphar_setdefaultstub.phpt181 $last = fread($fp, $read);
182 $m .= $last;
183 } while (strlen($last) && strlen($m) < $L[1]);
476 $last = fread($fp, $read);
477 $m .= $last;
478 } while (strlen($last) && strlen($m) < $L[1]);
771 $last = fread($fp, $read);
772 $m .= $last;
773 } while (strlen($last) && strlen($m) < $L[1]);
/PHP-7.1/ext/intl/grapheme/
H A Dgrapheme_util.c133 … char *needle, size_t needle_len, int32_t offset, int32_t *puchar_pos, int f_ignore_case, int last) in grapheme_strpos_utf16() argument
188 if(last) { in grapheme_strpos_utf16()
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dgrepoutput88 43:This is the last line of this file.
186 This is the last line of this file.
239 This is the last line of this file.
261 This is the last line of this file.
316 This is the last line of this file.
353 ./testdata/grepinput-611-This is the last line of this file.
363 ./testdata/grepinputx-43-This is the last line of this file.
586 43:This is the last line of this file.
/PHP-7.1/ext/iconv/tests/
H A Diconv_strrpos_error1.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-7.1/ext/oci8/tests/
H A Dbug51291_2.phpt2 Bug #51291 (oci_error() doesn't report last error when called two times)
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dnophar.phar125 $last = fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
H A Dopenssl.phar125 $last = fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
/PHP-7.1/ext/phar/tests/files/
H A Dinclude_path2.phar125 $last = fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
H A Dnophar.phar125 $last = fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);
H A Dopenssl.phar125 $last = fread($fp, $read);
126 $m .= $last;
127 } while (strlen($last) && strlen($m) < $L[1]);

Completed in 50 milliseconds

12345678910>>...13