Home
last modified time | relevance | path

Searched refs:position (Results 76 – 100 of 357) sorted by relevance

12345678910>>...15

/PHP-7.0/ext/spl/tests/
H A DSplFileObject_fflush_basic_001.phpt16 var $position;
H A Ddit_006.phpt48 Seek position %d is out of range
/PHP-7.0/ext/intl/tests/
H A Dformatter_parse.phpt25 // Test specifying non-zero parsing start position.
H A Dut_common.inc149 function ut_nfmt_parse( $fmt, $string, $type = NumberFormatter::TYPE_DOUBLE, &$position = null )
151 if(is_null($position)) {
154 …ALS['oo-mode'] ? $fmt->parse( $string, $type, $position ) : numfmt_parse( $fmt, $string, $type, $p…
161 function ut_nfmt_parse_currency( $fmt, $string, &$currency, &$position = null )
163 if(is_null($position)) {
166 …fmt->parseCurrency( $string, $currency, $position ) : numfmt_parse_currency( $fmt, $string, $curre…
/PHP-7.0/ext/date/tests/
H A Dbug45866.phpt23 Warning: DateTime::modify(): Failed to parse time string (£61538461538 day) at position 0 (%s): Une…
/PHP-7.0/ext/standard/tests/file/
H A D007_variation14.phpt19 checking for the file pointer position,
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation22.phpt19 checking for the file pointer position,
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation21.phpt19 checking for the file pointer position,
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation5.phpt19 checking for the file pointer position,
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation6.phpt19 checking for the file pointer position,
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13-win32.phpt24 checking for the file pointer position,
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13.phpt24 checking for the file pointer position,
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
/PHP-7.0/ext/intl/formatter/
H A Dformatter_class.c106 ZEND_ARG_INFO(1, position)
112 ZEND_ARG_INFO(1, position)
/PHP-7.0/ext/standard/tests/array/
H A Darray_shift_variation7.phpt2 Test array_shift() function : usage variations - position of internal pointer
/PHP-7.0/ext/standard/tests/strings/
H A Dstrrpos_variation7.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
H A Dstripos_variation2.phpt6 * Description: Find position of first occurrence of a case-insensitive string
76 /* loop through to get the position of the needle in haystack string */
H A Dstripos_variation8.phpt6 * Description: Find position of first occurrence of a case-insensitive string
27 /* loop through to consider various offsets in getting the position of the needle in haystack strin…
H A Dstrrpos_variation1.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
65 /* loop through to get the position of the needle in haystack string */
H A Dstrrpos_variation2.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
66 /* loop through to get the position of the needle in haystack string */
H A Dstripos_variation5.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstrrpos_variation5.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
/PHP-7.0/ext/snmp/tests/
H A Dbug64124.phpt19 # Should be checked with IPv6 since IPv4 processing code do not alter pointer position
/PHP-7.0/ext/mbstring/tests/
H A Dmb_strpos_error2.phpt11 * Description: Find position of first occurrence of a string within another
H A Dmb_strrpos_error2.phpt11 * Description: Find position of last occurrence of a string within another
/PHP-7.0/ext/phar/
H A Dstream.c380 php_stream_seek(data->fp, data->position + data->zero, SEEK_SET); in phar_stream_read()
382 got = php_stream_read(data->fp, buf, MIN(count, entry->uncompressed_filesize - data->position)); in phar_stream_read()
383 data->position = php_stream_tell(data->fp) - data->zero; in phar_stream_read()
384 stream->eof = (data->position == (zend_off_t) entry->uncompressed_filesize); in phar_stream_read()
411 temp = data->zero + data->position + offset; in phar_stream_seek()
429 data->position = *newoffset; in phar_stream_seek()
441 php_stream_seek(data->fp, data->position, SEEK_SET); in phar_stream_write()
446 data->position = php_stream_tell(data->fp); in phar_stream_write()
447 if (data->position > (zend_off_t)data->internal_file->uncompressed_filesize) { in phar_stream_write()
448 data->internal_file->uncompressed_filesize = data->position; in phar_stream_write()

Completed in 56 milliseconds

12345678910>>...15