Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.2/ext/dom/
H A Ddomimplementation.c220 docp->last = (xmlNodePtr) doctype; in PHP_METHOD()
231 docp->last = NULL; in PHP_METHOD()
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_cfg.c300 cfg->map = block_map = zend_arena_calloc(arena, op_array->last, sizeof(uint32_t)); in zend_build_cfg()
304 for (i = 0; i < op_array->last; i++) { in zend_build_cfg()
318 if (i + 1 < op_array->last) { in zend_build_cfg()
361 if (i + 1 < op_array->last) { in zend_build_cfg()
367 if (i + 1 < op_array->last) { in zend_build_cfg()
374 if (i + 1 < op_array->last) { in zend_build_cfg()
450 && op_array->last > 0 && block_map[0] > 1) { in zend_build_cfg()
491 for (i = 0; i < op_array->last; i++) { in zend_build_cfg()
/PHP-7.2/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.2/ext/openssl/tests/
H A Dbug55646.phpt40 die("Failed; last error: $err");
/PHP-7.2/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.2/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h57 virtual int32_t last(void);
/PHP-7.2/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 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_variation5.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_variation4.phpt6 * Description: Finds the last occurrence of a character in a string.
/PHP-7.2/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.2/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.2/ext/dba/tests/
H A Ddba010.phpt18 dba_insert(array("key5","name5"), "The last content string", $db_file);
/PHP-7.2/ext/mbstring/tests/
H A Dmb_strrpos_basic.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-7.2/ext/iconv/tests/
H A Diconv_strrpos_basic.phpt13 * Description: Find position of last occurrence of a string within another
/PHP-7.2/ext/date/tests/
H A Ddate_modify_basic1.phpt28 date_modify($datetime, "last Sunday");
/PHP-7.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c552 char *last; in mprint() local
555 last = str; in mprint()
556 while (*last) in mprint()
557 last++; in mprint()
558 --last; in mprint()
559 while (isspace((unsigned char)*last)) in mprint()
560 last--; in mprint()
561 *++last = '\0'; in mprint()
1216 last = b; in mcopy()
1221 last = RCAST(const char *, s) + bytecnt; in mcopy()
[all …]
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_watch.h111 Bucket *last; member

Completed in 34 milliseconds

12345678910>>...13