Searched refs:pointer (Results 251 – 275 of 381) sorted by relevance
1...<<111213141516
/PHP-7.4/ext/standard/tests/array/ |
H A D | each_variation3.phpt | 7 * and advance the pointer to the next element
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | fopen_variation5.phpt | 8 * Description: Open a file or a URL and return a file pointer
|
H A D | fscanf_variation25.phpt | 56 // rewind the file so that for every foreach iteration the file pointer starts from bof
|
H A D | fopen_variation8.phpt | 8 * Description: Open a file or a URL and return a file pointer
|
H A D | fwrite_variation3.phpt | 54 /* 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 D | fgets_variation5.phpt | 7 Description: Gets a line from file pointer 44 var_dump( ftell($file_handle) ); // ensure the file pointer position
|
H A D | fwrite_variation3-win32.phpt | 54 /* 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 D | fgetcsv_variation17.phpt | 7 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 D | fgets_error.phpt | 7 Description: Gets line from file pointer
|
H A D | fgetss_error.phpt | 9 Description: Gets line from file pointer and strip HTML tags
|
H A D | fgetc_basic.phpt | 7 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 D | fgetss_variation3-win32.phpt | 15 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 D | fgetss_variation3.phpt | 15 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 D | fscanf_variation26.phpt | 51 // rewind the file so that for every foreach iteration the file pointer starts from bof
|
H A D | fopen_variation10-win32.phpt | 18 * Description: Open a file or a URL and return a file pointer
|
H A D | fopen_variation11-win32.phpt | 17 * Description: Open a file or a URL and return a file pointer
|
H A D | fgetcsv_variation8.phpt | 7 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 D | fgetcsv_variation9.phpt | 7 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 D | fread_error.phpt | 7 Description: reads up to length bytes from the file pointer referenced by handle.
|
H A D | fgets_variation4-win32-mb.phpt | 13 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 D | fgets_variation4-win32.phpt | 13 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 D | fgets_variation4.phpt | 13 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 D | config.m4 | 38 [MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer. If unspecified,
|
/PHP-7.4/ext/ffi/ |
H A D | ffi.g | 343 pointer(dcl)? 358 pointer(dcl)? 373 pointer(dcl)? 387 pointer(zend_ffi_dcl *dcl):
|
/PHP-7.4/ |
H A D | .gdbinit | 54 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