Home
last modified time | relevance | path

Searched refs:position (Results 126 – 150 of 366) sorted by relevance

12345678910>>...15

/PHP-7.1/ext/standard/tests/strings/
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 Dstripos_variation4.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstripos_variation6.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstrripos_variation1.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
65 /* loop through to get the position of the needle in haystack 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'
H A Dsubstr_compare.phpt31 Warning: substr_compare(): The start position cannot exceed initial string length in %s on line %d
H A Dstrripos_variation2.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
66 /* loop through to get the position of the needle in haystack string */
H A Dstrripos_variation3.phpt6 * Description: Find position of last occurrence of a case-insensitive 'needle' in a 'haystack'
/PHP-7.1/ext/standard/tests/file/
H A Dfseek_ftell_rewind_error1.phpt10 Description: Rewind the position of a file pointer
13 Description: Tells file pointer read/write position
H A Dfpassthru_variation.phpt7 Description: Reads to EOF on the given file pointer from the current position
/PHP-7.1/ext/mbstring/tests/
H A Dmb_strpos_basic.phpt11 * Description: Find position of first occurrence of a string within another
H A Dmb_strrpos_basic.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strrpos_variation5.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strpos_error1.phpt11 * Description: Find position of first occurrence of a string within another
H A Dmb_strrpos_error1.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-7.1/ext/iconv/tests/
H A Diconv_strpos_basic.phpt13 * Description: Find position of first occurrence of a string within another
H A Diconv_strrpos_basic.phpt13 * Description: Find position of last occurrence of a string within another
H A Diconv_strrpos_error1.phpt11 * Description: Find position of last occurrence of a string within another
H A Diconv_strpos_error1.phpt11 * Description: Find position of first occurrence of a string within another
/PHP-7.1/ext/date/tests/
H A Doo_001.phpt46 DateTime::__construct(): Failed to parse time string (1am todax) at position 4 (t): The timezone co…
/PHP-7.1/ext/pdo_mysql/tests/
H A Dbug_33689.phpt29 // libmysql and mysqlnd will show the pdo_type entry at a different position in the hash
/PHP-7.1/ext/mbstring/
H A Dphp_mbregex.c1457 zend_long position; in PHP_FUNCTION() local
1459 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &position) == FAILURE) { in PHP_FUNCTION()
1464 …if ((position < 0) && (!Z_ISUNDEF(MBREX(search_str))) && (Z_TYPE(MBREX(search_str)) == IS_STRING))… in PHP_FUNCTION()
1465 position += Z_STRLEN(MBREX(search_str)); in PHP_FUNCTION()
1468 …if (position < 0 || (!Z_ISUNDEF(MBREX(search_str)) && Z_TYPE(MBREX(search_str)) == IS_STRING && (s… in PHP_FUNCTION()
1474 MBREX(search_pos) = position; in PHP_FUNCTION()

Completed in 46 milliseconds

12345678910>>...15