Home
last modified time | relevance | path

Searched refs:pointer (Results 26 – 50 of 335) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/standard/tests/array/
H A Dkey_variation4.phpt33 //See where internal pointer is after adding more elements
37 //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 Darray_key_exists_variation7.phpt2 Test array_key_exists() function : usage variations - position of internal array pointer
6 * Check the position of the internal array pointer after calling array_key_exists()
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 Darray_key_first_variation.phpt9 echo"\n*** Checking for internal array pointer not being changed by array_key_first ***\n";
26 *** Checking for internal array pointer not being changed by array_key_first ***
H A Darray_key_last_variation.phpt9 echo"\n*** Checking for internal array pointer not being changed by array_key_last ***\n";
26 *** Checking for internal array pointer not being changed by array_key_last ***
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_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 Darray_values_variation5.phpt2 Test array_values() function : usage variations - internal array pointer
6 * Test the position of the internal array pointer after a call to array_values
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.3/ext/standard/tests/file/
H A Dftruncate_bug76803.phpt2 Bug #76803 ftruncate changes file pointer
23 ftruncate($f, 2); // in 7.3 changes file pointer to 2
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_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_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_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_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 Dfscanf_variation53.phpt2 Test fscanf() function: usage variations - file pointer pointing to EOF
6 /* Test fscanf() to read a file when file pointer is pointing to EOF */
10 echo "*** Test fscanf(): to read a file when file pointer is pointing to EOF ***\n";
52 // set the file pointer to eof
77 *** Test fscanf(): to read a file when file pointer is pointing to EOF ***
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…
/PHP-8.3/ext/json/tests/
H A Dbug68817.phpt2 Bug #68817 (Null pointer deference)

Completed in 23 milliseconds

12345678910>>...14