Home
last modified time | relevance | path

Searched refs:pointer (Results 151 – 175 of 381) sorted by relevance

12345678910>>...16

/PHP-7.4/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation5.phpt6 Description: Seeks on a file pointer
9 Description: Rewind the position of a file pointer
12 Description: Tells file pointer read/write position
48 var_dump( ftell($file_handle) ); // confirm the file pointer position
49 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfscanf_variation55.phpt2 Test fscanf() function: usage variations - tracking file pointer while reading
19 tracking the file pointer movement along with reading
24 echo "*** Test fscanf(): tracking file pointer along with reading data from file ***\n";
74 // current file pointer position
76 // rewind the file so that for every foreach iteration the file pointer starts from bof
78 // current file pointer position after rewind operation
98 *** Test fscanf(): tracking file pointer along with reading data from file ***
H A Dfseek_ftell_rewind_variation4-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
55 var_dump( ftell($file_handle) ); // confirm the file pointer position
56 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation4.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
55 var_dump( ftell($file_handle) ); // confirm the file pointer position
56 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation6-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
55 var_dump( ftell($file_handle) ); // confirm the file pointer position
56 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation8.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
56 var_dump( ftell($file_handle) ); // confirm the file pointer position
57 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation1.phpt6 Description: Seeks on a file pointer
9 Description: Rewind the position of a file pointer
12 Description: Tells file pointer read/write position
48 var_dump( ftell($file_handle) ); // confirm the file pointer position
49 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation3.phpt6 Description: Seeks on a file pointer
9 Description: Rewind the position of a file pointer
12 Description: Tells file pointer read/write position
49 var_dump( ftell($file_handle) ); // confirm the file pointer position
50 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation6.phpt11 Description: Seeks on a file pointer
14 Description: Rewind the position of a file pointer
17 Description: Tells file pointer read/write position
55 var_dump( ftell($file_handle) ); // confirm the file pointer position
56 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation7.phpt6 Description: Seeks on a file pointer
9 Description: Rewind the position of a file pointer
12 Description: Tells file pointer read/write position
48 var_dump( ftell($file_handle) ); // confirm the file pointer position
49 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfseek_ftell_rewind_variation8-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
56 var_dump( ftell($file_handle) ); // confirm the file pointer position
57 var_dump( feof($file_handle) ); //ensure that file pointer is not at end
H A Dfgetcsv_variation22.phpt2 Test fgetcsv() : usage variations - with default enclosure, file pointer pointing at end of file
7 Description: Gets line from file pointer and parse for CSV fields
11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
15 echo "*** Testing fgetcsv() : with default enclosure, file pointer pointing at end of file ***\n";
67 // set the file pointer to EOF
72 // now file pointer should point to end of the file, try reading again
75 // check the file pointer position and if eof
88 *** Testing fgetcsv() : with default enclosure, file pointer pointing at end of file ***
H A Dfgetcsv_variation30.phpt2 Test fgetcsv() : usage variations - with file handle and length, file pointer pointing at end of fi…
7 Description: Gets line from file pointer and parse for CSV fields
11 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
15 echo "*** Testing fgetcsv() : with file handle and length arguments, file pointer pointing at end o…
67 // set the file pointer to EOF
72 // now file pointer should point to end of the file, try reading again
75 // check the file pointer position and if eof
88 *** Testing fgetcsv() : with file handle and length arguments, file pointer pointing at end of file…
/PHP-7.4/ext/standard/tests/array/
H A Dend_variation2.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
H A Dreset_variation2.phpt6 * Description: Set array argument's internal pointer to the first element and return it
H A D005.phpt63 /*Checking for internal array pointer beint reset when shift is called */
65 echo"\n*** Checking for internal array pointer being reset when shift is called ***\n";
280 *** Checking for internal array pointer being reset when shift is called ***
H A Dkey_basic.phpt6 * Description: Return the key of the element currently pointed to by the internal array pointer
H A Dnext_variation2.phpt6 * Description: Move array argument's internal pointer to the next element and return it
H A Dreset_basic.phpt6 * Description: Set array argument's internal pointer to the first element and return it
H A Dend_basic.phpt6 * Description: Advances array argument's internal pointer to the last element and return it
H A Dprev_variation2.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
/PHP-7.4/ext/zlib/tests/
H A Dgzgetss.phpt2 gzgetss — Get line from gz-file pointer and strip HTML tags - function
H A Dgzopen_variation8.phpt12 * Description: Open a .gz-file and return a .gz-file pointer
H A Dgzopen_variation6.phpt12 * Description: Open a .gz-file and return a .gz-file pointer
/PHP-7.4/ext/phar/tests/
H A Dbug69720.phpt2 Phar - bug #69720 - Null pointer dereference in phar_get_fp_offset()

Completed in 57 milliseconds

12345678910>>...16