Searched refs:pointer (Results 201 – 225 of 381) sorted by relevance
12345678910>>...16
/PHP-7.4/ext/standard/tests/file/ |
H A D | fgetc_variation2.phpt | 7 Description: Gets character from file pointer
|
H A D | fopen_variation7.phpt | 8 * Description: Open a file or a URL and return a file pointer
|
H A D | fopen_variation9.phpt | 8 * Description: Open a file or a URL and return a file pointer
|
H A D | ftruncate_error.phpt | 35 echo "-- Testing ftruncate() with invalid file pointer --\n"; 90 -- Testing ftruncate() with invalid file pointer --
|
H A D | fopen_variation17.phpt | 8 * Description: Open a file or a URL and return a file pointer
|
H A D | fopen_variation16.phpt | 8 * Description: Open a file or a URL and return a file pointer
|
H A D | fgetcsv_variation10.phpt | 2 Test fgetcsv() : usage variations - file pointer pointing to EOF 7 Description: Gets line from file pointer and parse for CSV fields 10 /* Testing fgetcsv() by reading from a file when the file pointer is pointing to end of file */ 12 echo "*** Testing fgetcsv() : with file pointer pointing to EOF ***\n"; 61 // else rewind the file pointer to beginning of the file 68 // set the file pointer to EOF 73 // now file pointer should point to end of the file, try reading again 76 // check the file pointer position and if eof 80 // check the file pointer position and if eof 94 *** Testing fgetcsv() : with file pointer pointing to EOF ***
|
H A D | fgets_variation2.phpt | 7 Description: Gets a line from file pointer
|
H A D | fread_fwrite_basic.phpt | 15 Description: reads up to length bytes from the file pointer referenced by handle.
|
H A D | fputcsv_variation10.phpt | 7 Description: Format line as CSV and write to the file pointer 53 // check the file pointer position and eof
|
H A D | fwrite_variation1-win32-mb.phpt | 54 /* Write the data into the file, verify it by checking the file pointer position, eof position, 62 // move the file pointer to end of the file and try fwrite() 66 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
|
H A D | fwrite_variation1.phpt | 47 /* Write the data into the file, verify it by checking the file pointer position, eof position, 55 // move the file pointer to end of the file and try fwrite() 59 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
|
/PHP-7.4/docs/ |
H A D | parameter-parsing-api.md | 98 passed and the output for such type is a pointer, then the output pointer is 99 set to a native NULL pointer. For 'b', 'l' and 'd', an extra argument of type 177 * The function expects a pointer to a size_t in this case, not a long
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | end.phpt | 12 Description: Advances internal pointer of array to last element, and returns its value. 38 /* ensure that internal pointer is moved to last element */
|
H A D | end_64bit.phpt | 12 Description: Advances internal pointer of array to last element, and returns its value. 38 /* ensure that internal pointer is moved to last element */
|
H A D | 009.phpt | 8 …mixed next ( array &$array ) -> similar to current() but advances the internal pointer to next ele… 9 mixed reset ( array &$array ) -> Reset the internal pointer to first element 46 var_dump( reset($sub_array) ); // reset the internal pointer to first element 66 var_dump( reset($sub_array) ); // reset the internal pointer to first element
|
H A D | current_variation2.phpt | 6 * Description: Return the element currently pointed to by the internal array pointer
|
H A D | key_variation2.phpt | 6 * Description: Return the key of the element currently pointed to by the internal array pointer
|
/PHP-7.4/ext/ffi/ |
H A D | ffi.c | 113 } pointer; member 1304 dim_type = type->pointer.type; in zend_ffi_cdata_read_dim() 1359 type = ZEND_FFI_TYPE(type->pointer.type); in zend_ffi_cdata_write_dim() 1740 new_type->pointer.type = ptr_type; in zend_ffi_add() 2044 type = ZEND_FFI_TYPE(type->pointer.type); in zend_ffi_cdata_get_closure() 2207 zend_ffi_type_dtor(type->pointer.type); in _zend_ffi_type_dtor() 2971 return zend_ffi_same_types(ZEND_FFI_TYPE(old->pointer.type), ZEND_FFI_TYPE(type->pointer.type)); in zend_ffi_same_types() 4159 new_type->pointer.type = type; in ZEND_METHOD() 5944 type->pointer.type = dcl->type; 6192 new_type->pointer.type = arg_dcl->type; [all …]
|
/PHP-7.4/ext/xmlreader/tests/ |
H A D | 015.phpt | 45 // Node pointer should still be aat the last valid node
|
/PHP-7.4/ext/dba/tests/ |
H A D | dba_db4_018.phpt | 57 Test 6 crashes with dba pointer of NULL, bug http://bugs.php.net/bug.php?id=51278
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | bug34810.phpt | 2 Bug #34810 (mysqli::init() and others use wrong $this pointer without checks)
|
/PHP-7.4/ext/xsl/tests/ |
H A D | bug71540.phpt | 2 Bug #71540 (NULL pointer dereference in xsl_ext_function_php())
|
/PHP-7.4/ext/pdo_pgsql/tests/ |
H A D | bug72294.phpt | 2 Bug #72294 Segmentation fault/invalid pointer in connection with pgsql_stmt_dtor
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_cmd.h | 156 PHPDBG_API char* phpdbg_param_tostring(const phpdbg_param_t *param, char **pointer);
|
Completed in 48 milliseconds
12345678910>>...16