Home
last modified time | relevance | path

Searched refs:pointer (Results 176 – 200 of 335) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/ffi/tests/
H A Dgh7867.phpt2 GH-7867 (FFI::cast() from pointer to array is broken)
/PHP-8.3/
H A DNEWS16 . Fixed bug GH-16039 (Segmentation fault (access null pointer) in
18 . Fixed bug GH-16149 (Null pointer dereference in
27 . Fixed bug GH-16032 (Various NULL pointer dereferencements in
31 . Fix GH-16132 (php_ldap_do_modify() attempts to free pointer not allocated
98 . Fixed bug GH-15551 (Segmentation fault (access null pointer) in
116 . Fixed bug GH-15661 (Access null pointer in
170 . Fixed bug GH-15179 (Segmentation fault (null pointer dereference) in
262 . Fixed bug GH-14639 (Member access within null pointer in
298 . Fixed bug GH-14549 (Incompatible function pointer type for fclose).
441 . Fixed bug GH-13931 (Applying zero offset to null pointer in
[all …]
/PHP-8.3/Zend/asm/
H A Dmake_ppc32_sysv_xcoff_gas.S111 blr # return pointer to context-data
H A Dmake_ppc64_sysv_xcoff_gas.S123 blr # return pointer to context-data
H A Dmake_arm64_aapcs_pe_armasm.asm94 ret x30 ; return pointer to context-data (x0)
H A Dmake_ppc64_sysv_elf_gas.S151 blr # return pointer to context-data
/PHP-8.3/ext/standard/tests/file/
H A Dfpassthru_variation.phpt27 /* Negative offsets, the file pointer should be at the end of file
H A Dfgetc_variation4.phpt27 // rewind the file pointer to beginning of the file
36 var_dump( feof($file_handle) ); // check if end of file pointer is set
H A Dfgetcsv_variation10.phpt2 Test fgetcsv() : usage variations - file pointer pointing to EOF
5 /* Testing fgetcsv() by reading from a file when the file pointer is pointing to end of file */
7 echo "*** Testing fgetcsv() : with file pointer pointing to EOF ***\n";
56 // else rewind the file pointer to beginning of the file
63 // set the file pointer to EOF
68 // now file pointer should point to end of the file, try reading again
71 // check the file pointer position and if eof
75 // check the file pointer position and if eof
89 *** Testing fgetcsv() : with file pointer pointing to EOF ***
H A Dfwrite_variation1-win32-mb.phpt45 /* Write the data into the file, verify it by checking the file pointer position, eof position,
53 // move the file pointer to end of the file and try fwrite()
57 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
H A Dfwrite_variation1.phpt38 /* Write the data into the file, verify it by checking the file pointer position, eof position,
46 // move the file pointer to end of the file and try fwrite()
50 var_dump( ftell($file_handle) ); //check that file pointer points at eof, expected: 1024
H A Dfscanf_variation10.phpt55 // rewind the file so that for every foreach iteration the file pointer starts from bof
H A Dfscanf_variation29.phpt55 // rewind the file so that for every foreach iteration the file pointer starts from bof
/PHP-8.3/ext/phar/tests/
H A Dgh13833.phpt2 GH-13833 (Applying zero offset to null pointer in zend_hash.c)
/PHP-8.3/ext/soap/tests/
H A Dgh9720.phpt2 Bug GH-9720 (Null pointer dereference while serializing the response)
/PHP-8.3/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
180 * The function expects a pointer to a size_t in this case, not a long
/PHP-8.3/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness.phpt24 …Because the list is live, the current element pointer still refers to the first index, which now c…
/PHP-8.3/ext/ffi/
H A Dffi.c125 } pointer; member
1266 type = ZEND_FFI_TYPE(type->pointer.type); in zend_ffi_cdata_read_field()
1405 dim_type = type->pointer.type; in zend_ffi_cdata_read_dim()
1837 new_type->pointer.type = ptr_type; in zend_ffi_add()
2146 type = ZEND_FFI_TYPE(type->pointer.type); in zend_ffi_cdata_get_closure()
2315 zend_ffi_type_dtor(type->pointer.type); in _zend_ffi_type_dtor()
3090 return zend_ffi_same_types(ZEND_FFI_TYPE(old->pointer.type), ZEND_FFI_TYPE(type->pointer.type)); in zend_ffi_same_types()
4314 new_type->pointer.type = type; in ZEND_METHOD()
6324 type->pointer.type = dcl->type;
6572 new_type->pointer.type = arg_dcl->type;
[all …]
/PHP-8.3/ext/xmlreader/tests/
H A D015.phpt45 // Node pointer should still be aat the last valid node
/PHP-8.3/ext/xsl/tests/
H A Dbug71540.phpt2 Bug #71540 (NULL pointer dereference in xsl_ext_function_php())
/PHP-8.3/ext/standard/tests/array/
H A D009.phpt40 var_dump( reset($sub_array) ); // reset the internal pointer to first element
60 var_dump( reset($sub_array) ); // reset the internal pointer to first element
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_cmd.h150 PHPDBG_API char* phpdbg_param_tostring(const phpdbg_param_t *param, char **pointer);
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug72294.phpt2 Bug #72294 Segmentation fault/invalid pointer in connection with pgsql_stmt_dtor
/PHP-8.3/ext/mysqli/
H A Dconfig.m437 [MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer. If unspecified,
/PHP-8.3/ext/mysqli/tests/
H A Dbug34810.phpt2 Bug #34810 (mysqli::init() and others use wrong $this pointer without checks)

Completed in 60 milliseconds

12345678910>>...14