/PHP-7.4/ext/standard/tests/file/ |
H A D | 007_variation10.phpt | 14 Description: Closes an open file pointer 19 checking for the file pointer position, 33 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the… 35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end… 37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
|
H A D | 007_variation18.phpt | 14 Description: Closes an open file pointer 19 checking for the file pointer position, 33 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the… 35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end… 37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
|
H A D | 007_variation2.phpt | 14 Description: Closes an open file pointer 19 checking for the file pointer position, 33 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the… 35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end… 37 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
|
H A D | 007_variation8.phpt | 14 Description: Closes an open file pointer 19 checking for the file pointer position, 31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the… 33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en… 36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | fread_variation4.phpt | 7 Description: reads up to length bytes from the file pointer referenced by handle. 25 // print file pointer position before read 39 // file pointer position after read 41 // check if file pointer at eof() 87 // try fread when file pointer at end 89 //reading file when file pointer at end 117 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes -- 134 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes -- 151 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes -- 168 -- Reading beyond filesize when file pointer pointing to EOF, expeceted : 0 bytes -- [all …]
|
H A D | 007_variation15.phpt | 14 Description: Closes an open file pointer 19 checking for the file pointer position, 31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the… 33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en… 36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
|
H A D | 007_variation16.phpt | 14 Description: Closes an open file pointer 19 checking for the file pointer position, 31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the… 33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en… 36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | 007_variation23.phpt | 14 Description: Closes an open file pointer 19 checking for the file pointer position, 31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the… 33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en… 36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
|
H A D | 007_variation24.phpt | 14 Description: Closes an open file pointer 19 checking for the file pointer position, 31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the… 33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en… 36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | 007_variation7.phpt | 14 Description: Closes an open file pointer 19 checking for the file pointer position, 31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the… 33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en… 36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
|
H A D | ftruncate_bug76803.phpt | 2 Bug #76803 ftruncate changes file pointer 23 ftruncate($f, 2); // in 7.3 changes file pointer to 2
|
H A D | 007_variation4.phpt | 14 Description: Closes an open file pointer 19 checking for the file pointer position, 34 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the… 36 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en… 39 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | 007_variation11-win32-mb.phpt | 19 Description: Closes an open file pointer 24 checking for the file pointer position, 39 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the… 41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en… 44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
|
H A D | 007_variation11-win32.phpt | 19 Description: Closes an open file pointer 24 checking for the file pointer position, 39 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the… 41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en… 44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
|
H A D | 007_variation11.phpt | 19 Description: Closes an open file pointer 24 checking for the file pointer position, 39 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the… 41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en… 44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
|
H A D | 007_variation12-win32.phpt | 19 Description: Closes an open file pointer 24 checking for the file pointer position, 39 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the… 41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en… 44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
H A D | 007_variation12.phpt | 19 Description: Closes an open file pointer 24 checking for the file pointer position, 39 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the… 41 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en… 44 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | key_variation4.phpt | 6 * Description: Return the key of the element currently pointed to by the internal array pointer 38 //See where internal pointer is after adding more elements 42 //see if internal pointer is in same position as referenced array 44 // see if internal pointer is in the same position from when accessing this inner array
|
H A D | current_variation4.phpt | 6 * Description: Return the element currently pointed to by the internal array pointer 39 //See where internal pointer is after adding more elements 43 //see if internal pointer is in same position as referenced array 45 // see if internal pointer is in the same position from when accessing this inner array
|
H A D | each_variation6.phpt | 2 Test each() function : usage variations - Internal array pointer 7 * and advance the pointer to the next element 12 * Test the position of the internal array pointer after a call to each()
|
H A D | array_key_first_variation.phpt | 9 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 D | array_key_last_variation.phpt | 9 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 D | array_shift_variation7.phpt | 2 Test array_shift() function : usage variations - position of internal pointer 11 * Test that the internal pointer is reset after calling array_shift()
|
/PHP-7.4/ext/standard/tests/dir/ |
H A D | rewinddir_variation3.phpt | 12 * Pass a file pointer to rewinddir() to test behaviour 24 echo "\n-- Check if rewinddir() has repositioned the file pointer --\n"; 41 -- Check if rewinddir() has repositioned the file pointer --
|
/PHP-7.4/Zend/tests/ |
H A D | bug37715.phpt | 14 // Set the pointer of $a to 'b' and the pointer of 'b' to 'CC'
|