Home
last modified time | relevance | path

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

12345678910

/PHP-8.1/ext/standard/tests/array/
H A Darray_push_variation5.phpt2 Test array_push() function : usage variations - position of internal array pointer
6 * Check the position of the internal array pointer after calling array_push()
H A Dkey_variation3.phpt13 echo "\n-- Initial position of internal pointer --\n";
31 -- Initial position of internal pointer --
H A Darray_slice_variation10.phpt2 Test array_slice() function : usage variations - position of internal array pointer
6 * Check position of internal array pointer after calling array_slice()
H A Dcurrent_variation3.phpt13 echo "\n-- Initial position of internal pointer --\n";
29 -- Initial position of internal pointer --
H A Dend_variation3.phpt13 echo "\n-- Initial position of internal pointer --\n";
29 -- Initial position of internal pointer --
H A Dnatcasesort_variation10.phpt2 Test natcasesort() function : usage variations - position of internal array pointer
6 * Check position of internal array pointer after calling natcasesort()
H A Darray_change_key_case_variation5.phpt2 Test array_change_key_case() function : usage variations - position of internal pointer
6 * Check the position of the internal array pointer after calling the function
/PHP-8.1/ext/standard/tests/file/
H A D007_variation8.phpt8 checking for the file pointer position,
20 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
22 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation15.phpt17 checking for the file pointer position,
29 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
31 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
34 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation16.phpt8 checking for the file pointer position,
20 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
22 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation23.phpt8 checking for the file pointer position,
20 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
22 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation24.phpt8 checking for the file pointer position,
20 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
22 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation7.phpt8 checking for the file pointer position,
20 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
22 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
25 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation4.phpt8 checking for the file pointer position,
23 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
25 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation11-win32-mb.phpt13 checking for the file pointer position,
28 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
30 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation11-win32.phpt13 checking for the file pointer position,
28 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
30 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation11.phpt13 checking for the file pointer position,
28 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
30 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation12-win32.phpt13 checking for the file pointer position,
28 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
30 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation12.phpt13 checking for the file pointer position,
28 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
30 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
33 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation19.phpt8 checking for the file pointer position,
23 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
25 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A D007_variation20.phpt8 checking for the file pointer position,
23 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
25 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation3.phpt8 checking for the file pointer position,
23 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
25 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
/PHP-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_attr_server.phpt27 echo "Found 'Oracle' at position $pos as expected\n";
41 Found 'Oracle' at position 0 as expected
H A Dpdo_oci_debugdumpparams.phpt19 … their name, type (paramtype) as an integer, their key name or position, and the position in the q…
31 … their name, type (paramtype) as an integer, their key name or position, and the position in the q…
/PHP-8.1/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">

Completed in 35 milliseconds

12345678910