Home
last modified time | relevance | path

Searched refs:pointer (Results 76 – 100 of 369) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/standard/tests/array/
H A Darray_pop_variation.phpt23 echo"\n*** Checking for internal array pointer being reset when pop is called ***\n";
43 *** Checking for internal array pointer being reset when pop is called ***
H A Darray_merge_variation10.phpt2 Test array_merge() function : usage variations - position of internal array pointer
11 * Check the position of the internal array pointer after calling array_merge().
H A Dprev_error3.phpt6 * Description: Move array argument's internal pointer to the previous element and return it
/PHP-5.5/ext/tidy/tests/
H A Dbug54682.phpt2 Tidy::diagnose() NULL pointer dereference
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug51288.phpt2 Bug #51288 (CVE-2010-0397, NULL pointer deref when no <methodName> in request)
/PHP-5.5/ext/standard/tests/file/
H A Dpopen_pclose_error.phpt13 * Description: Opens process file pointer.
16 * Description: Closes process file pointer.
H A Dfgetcsv_variation21.phpt7 Description: Gets line from file pointer and parse for CSV fields
41 // else rewind the file pointer to beginning of the file
46 // rewind the file pointer to bof
57 // check the file pointer position and if eof
H A Dfseek_ftell_rewind_error2.phpt7 Description: Seeks on a file pointer
10 Description: Rewind the position of a file pointer
13 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_error3.phpt7 Description: Seeks on a file pointer
10 Description: Rewind the position of a file pointer
13 Description: Tells file pointer read/write position
H A Dfpassthru_variation.phpt7 Description: Reads to EOF on the given file pointer from the current position
33 /* Negative offsets, the file pointer should be at the end of file
H A Dpopen_pclose_error-win32.phpt14 * Description: Opens process file pointer.
17 * Description: Closes process file pointer.
H A Dfseek_ftell_rewind_error1.phpt7 Description: Seeks on a file pointer
10 Description: Rewind the position of a file pointer
13 Description: Tells file pointer read/write position
H A Dfseek_ftell_rewind_basic1.phpt6 Description: Seeks on a file pointer
9 Description: Rewind the position of a file pointer
12 Description: Tells file pointer read/write position
42 // set the file pointer to 0
43 var_dump( rewind($file_handle) ); // Confirm file pointer moves correctly
44 var_dump( ftell($file_handle) ); // confirm the file pointer 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 Dpopen_pclose_basic-win32.phpt14 * Description: Opens process file pointer.
17 * Description: Closes process file pointer.
H A Dpopen_pclose_error-win32-debug.phpt17 * Description: Opens process file pointer.
20 * Description: Closes process file pointer.
H A Dfgetcsv_variation13.phpt8 Description: Gets line from file pointer and parse for CSV fields
40 // else rewind the file pointer to beginning of the file
45 // rewind the file pointer to bof
55 // check the file pointer position and if eof
H A Dfgetcsv_variation20.phpt7 Description: Gets line from file pointer and parse for CSV fields
41 // else rewind the file pointer to beginning of the file
46 // rewind the file pointer to bof
57 // check the file pointer position and if eof
/PHP-5.5/ext/spl/tests/
H A Ddllist_memleak.phpt2 SPL: DoublyLinkedList: memory leak when iterator pointer isn't at the last element
/PHP-5.5/ext/phar/tests/
H A Dbug60261.phpt2 Bug #60261 (phar dos null pointer)
H A Dbug70433.phpt2 Phar - bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"
H A Dbug71331.phpt2 Bug #71331 (Uninitialized pointer in phar_make_dirstream())
/PHP-5.5/Zend/tests/
H A Dbug40705.phpt2 Bug #40705 (Iterating within function moves original array pointer)
H A Dbug70121.phpt2 Bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref)
/PHP-5.5/ext/mysqli/tests/
H A Dbug64726.phpt2 Bug #63398 (Segfault when calling fetch_object on a use_result and DB pointer has closed)
/PHP-5.5/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt19 //The pointer is after the last read codepoint if moving forward and
29 //starting at the initial position and only then moves the pointer forward

Completed in 46 milliseconds

12345678910>>...15