Home
last modified time | relevance | path

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

1234567891011

/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp5022x.c40 mbfl_convert_filter last; member
585 ctx->last = *filt; in mbfl_filt_conv_wchar_cp50220_ctor()
586 ctx->last.opaque = ctx; in mbfl_filt_conv_wchar_cp50220_ctor()
587 ctx->last.data = filt->data; in mbfl_filt_conv_wchar_cp50220_ctor()
590 filt->output_function = (int(*)(int, void *))ctx->last.filter_function; in mbfl_filt_conv_wchar_cp50220_ctor()
591 filt->flush_function = (int(*)(void *))ctx->last.filter_flush; in mbfl_filt_conv_wchar_cp50220_ctor()
592 filt->data = &ctx->last; in mbfl_filt_conv_wchar_cp50220_ctor()
609 dest->data = &ctx->last; in mbfl_filt_conv_wchar_cp50220_copy()
/PHP-5.3/ext/standard/tests/array/
H A Dend_variation3.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
H A Dend_error.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
/PHP-5.3/tests/output/
H A Dob_flush_basic_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
/PHP-5.3/ext/standard/tests/strings/
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'.
H A Dstrrchr_variation5.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrripos_variation4.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrrpos_variation4.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrripos_error.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrrpos_error.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 Dstrrpos_variation8.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
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'
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_process_ctl.c360 struct timeval last, now; in fpm_pctl_perform_idle_server_maintenance() local
366 fpm_request_last_activity(last_idle_child, &last); in fpm_pctl_perform_idle_server_maintenance()
368 if (last.tv_sec < now.tv_sec - wp->config->pm_process_idle_timeout) { in fpm_pctl_perform_idle_server_maintenance()
/PHP-5.3/ext/dba/tests/
H A Ddba010.phpt18 dba_insert(array("key5","name5"), "The last content string", $db_file);
/PHP-5.3/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
/PHP-5.3/ext/iconv/tests/
H A Diconv_strrpos_basic.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-5.3/ext/date/tests/
H A Ddate_modify_basic1.phpt28 date_modify($datetime, "last Sunday");
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_last_error_basic.phpt8 * Description: Returns the error code of the last error for a database.
H A Dsqlite_last_error_error.phpt8 * Description: Returns the error code of the last error for a database.
/PHP-5.3/ext/standard/tests/http/
H A Dbug48929.phpt2 Bug #48929 (duplicate \r\n sent after last header line)

Completed in 48 milliseconds

1234567891011