Home
last modified time | relevance | path

Searched refs:position (Results 51 – 75 of 242) sorted by relevance

12345678910

/PHP-8.1/ext/pdo/tests/
H A Dbug_69356.phpt22 … their name, type (paramtype) as an integer, their key name or position, and the position in the q…
44 … their name, type (paramtype) as an integer, their key name or position, and the position in the q…
/PHP-8.1/ext/ftp/tests/
H A Dftp_fget_basic.phpt23 $position = ftell($fp);
26 fseek($fp, $position);
/PHP-8.1/ext/xmlreader/tests/
H A D003-get-errors.phpt40 // Ensure that node pointer has not changed position
47 // Ensure that node pointer has not changed position
54 // Ensure that node pointer has not changed position
/PHP-8.1/ext/standard/
H A Dphp_fopen_wrapper.c66 zend_off_t position; member
81 if (!SG(post_read) && SG(read_post_bytes) < (int64_t)(input->position + count)) { in php_stream_input_read()
94 php_stream_seek(input->body, input->position, SEEK_SET); in php_stream_input_read()
101 input->position += read; in php_stream_input_read()
129 *newoffset = input->position = (input->body)->position; in php_stream_input_seek()
/PHP-8.1/ext/intl/tests/
H A Dgrapheme.phpt633 $res_str .= " starting at byte position $test[2]";
637 $res_str .= " starting at byte position $test[2] with \$next";
702 $res_str .= " starting at byte position $test[2]";
766 $res_str .= " starting at byte position $test[2]";
1123 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 0 = a == a
1124 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 1 = b == b
1125 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 2 = c == c
1126 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 2 = ==
1130 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 0 with $next = == $…
1135 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 2 with $next = == $…
[all …]
H A Dgrapheme2.phpt621 $res_str .= " starting at byte position $test[2]";
625 $res_str .= " starting at byte position $test[2] with \$next";
690 $res_str .= " starting at byte position $test[2]";
754 $res_str .= " starting at byte position $test[2]";
1111 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 0 = a == a
1112 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 1 = b == b
1113 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 2 = c == c
1114 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 2 = ==
1118 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 0 with $next = == $…
1123 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 2 with $next = == $…
[all …]
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_frame.c248 HashPosition position; in phpdbg_dump_backtrace() local
276 zend_hash_internal_pointer_reset_ex(Z_ARRVAL(zbacktrace), &position); in phpdbg_dump_backtrace()
277 tmp = zend_hash_get_current_data_ex(Z_ARRVAL(zbacktrace), &position); in phpdbg_dump_backtrace()
278 while ((tmp = zend_hash_get_current_data_ex(Z_ARRVAL(zbacktrace), &position))) { in phpdbg_dump_backtrace()
292 zend_hash_move_forward_ex(Z_ARRVAL(zbacktrace), &position); in phpdbg_dump_backtrace()
/PHP-8.1/Zend/tests/
H A Dbug23104.phpt2 Bug #23104 (Hash position not reset for constant arrays)
H A Dbug75426.phpt2 Bug #75426: "Cannot use empty array elements" reports wrong position
H A Ddynamic_prop_name_leak.phpt2 Dynamic prop name with type conversion in reference position should not leak
H A Dtemporary_cleaning_016.phpt2 Live ranges should be ordered according to "start" position
/PHP-8.1/ext/spl/tests/
H A Dbug45614.phpt32 echo "\n--> Invalidate current position and show the first two items:\n";
51 --> Invalidate current position and show the first two items:
/PHP-8.1/ext/standard/tests/array/
H A Darray_merge_variation10.phpt2 Test array_merge() function : usage variations - position of internal array pointer
6 * Check the position of the internal array pointer after calling array_merge().
H A Dcurrent_variation4.phpt37 //see if internal pointer is in same position as referenced array
39 // see if internal pointer is in the same position from when accessing this inner array
H A Dkey_variation4.phpt37 //see if internal pointer is in same position as referenced array
39 // see if internal pointer is in the same position from when accessing this inner array
/PHP-8.1/ext/date/tests/
H A DDateTimeImmutable_modify_invalid_format.phpt11 Warning: DateTimeImmutable::modify(): Failed to parse time string () at position 0 ( in %s on line …
H A Ddate_interval_create_from_date_string_broken.phpt9 Warning: date_interval_create_from_date_string(): Unknown or bad format (foobar) at position 0 (f):…
/PHP-8.1/ext/intl/formatter/
H A Dformatter_functions_arginfo.h19 ZEND_ARG_INFO(1, position)
32 ZEND_ARG_INFO(1, position)
/PHP-8.1/tests/lang/
H A Dfunc_get_arg.004.phpt18 func_get_arg(): Argument #1 ($position) must be less than the number of the arguments passed to the…
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c1073 size_t position; member
1101 sqlite3_stream->position += count; in php_sqlite3_stream_write()
1119 sqlite3_stream->position += count; in php_sqlite3_stream_read()
1152 sqlite3_stream->position = 0; in php_sqlite3_stream_seek()
1156 sqlite3_stream->position = sqlite3_stream->position + offset; in php_sqlite3_stream_seek()
1167 sqlite3_stream->position = sqlite3_stream->position + offset; in php_sqlite3_stream_seek()
1179 sqlite3_stream->position = offset; in php_sqlite3_stream_seek()
1180 *newoffs = sqlite3_stream->position; in php_sqlite3_stream_seek()
1190 sqlite3_stream->position = 0; in php_sqlite3_stream_seek()
1200 *newoffs = sqlite3_stream->position; in php_sqlite3_stream_seek()
[all …]
/PHP-8.1/ext/mbstring/tests/
H A Dbug72694.phpt2 Bug #72694 (mb_ereg_search_setpos does not accept a string's last position)
/PHP-8.1/ext/standard/tests/file/
H A D007_variation1.phpt8 checking for the file pointer position,
22 var_dump( ftell($file_handle) ); //Initial position of file pointer
H A D007_variation17.phpt8 checking for the file pointer position,
22 var_dump( ftell($file_handle) ); //Initial position of file pointer
H A D007_variation9.phpt8 checking for the file pointer position,
22 var_dump( ftell($file_handle) ); //Initial position of file pointer
/PHP-8.1/ext/standard/tests/filters/
H A Dbug81302.phpt2 Bug #81302 (Stream position after stream filter removed)

Completed in 74 milliseconds

12345678910