Home
last modified time | relevance | path

Searched refs:last (Results 176 – 200 of 252) sorted by relevance

1234567891011

/PHP-5.3/ext/standard/tests/strings/
H A Dstrrchr_variation11.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrchr_variation9.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrrpos_variation14.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation9.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrchr_variation10.phpt6 * Description: Finds the last occurrence of a character in a string.
H A Dstrripos_variation1.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrrpos_variation10.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrripos_variation2.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
H A Dstrrpos_variation15.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstrrpos_variation11.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
/PHP-5.3/main/
H A Dphp_ini.c489 char *last = NULL; in php_init_config() local
492 search_dir = php_strtok_r(path, ":", &last); in php_init_config()
500 search_dir = php_strtok_r(NULL, ":", &last); in php_init_config()
H A Dphp.h140 char *strtok_r(char *s, const char *delim, char **last);
/PHP-5.3/ext/mbstring/tests/
H A Dmb_strripos_variation5_Bug45923.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strrchr_variation1.phpt11 * Description: Finds the last occurrence of a character in a string within another
H A Dmb_strripos_variation3_Bug45923.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strrchr_variation2.phpt11 * Description: Finds the last occurrence of a character in a string within another
H A Dmb_strrichr_variation1.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
H A Dmb_strrichr_variation2.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
H A Dmb_strripos_variation4.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strrpos_variation4.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strrchr_variation3.phpt11 * Description: Finds the last occurrence of a character in a string within another
H A Dmb_strrichr_variation3.phpt11 …* Description: Finds the last occurrence of a character in a string within another, case insensiti…
/PHP-5.3/ext/iconv/tests/
H A Diconv_strrpos_variation3.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-5.3/
H A DREADME.RELEASE_PROCESS49 1. Check windows snapshot builder logs (http://windows.php.net/downloads/snaps/ the last revision)
177 This is to fetch the last commit id from php-distributions.git and commit this
178 last commit id to web/php.git, then, mirrors will now sync
/PHP-5.3/ext/
H A Dext_skel297 code and repeat the last two steps as often as necessary.

Completed in 54 milliseconds

1234567891011