Home
last modified time | relevance | path

Searched refs:pointer (Results 176 – 200 of 381) sorted by relevance

12345678910>>...16

/PHP-7.4/ext/standard/tests/file/
H A Dfgetc_variation4.phpt7 Description: Gets character from file pointer
32 // rewind the file pointer to beginning of the file
41 var_dump( feof($file_handle) ); // check if end of file pointer is set
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
53 // set file pointer to 0
60 var_dump( ftell($file_handle) ); // confirm the file pointer position
61 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_basic2-win32.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
53 // set file pointer to 0
60 var_dump( ftell($file_handle) ); // confirm the file pointer position
61 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_basic2.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
53 // set file pointer to 0
60 var_dump( ftell($file_handle) ); // confirm the file pointer position
61 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation2-win32.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
57 var_dump( ftell($file_handle) ); // confirm the file pointer position
58 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation2.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
57 var_dump( ftell($file_handle) ); // confirm the file pointer position
58 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfopen_variation13.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation6.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation12.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfgetcsv_variation23.phpt7 Description: Gets line from file pointer and parse for CSV fields
H A Dfseek_variation3.phpt8 * Description: Seek on a file pointer
/PHP-7.4/ext/standard/tests/array/
H A Dcurrent_variation5.phpt6 * Description: Return the element currently pointed to by the internal array pointer
H A Dprev_basic.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
H A Deach_basic.phpt7 * and advance the pointer to the next element
H A Deach_error.phpt7 * and advance the pointer to the next element
H A Deach_variation4.phpt7 * and advance the pointer to the next element
H A Deach_variation5.phpt7 * and advance the pointer to the next element
/PHP-7.4/ext/standard/tests/filters/
H A Dbug22538.phpt2 Bug #22538 (filtered stream doesn't update file pointer)
/PHP-7.4/ext/curl/tests/
H A Dbug54798-unix.phpt2 Bug #54798 (Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec)
H A Dbug54798.phpt2 Bug #54798 (Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec)
/PHP-7.4/Zend/tests/
H A Dforeach_017.phpt2 array_splice() function precerve foreach by reference iterator pointer
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_basic2.phpt12 * Description: Open a .gz-file and return a .gz-file pointer
H A Dgzopen_basic.phpt12 * Description: Open a .gz-file and return a .gz-file pointer
H A Dgzopen_variation5.phpt12 * Description: Open a .gz-file and return a .gz-file pointer
H A Dgzopen_variation9.phpt12 * Description: Open a .gz-file and return a .gz-file pointer

Completed in 40 milliseconds

12345678910>>...16