Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 381) sorted by last modified time

12345678910>>...16

/PHP-7.4/
H A DNEWS88 . Fixed bug #76167 (mbstring may use pointer from some previous request).
634 . Fixed bug #80152 (odbc_execute() moves internal pointer of $params). (cmb)
949 . Fixed bug #78210 (Invalid pointer address). (cmb, Nikita)
2133 . Fixed bug #77844 (Crash due to null pointer in parse_ini_string with
2611 . Fixed bug #77020 (null pointer dereference in imap_mail). (cmb)
2801 . Fixed bug #76803 (ftruncate changes file pointer). (Anatol)
2803 . Fixed bug #77081 (ftruncate() changes seek pointer in c mode). (cmb, Anatol)
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
H A DCONTRIBUTING.md251 or pointer to the bug to pecl-dev@lists.php.net. Also CC the extension
/PHP-7.4/ext/mysqli/tests/
H A Dbug64726.phpt2 Bug #63398 (Segfault when calling fetch_object on a use_result and DB pointer has closed)
H A Dbug34810.phpt2 Bug #34810 (mysqli::init() and others use wrong $this pointer without checks)
/PHP-7.4/ext/ffi/
H A Dffi.g343 pointer(dcl)?
358 pointer(dcl)?
373 pointer(dcl)?
387 pointer(zend_ffi_dcl *dcl):
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/imap/tests/
H A Dbug77020.phpt2 Bug #77020 (null pointer dereference in imap_mail)
/PHP-7.4/ext/odbc/tests/
H A Dbug80152.phpt2 Bug #80152 (odbc_execute() moves internal pointer of $params)
/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/standard/tests/file/
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
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.c94 PHPDBG_API char* phpdbg_param_tostring(const phpdbg_param_t *param, char **pointer) /* {{{ */ in phpdbg_param_tostring() argument
98 ZEND_IGNORE_VALUE(asprintf(pointer, "%s", param->str)); in phpdbg_param_tostring()
102 ZEND_IGNORE_VALUE(asprintf(pointer, ZEND_ULONG_FMT, param->addr)); in phpdbg_param_tostring()
106 ZEND_IGNORE_VALUE(asprintf(pointer, "%li", param->num)); in phpdbg_param_tostring()
110 ZEND_IGNORE_VALUE(asprintf(pointer, "%s::%s", param->method.class, param->method.name)); in phpdbg_param_tostring()
115 …ZEND_IGNORE_VALUE(asprintf(pointer, "%s:%lu#%lu", param->file.name, param->file.line, param->num)); in phpdbg_param_tostring()
117 ZEND_IGNORE_VALUE(asprintf(pointer, "%s:%lu", param->file.name, param->file.line)); in phpdbg_param_tostring()
122 ZEND_IGNORE_VALUE(asprintf(pointer, "%s#%lu", param->str, param->num)); in phpdbg_param_tostring()
126 …ZEND_IGNORE_VALUE(asprintf(pointer, "%s::%s#%lu", param->method.class, param->method.name, param->… in phpdbg_param_tostring()
130 *pointer = strdup("unknown"); in phpdbg_param_tostring()
[all …]
H A Dphpdbg_cmd.h156 PHPDBG_API char* phpdbg_param_tostring(const phpdbg_param_t *param, char **pointer);
/PHP-7.4/ext/ffi/tests/
H A Dbug78714.phpt2 Bug #78714 (funcs returning pointer can't use call convention spec)
/PHP-7.4/ext/zlib/tests/
H A Dgzgetss.phpt2 gzgetss — Get line from gz-file pointer and strip HTML tags - function
H A Dgzopen_basic.phpt12 * Description: Open a .gz-file and return a .gz-file pointer
H A Dgzopen_basic2.phpt12 * Description: Open a .gz-file and return a .gz-file pointer
H A Dgzopen_variation4.phpt12 * Description: Open a .gz-file and return a .gz-file pointer
H A Dgzopen_variation5.phpt12 * Description: Open a .gz-file and return a .gz-file pointer
H A Dgzopen_variation6.phpt12 * Description: Open a .gz-file and return a .gz-file pointer
H A Dgzopen_variation8.phpt12 * Description: Open a .gz-file and return a .gz-file pointer
H A Dgzopen_variation9.phpt12 * Description: Open a .gz-file and return a .gz-file pointer
/PHP-7.4/ext/xmlreader/tests/
H A D003-get-errors.phpt36 // Ensure that node pointer has not changed position
43 // Ensure that node pointer has not changed position
50 // Ensure that node pointer has not changed position
H A D015.phpt45 // Node pointer should still be aat the last valid node

Completed in 65 milliseconds

12345678910>>...16