Home
last modified time | relevance | path

Searched refs:pointer (Results 201 – 225 of 381) sorted by relevance

12345678910>>...16

/PHP-7.4/ext/standard/tests/file/
H A Dfgetc_variation2.phpt7 Description: Gets character from file pointer
H A Dfopen_variation7.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation9.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dftruncate_error.phpt35 echo "-- Testing ftruncate() with invalid file pointer --\n";
90 -- Testing ftruncate() with invalid file pointer --
H A Dfopen_variation17.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfopen_variation16.phpt8 * Description: Open a file or a URL and return a file pointer
H A Dfgetcsv_variation10.phpt2 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 Dfgets_variation2.phpt7 Description: Gets a line from file pointer
H A Dfread_fwrite_basic.phpt15 Description: reads up to length bytes from the file pointer referenced by handle.
H A Dfputcsv_variation10.phpt7 Description: Format line as CSV and write to the file pointer
53 // check the file pointer position and eof
H A Dfwrite_variation1-win32-mb.phpt54 /* 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 Dfwrite_variation1.phpt47 /* 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 Dparameter-parsing-api.md98 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 Dend.phpt12 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 Dend_64bit.phpt12 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 D009.phpt8 …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 Dcurrent_variation2.phpt6 * Description: Return the element currently pointed to by the internal array pointer
H A Dkey_variation2.phpt6 * Description: Return the key of the element currently pointed to by the internal array pointer
/PHP-7.4/ext/ffi/
H A Dffi.c113 } 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 D015.phpt45 // Node pointer should still be aat the last valid node
/PHP-7.4/ext/dba/tests/
H A Ddba_db4_018.phpt57 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 Dbug34810.phpt2 Bug #34810 (mysqli::init() and others use wrong $this pointer without checks)
/PHP-7.4/ext/xsl/tests/
H A Dbug71540.phpt2 Bug #71540 (NULL pointer dereference in xsl_ext_function_php())
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug72294.phpt2 Bug #72294 Segmentation fault/invalid pointer in connection with pgsql_stmt_dtor
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.h156 PHPDBG_API char* phpdbg_param_tostring(const phpdbg_param_t *param, char **pointer);

Completed in 51 milliseconds

12345678910>>...16