Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/date/tests/
H A Dbug50055.phpt17 $i2 = DateInterval::createFromDateString('third Tuesday of last month');
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrpos_variation5.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrchr_variation7.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_variation3.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 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_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_variation6.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'
/PHP-5.5/ext/dba/tests/
H A Ddba006.phpt17 dba_insert("key5", "The last content string", $db_file);
/PHP-5.5/ext/curl/tests/
H A Dcurl_error_basic.phpt20 * Description: Returns a clear text error message for the last cURL operation.
/PHP-5.5/ext/iconv/tests/
H A Diconv_strrpos_error2.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-5.5/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-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c118 goto last; in mbfl_filt_conv_html_enc()
139 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-5.5/ext/dom/
H A Ddomimplementation.c214 docp->last = (xmlNodePtr) doctype; in PHP_METHOD()
225 docp->last = NULL; in PHP_METHOD()
/PHP-5.5/ext/openssl/tests/
H A Dbug55646.phpt25 die("Failed; last error: $err");
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h57 virtual int32_t last(void);
/PHP-5.5/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.5/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()

Completed in 38 milliseconds

12345678910>>...12