Home
last modified time | relevance | path

Searched refs:pointer (Results 251 – 275 of 381) sorted by relevance

1...<<111213141516

/PHP-7.4/ext/standard/tests/array/
H A Deach_variation3.phpt7 * and advance the pointer to the next element
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation5.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfscanf_variation25.phpt56 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfopen_variation8.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfwrite_variation3.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
57 // append the data to the file, starting from current position of the file pointer
H A Dfgets_variation5.phpt7 Description: Gets a line from file pointer
44 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfwrite_variation3-win32.phpt54 /* Write the data into the file, verify it by checking the file pointer position, eof position,
56 // append the data to the file, starting from current position of the file pointer
H A Dfgetcsv_variation17.phpt7 Description: Gets line from file pointer and parse for CSV fields
58 // else rewind the file pointer to beginning of the file
63 // rewind the file pointer to bof
74 // check the file pointer position and if eof
80 // check the file pointer position and if eof
H A Dfgets_error.phpt7 Description: Gets line from file pointer
H A Dfgetss_error.phpt9 Description: Gets line from file pointer and strip HTML tags
H A Dfgetc_basic.phpt7 Description: Gets character from file pointer
45 // read data from the file and check, file pointer position, feof etc
47 var_dump( ftell($file_handle) ); // file pointer position
H A Dfgetss_variation3-win32.phpt15 Description: Gets line from file pointer and strip HTML tags
60 // rewind the file pointer to beginning of the file
72 var_dump( ftell($file_handle) ); // check the file pointer position
H A Dfgetss_variation3.phpt15 Description: Gets line from file pointer and strip HTML tags
56 // rewind the file pointer to beginning of the file
68 var_dump( ftell($file_handle) ); // check the file pointer position
H A Dfscanf_variation26.phpt51 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfopen_variation10-win32.phpt18 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation11-win32.phpt17 * Description: Open a file or a URL and return a file pointer
H A Dfgetcsv_variation8.phpt7 Description: Gets line from file pointer and parse for CSV fields
65 // else rewind the file pointer to beginning of the file
70 // rewind the file pointer to bof
83 // check the file pointer position and if eof
H A Dfgetcsv_variation9.phpt7 Description: Gets line from file pointer and parse for CSV fields
64 // else rewind the file pointer to beginning of the file
69 // rewind the file pointer to bof
81 // check the file pointer position and if eof
H A Dfread_error.phpt7 Description: reads up to length bytes from the file pointer referenced by handle.
H A Dfgets_variation4-win32-mb.phpt13 Description: Gets a line from file pointer
48 var_dump( ftell($file_handle) ); // ensure the file pointer position
55 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfgets_variation4-win32.phpt13 Description: Gets a line from file pointer
48 var_dump( ftell($file_handle) ); // ensure the file pointer position
55 var_dump( ftell($file_handle) ); // ensure the file pointer position
H A Dfgets_variation4.phpt13 Description: Gets a line from file pointer
48 var_dump( ftell($file_handle) ); // ensure the file pointer position
55 var_dump( ftell($file_handle) ); // ensure the file pointer position
/PHP-7.4/ext/mysqli/
H A Dconfig.m438 [MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer. If unspecified,
/PHP-7.4/ext/ffi/
H A Dffi.g343 pointer(dcl)?
358 pointer(dcl)?
373 pointer(dcl)?
387 pointer(zend_ffi_dcl *dcl):
/PHP-7.4/
H A D.gdbinit54 If a zend_execute_data pointer is set this will print the compiled
263 printf "pointer: %p", $zvalue->value.ptr
521 Takes a pointer to an object's property and prints the property information

Completed in 69 milliseconds

1...<<111213141516