Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.1/ext/mbstring/libmbfl/filters/
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.1/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h57 virtual int32_t last(void);
/PHP-7.1/ext/openssl/tests/
H A Dbug55646.phpt40 die("Failed; last error: $err");
/PHP-7.1/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-7.1/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_error.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrripos_variation4.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 Dstrrpos_variation4.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-7.1/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-7.1/sapi/fpm/fpm/
H A Dfpm_process_ctl.c359 struct timeval last, now; in fpm_pctl_perform_idle_server_maintenance() local
365 fpm_request_last_activity(last_idle_child, &last); in fpm_pctl_perform_idle_server_maintenance()
367 if (last.tv_sec < now.tv_sec - wp->config->pm_process_idle_timeout) { in fpm_pctl_perform_idle_server_maintenance()
/PHP-7.1/ext/dba/tests/
H A Ddba010.phpt18 dba_insert(array("key5","name5"), "The last content string", $db_file);
/PHP-7.1/ext/date/tests/
H A Ddate_modify_basic1.phpt28 date_modify($datetime, "last Sunday");
/PHP-7.1/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-7.1/sapi/phpdbg/
H A Dphpdbg_watch.h111 Bucket *last; member
/PHP-7.1/ext/iconv/tests/
H A Diconv_strrpos_basic.phpt13 * Description: Find position of last occurrence of a string within another

Completed in 72 milliseconds

12345678910>>...13