Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.5/ext/standard/tests/file/
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 Dfgetc_variation3.phpt7 Description: Gets character from file pointer
33 // rewind the file pointer to beginning of the file
40 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
41 var_dump( feof($file_handle) ); // check if end of file pointer is set
H A Dfgets_variation1.phpt7 Description: Gets a line from file pointer
32 // rewind the file pointer to beginning of the file
39 var_dump( ftell($file_handle) ); // ensure that file pointer position is not changed
40 var_dump( feof($file_handle) ); // check if end of file pointer is set
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_variation14.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…
H A D007_variation21.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…
H A D007_variation22.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…
H A D007_variation5.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…
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…
H A D007_variation13-win32.phpt19 Description: Closes an open file pointer
24 checking for the file pointer position,
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13.phpt19 Description: Closes an open file pointer
24 checking for the file pointer position,
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dfgetcsv_variation14.phpt7 Description: Gets line from file pointer and parse for CSV fields
39 // else rewind the file pointer to beginning of the file
44 // rewind the file pointer to bof
55 // check the file pointer position and if eof
60 // check the file pointer position and if eof
H A Dpopen_pclose_error-sunos.phpt13 * Description: Opens process file pointer.
16 * Description: Closes process file pointer.
/PHP-5.5/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 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_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_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-5.5/ext/pcre/pcrelib/
H A Dpcre_get.c503 pcre_free_substring_list(const char **pointer) in pcre_free_substring_list() argument
506 pcre16_free_substring_list(PCRE_SPTR16 *pointer) in pcre_free_substring_list()
509 pcre32_free_substring_list(PCRE_SPTR32 *pointer) in pcre_free_substring_list()
512 (PUBL(free))((void *)pointer); in pcre_free_substring_list()
650 pcre_free_substring(const char *pointer) in pcre_free_substring() argument
653 pcre16_free_substring(PCRE_SPTR16 pointer) in pcre_free_substring()
656 pcre32_free_substring(PCRE_SPTR32 pointer) in pcre_free_substring()
659 (PUBL(free))((void *)pointer); in pcre_free_substring()
/PHP-5.5/ext/gd/libgd/
H A Dgdxpm.c25 int *pointer; in gdImageCreateFromXpm() local
125 pointer = (int *) image.data; in gdImageCreateFromXpm()
128 k = *pointer++; in gdImageCreateFromXpm()
/PHP-5.5/
H A DREADME.NEW-OUTPUT-API120 pass a void*** pointer as second arg to receive the address of a pointer
121 pointer to the opaque field of the output handler context
123 pass a int* pointer as second arg to receive the flags set for the output handler
125 pass a int* pointer as second arg to receive the level of this output handler
/PHP-5.5/ext/standard/tests/strings/
H A Dbug54322.phpt2 Bug #54322: Null pointer deref in get_html_translation_table due to information loss in long-to-int…
/PHP-5.5/Zend/tests/
H A Dbug41372.phpt2 Bug #41372 (Internal pointer of source array resets during array copying)
/PHP-5.5/ext/spl/tests/
H A Dbug70068.phpt2 Bug #70068 (Dangling pointer in the unserialization of ArrayObject items)

Completed in 40 milliseconds

12345678910>>...15