Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.0/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h57 virtual int32_t last(void);
/PHP-7.0/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.0/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-7.0/ext/standard/tests/strings/
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'
H A Dstrrpos_basic2.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'
/PHP-7.0/ext/dba/tests/
H A Ddba010.phpt18 dba_insert(array("key5","name5"), "The last content string", $db_file);
/PHP-7.0/ext/standard/tests/array/
H A Dend_error.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
/PHP-7.0/ext/date/tests/
H A Ddate_modify_basic1.phpt28 date_modify($datetime, "last Sunday");
H A DDateTime_modify_basic1.phpt28 $datetime->modify("last Sunday");
/PHP-7.0/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.0/ext/iconv/tests/
H A Diconv_strrpos_basic.phpt13 * Description: Find position of last occurrence of a string within another
/PHP-7.0/tests/func/
H A D010.phpt41 test($v'.dechex($limit-1).", '".dechex($limit-1).'\'); // last
/PHP-7.0/ext/standard/tests/http/
H A Dbug48929.phpt2 Bug #48929 (duplicate \r\n sent after last header line)
/PHP-7.0/ext/opcache/Optimizer/
H A Doptimize_temp_vars_5.c65 opline = &op_array->opcodes[op_array->last - 1]; in optimize_temporary_variables()
79 opline = &op_array->opcodes[op_array->last - 1]; in optimize_temporary_variables()
/PHP-7.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c519 char *last; in mprint() local
522 last = str; in mprint()
523 while (*last) in mprint()
524 last++; in mprint()
525 --last; in mprint()
526 while (isspace((unsigned char)*last)) in mprint()
527 last--; in mprint()
528 *++last = '\0'; in mprint()
1129 last = b; in mcopy()
1134 last = RCAST(const char *, s) + bytecnt; in mcopy()
[all …]
/PHP-7.0/ext/imap/
H A DIMAP_Win32_HOWTO.txt25 At this point (even if the last build apparently failed), you should have the

Completed in 65 milliseconds

12345678910>>...12