Home
last modified time | relevance | path

Searched refs:pointer (Results 51 – 75 of 381) sorted by relevance

12345678910>>...16

/PHP-7.4/ext/standard/tests/file/
H A D007_variation19.phpt14 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 D007_variation20.phpt14 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 D007_variation3.phpt14 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 D007_variation1.phpt14 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 D007_variation17.phpt14 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 D007_variation9.phpt14 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 Dfscanf_variation53.phpt2 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 D007_variation6.phpt14 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 Darray_push_variation5.phpt2 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 Darray_key_exists_variation7.phpt2 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 Dbug71220.phpt2 Bug #71220 (Null pointer deref (segfault) in compact via ob_start)
H A Darray_values_variation5.phpt2 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 Dnatcasesort_variation10.phpt2 Test natcasesort() function : usage variations - position of internal array pointer
11 * Check position of internal array pointer after calling natcasesort()
H A Darray_slice_variation10.phpt2 Test array_slice() function : usage variations - position of internal array pointer
11 * Check position of internal array pointer after calling array_slice()
H A Darray_change_key_case_variation5.phpt2 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 Dbug71221.phpt2 Bug #71221 (Null pointer deref (segfault) in get_defined_vars via ob_start)
H A Dbug70183.phpt2 Bug #70183 (null pointer deref (segfault) in zend_eval_const_expr)
H A Dbug75241.phpt2 Bug #75241 (Null pointer dereference in zend_mm_alloc_small())
H A Dforeach_011.phpt2 sort() functions precerve foreach by reference iterator pointer
H A Dforeach_013.phpt2 array_push() function precerve foreach by reference iterator pointer
H A Dforeach_014.phpt2 array_pop() function precerve foreach by reference iterator pointer
H A Dforeach_015.phpt2 array_shift() function precerve foreach by reference iterator pointer
/PHP-7.4/ext/json/tests/
H A Dbug68817.phpt2 Bug #68817 (Null pointer deference)
/PHP-7.4/ext/xmlreader/tests/
H A D003-get-errors.phpt36 // 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 D003-move-errors.phpt36 // 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 61 milliseconds

12345678910>>...16