Home
last modified time | relevance | path

Searched refs:pointer (Results 76 – 100 of 381) sorted by relevance

12345678910>>...16

/PHP-7.4/Zend/tests/
H A Dforeach_012.phpt2 array_walk() function precerve foreach by reference iterator pointer
H A Dforeach_016.phpt2 array_unshift() function precerve foreach by reference iterator pointer
H A Dbug41372.phpt2 Bug #41372 (Internal pointer of source array resets during array copying)
/PHP-7.4/ext/session/tests/
H A Dbug71683.phpt2 Bug #71683 Null pointer dereference in zend_hash_str_find_bucket
/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 …]
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug77844.phpt2 Bug #77844: Crash due to null pointer in parse_ini_string with INI_SCANNER_TYPED
/PHP-7.4/ext/standard/tests/array/
H A Dbug62607.phpt2 Bug #62607: array_walk_recursive move internal pointer
H A Dcurrent_variation6.phpt2 Test current() function : internal pointer maintenance at the end of array
/PHP-7.4/ext/mbstring/tests/
H A Dbug73532.phpt2 Bug #73532 (Null pointer dereference in mb_eregi)
/PHP-7.4/ext/standard/tests/file/
H A D007_variation14.phpt14 Description: Closes an open file pointer
19 checking for the file pointer position,
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation22.phpt14 Description: Closes an open file pointer
19 checking for the file pointer position,
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13-win32.phpt19 Description: Closes an open file pointer
24 checking for the file pointer position,
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation13.phpt19 Description: Closes an open file pointer
24 checking for the file pointer position,
41 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation21.phpt14 Description: Closes an open file pointer
19 checking for the file pointer position,
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation5.phpt14 Description: Closes an open file pointer
19 checking for the file pointer position,
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A Dfgetcsv_variation14.phpt7 Description: Gets line from file pointer and parse for CSV fields
39 // else rewind the file pointer to beginning of the file
44 // rewind the file pointer to bof
55 // check the file pointer position and if eof
60 // check the file pointer position and if eof
/PHP-7.4/ext/gd/tests/
H A Dbug76041.phpt2 Bug #76041 (null pointer access crashed php)
/PHP-7.4/ext/standard/tests/streams/
H A Dbug71884.phpt2 Bug #71884 (Null pointer deref (segfault) in stream_context_get_default)
H A Dbug74951.phpt2 Bug#74951 Null pointer dereference in user streams
/PHP-7.4/ext/tidy/tests/
H A Dbug54682.phpt2 Tidy::diagnose() NULL pointer dereference
/PHP-7.4/ext/phar/tests/
H A Dbug60261.phpt2 Bug #60261 (phar dos null pointer)
/PHP-7.4/ext/gd/libgd/
H A Dgdxpm.c25 int *pointer; in gdImageCreateFromXpm() local
125 pointer = (int *) image.data; in gdImageCreateFromXpm()
128 k = *pointer++; in gdImageCreateFromXpm()
/PHP-7.4/docs/
H A Doutput-api.md117 pass a void*** pointer as second arg to receive the address of a pointer
118 pointer to the opaque field of the output handler context
120 pass a int* pointer as second arg to receive the flags set for the output handler
122 pass a int* pointer as second arg to receive the level of this output handler
/PHP-7.4/ext/standard/tests/strings/
H A Dbug54322.phpt2 Bug #54322: Null pointer deref in get_html_translation_table due to information loss in long-to-int…
/PHP-7.4/ext/imap/tests/
H A Dbug77020.phpt2 Bug #77020 (null pointer dereference in imap_mail)

Completed in 28 milliseconds

12345678910>>...16