Home
last modified time | relevance | path

Searched refs:position (Results 26 – 50 of 318) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_server.phpt25 echo "Found 'Oracle' at position $pos as expected\n";
39 Found 'Oracle' at position 0 as expected
/PHP-7.4/ext/standard/tests/strings/
H A Dget_meta_tags.phpt12 <meta name="geo.position" content="49.33;-86.59">
22 <meta name="geo.position" content="49.33;-86.59">
28 <meta name="geo.position" content="49.33;-86.591">
H A Dstrrpos_variation8.phpt6 * Description: Find position of last occurrence of 'needle' in 'haystack'.
18 /* loop through to consider various offsets in getting the position of the needle in haystack strin…
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists_variation7.phpt2 Test array_key_exists() function : usage variations - position of internal array pointer
12 * Check the position of the internal array pointer after calling array_key_exists()
H A Dend_variation3.phpt18 echo "\n-- Initial position of internal pointer --\n";
35 -- Initial position of internal pointer --
H A Dkey_variation3.phpt18 echo "\n-- Initial position of internal pointer --\n";
37 -- Initial position of internal pointer --
H A Dnatcasesort_variation10.phpt2 Test natcasesort() function : usage variations - position of internal array pointer
11 * Check position of internal array pointer after calling natcasesort()
H A Darray_slice_variation10.phpt2 Test array_slice() function : usage variations - position of internal array pointer
11 * Check position of internal array pointer after calling array_slice()
H A Darray_change_key_case_variation5.phpt2 Test array_change_key_case() function : usage variations - position of internal pointer
11 * Check the position of the internal array pointer after calling the function
H A Dcurrent_variation3.phpt19 echo "\n-- Initial position of internal pointer --\n";
36 -- Initial position of internal pointer --
/PHP-7.4/ext/standard/tests/file/
H A D007_variation15.phpt19 checking for the file pointer position,
31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation16.phpt19 checking for the file pointer position,
31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation23.phpt19 checking for the file pointer position,
31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation24.phpt19 checking for the file pointer position,
31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation7.phpt19 checking for the file pointer position,
31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation4.phpt19 checking for the file pointer position,
34 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
36 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation11-win32-mb.phpt24 checking for the file pointer position,
39 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation11-win32.phpt24 checking for the file pointer position,
39 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation11.phpt24 checking for the file pointer position,
39 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation12-win32.phpt24 checking for the file pointer position,
39 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
/PHP-7.4/ext/pdo/tests/
H A Dbug_69356.phpt20 … their name, type (paramtype) as an integer, their key name or position, and the position in the q…
32 … their name, type (paramtype) as an integer, their key name or position, and the position in the q…
/PHP-7.4/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
/PHP-7.4/ext/xmlreader/tests/
H A D003-get-errors.phpt36 // Ensure that node pointer has not changed position
43 // Ensure that node pointer has not changed position
50 // Ensure that node pointer has not changed position
/PHP-7.4/ext/standard/
H A Dphp_fopen_wrapper.c68 zend_off_t position; member
83 if (!SG(post_read) && SG(read_post_bytes) < (int64_t)(input->position + count)) { in php_stream_input_read()
96 php_stream_seek(input->body, input->position, SEEK_SET); in php_stream_input_read()
103 input->position += read; in php_stream_input_read()
131 *newoffset = input->position = (input->body)->position; in php_stream_input_seek()

Completed in 28 milliseconds

12345678910>>...13