Home
last modified time | relevance | path

Searched refs:last (Results 101 – 125 of 296) sorted by relevance

12345678910>>...12

/PHP-7.0/ext/date/tests/
H A Dbug50055.phpt17 $i2 = DateInterval::createFromDateString('third Tuesday of last month');
/PHP-7.0/ext/standard/tests/strings/
H A Dstrrchr_variation7.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrpos_variation5.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrchr_variation12.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrchr_variation3.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrripos_variation5.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrrpos_variation12.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation13.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation3.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrchr_variation6.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrpos_basic1.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'
H A Dstrrpos_variation6.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
/PHP-7.0/ext/iconv/tests/
H A Diconv_strrpos_error2.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-7.0/ext/pdo_mysql/tests/
H A Dlast_insert_id.phpt2 PDO MySQL auto_increment / last insert id
/PHP-7.0/ext/mbstring/tests/
H A Dmb_strrchr_error2.phpt11 * Description: Finds the last occurrence of a character in a string within another
H A Dmb_strrichr_error2.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
H A Dmb_strripos_error2.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
/PHP-7.0/ext/dba/tests/
H A Ddba006.phpt17 dba_insert("key5", "The last content string", $db_file);
/PHP-7.0/ext/standard/tests/file/
H A D005_error.phpt7 Description: Returns the time the file was last accessed, or FALSE
11 Description: Returns the time the file was last modified, or FALSE
15 Description: Returns the time the file was last changed, or FALSE
/PHP-7.0/ext/standard/tests/array/
H A Dend_basic.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
H A Dend_variation3.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
/PHP-7.0/ext/dom/
H A Ddomimplementation.c220 docp->last = (xmlNodePtr) doctype; in PHP_METHOD()
231 docp->last = NULL; in PHP_METHOD()
/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c119 goto last; in mbfl_filt_conv_html_enc()
140 last: in mbfl_filt_conv_html_enc()
H A Dmbfilter_cp5022x.c40 mbfl_convert_filter last; member
582 ctx->last = *filt; in mbfl_filt_conv_wchar_cp50220_ctor()
583 ctx->last.opaque = ctx; in mbfl_filt_conv_wchar_cp50220_ctor()
584 ctx->last.data = filt->data; in mbfl_filt_conv_wchar_cp50220_ctor()
587 filt->output_function = (int(*)(int, void *))ctx->last.filter_function; in mbfl_filt_conv_wchar_cp50220_ctor()
588 filt->flush_function = (int(*)(void *))ctx->last.filter_flush; in mbfl_filt_conv_wchar_cp50220_ctor()
589 filt->data = &ctx->last; in mbfl_filt_conv_wchar_cp50220_ctor()
606 dest->data = &ctx->last; in mbfl_filt_conv_wchar_cp50220_copy()
/PHP-7.0/ext/openssl/tests/
H A Dbug55646.phpt25 die("Failed; last error: $err");

Completed in 38 milliseconds

12345678910>>...12