Home
last modified time | relevance | path

Searched refs:pointer (Results 126 – 150 of 369) sorted by relevance

12345678910>>...15

/PHP-5.5/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 Dkey_basic.phpt6 * Description: Return the key of the element currently pointed to by the internal array pointer
H A Dreset_basic.phpt6 * Description: Set array argument's internal pointer to the first element and return it
H A Dnext_variation2.phpt6 * Description: Move array argument's internal pointer to the next 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
H A Dcurrent_variation5.phpt6 * Description: Return the element currently pointed to by the internal array pointer
H A Deach_basic.phpt7 * and advance the pointer to the next element
/PHP-5.5/ext/zlib/tests/
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-5.5/ext/standard/tests/file/
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…
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.phpt12 Description: Seeks on a file pointer
15 Description: Rewind the position of a file pointer
18 Description: Tells file pointer read/write position
54 // set file pointer to 0
61 var_dump( ftell($file_handle) ); // confirm the file pointer position
62 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 Dfwrite_variation1-win32.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
62 // move the file pointer to end of the file and try fwrite()
66 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
H A Dfwrite_variation1.phpt53 … /* Write the data into the file, verify it by checking the file pointer position, eof position,
61 // move the file pointer to end of the file and try fwrite()
65 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
H A Dfopen_variation13.phpt8 * Description: Open a file or a URL and return a file pointer
/PHP-5.5/ext/phar/tests/
H A Dbug69720.phpt2 Phar - bug #69720 - Null pointer dereference in phar_get_fp_offset()
/PHP-5.5/ext/standard/tests/filters/
H A Dbug22538.phpt2 Bug #22538 (filtered stream doesn't update file pointer)
/PHP-5.5/ext/curl/tests/
H A Dbug54798.phpt2 Bug #54798 (Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec)
/PHP-5.5/
H A DUPGRADING.INTERNALS32 * added EX(call) - pointer to a current calling function. Actually an
46 from the execute_data base pointer (instead of execute_data->Ts). Compiler
53 from the execute_data base pointer (instead of execute_data->CVs). You can

Completed in 63 milliseconds

12345678910>>...15