Searched refs:pointer (Results 51 – 75 of 381) sorted by relevance
12345678910>>...16
/PHP-7.4/ext/standard/tests/file/ |
H A D | 007_variation19.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 beg…
|
H A D | 007_variation20.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_variation3.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 beg…
|
H A D | 007_variation1.phpt | 14 Description: Closes an open file pointer 19 checking for the file pointer position, 33 var_dump( ftell($file_handle) ); //Initial position of file pointer
|
H A D | 007_variation17.phpt | 14 Description: Closes an open file pointer 19 checking for the file pointer position, 33 var_dump( ftell($file_handle) ); //Initial position of file pointer
|
H A D | 007_variation9.phpt | 14 Description: Closes an open file pointer 19 checking for the file pointer position, 33 var_dump( ftell($file_handle) ); //Initial position of file pointer
|
H A D | fscanf_variation53.phpt | 2 Test fscanf() function: usage variations - file pointer pointing to EOF 11 /* Test fscanf() to read a file when file pointer is pointing to EOF */ 15 echo "*** Test fscanf(): to read a file when file pointer is pointing to EOF ***\n"; 57 // set the file pointer to eof 82 *** Test fscanf(): to read a file when file pointer is pointing to EOF ***
|
H A D | 007_variation6.phpt | 14 Description: Closes an open file pointer 19 checking for the file pointer position, 36 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 | array_push_variation5.phpt | 2 Test array_push() function : usage variations - position of internal array pointer 11 * Check the position of the internal array pointer after calling array_push()
|
H A D | array_key_exists_variation7.phpt | 2 Test array_key_exists() function : usage variations - position of internal array pointer 12 * Check the position of the internal array pointer after calling array_key_exists()
|
H A D | bug71220.phpt | 2 Bug #71220 (Null pointer deref (segfault) in compact via ob_start)
|
H A D | array_values_variation5.phpt | 2 Test array_values() function : usage variations - internal array pointer 11 * Test the position of the internal array pointer after a call to array_values
|
H A D | natcasesort_variation10.phpt | 2 Test natcasesort() function : usage variations - position of internal array pointer 11 * Check position of internal array pointer after calling natcasesort()
|
H A D | array_slice_variation10.phpt | 2 Test array_slice() function : usage variations - position of internal array pointer 11 * Check position of internal array pointer after calling array_slice()
|
H A D | array_change_key_case_variation5.phpt | 2 Test array_change_key_case() function : usage variations - position of internal pointer 11 * Check the position of the internal array pointer after calling the function
|
/PHP-7.4/Zend/tests/ |
H A D | bug71221.phpt | 2 Bug #71221 (Null pointer deref (segfault) in get_defined_vars via ob_start)
|
H A D | bug70183.phpt | 2 Bug #70183 (null pointer deref (segfault) in zend_eval_const_expr)
|
H A D | bug75241.phpt | 2 Bug #75241 (Null pointer dereference in zend_mm_alloc_small())
|
H A D | foreach_011.phpt | 2 sort() functions precerve foreach by reference iterator pointer
|
H A D | foreach_013.phpt | 2 array_push() function precerve foreach by reference iterator pointer
|
H A D | foreach_014.phpt | 2 array_pop() function precerve foreach by reference iterator pointer
|
H A D | foreach_015.phpt | 2 array_shift() function precerve foreach by reference iterator pointer
|
/PHP-7.4/ext/json/tests/ |
H A D | bug68817.phpt | 2 Bug #68817 (Null pointer deference)
|
/PHP-7.4/ext/xmlreader/tests/ |
H A D | 003-get-errors.phpt | 36 // Ensure that node pointer has not changed position 43 // Ensure that node pointer has not changed position 50 // Ensure that node pointer has not changed position
|
H A D | 003-move-errors.phpt | 36 // Ensure that node pointer has not changed position 43 // Ensure that node pointer has not changed position 50 // Oddly, node pointer moves back to the element in this case
|
Completed in 26 milliseconds
12345678910>>...16