Home
last modified time | relevance | path

Searched refs:position (Results 176 – 200 of 353) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/mbstring/tests/
H A Dbug43841.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_stripos_variation1.phpt11 * Description: Finds position of first occurrence of a string within another, case insensitive
H A Dmb_strrpos_variation2.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strrpos_variation3.phpt11 * Description: Find position of last occurrence of a string within another
H A Dmb_strpos_variation1.phpt11 * Description: Find position of first occurrence of a string within another
H A Dmb_strripos_basic2.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strripos_variation1.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strripos_variation2.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
H A Dmb_strrpos_variation1.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_variation1.phpt38 var_dump( ftell($file_handle) ); // file pointer position
H A Dfgetss_variation5-win32.phpt65 var_dump( ftell($file_handle) ); // find out file position
70 var_dump( ftell($file_handle) ); // find out file position
H A Dfgetss_variation5.phpt62 var_dump( ftell($file_handle) ); // find out file position
67 var_dump( ftell($file_handle) ); // find out file position
H A Dfwrite_variation4-win32.phpt52 … /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfwrite_variation4.phpt52 … /* Write the data into the file, verify it by checking the file pointer position, eof position,
H A Dfgetc_variation3.phpt40 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
H A Dfgets_variation1.phpt39 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
/PHP-5.5/ext/iconv/tests/
H A Diconv_strpos_variation1.phpt11 * Description: Find position of first occurrence of a string within another
H A Diconv_strpos_variation2.phpt11 * Description: Find position of first occurrence of a string within another
H A Diconv_strpos_variation5.phpt11 * Description: Find position of first occurrence of a string within another
H A Diconv_strrpos_variation1.phpt11 * Description: Find position of last occurrence of a string within another
H A Diconv_strrpos_variation2.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c1400 long position; in PHP_FUNCTION() local
1402 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &position) == FAILURE) { in PHP_FUNCTION()
1406 …if (position < 0 || (MBREX(search_str) != NULL && Z_TYPE_P(MBREX(search_str)) == IS_STRING && posi… in PHP_FUNCTION()
1412 MBREX(search_pos) = position; in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c421 off_t position; in PHP_FUNCTION() local
423 position = php_stream_tell(stream); in PHP_FUNCTION()
424 if (position >= 0 && desiredpos > position) { in PHP_FUNCTION()
426 seek_res = php_stream_seek(stream, desiredpos - position, SEEK_CUR); in PHP_FUNCTION()
427 } else if (desiredpos < position) { in PHP_FUNCTION()
/PHP-5.5/ext/phar/tests/
H A Dfgc_edgecases.phpt85 Warning: file_get_contents(): Failed to seek to position 50000 in the stream in phar://%sfgc_edgeca…
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_variation2.phpt75 /* loop through to get the position of the needle in haystack string */

Completed in 51 milliseconds

12345678910>>...15