Home
last modified time | relevance | path

Searched refs:pointer (Results 51 – 75 of 310) sorted by relevance

12345678910>>...13

/PHP-8.1/ext/standard/tests/file/
H A D007_variation20.phpt8 checking for the file pointer position,
23 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
25 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation3.phpt8 checking for the file pointer position,
23 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
25 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
28 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
/PHP-8.1/ext/xmlreader/tests/
H A D003-get-errors.phpt40 // Ensure that node pointer has not changed position
47 // Ensure that node pointer has not changed position
54 // Ensure that node pointer has not changed position
H A D003-move-errors.phpt40 // Ensure that node pointer has not changed position
47 // Ensure that node pointer has not changed position
54 // Oddly, node pointer moves back to the element in this case
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_cmd.c92 PHPDBG_API char* phpdbg_param_tostring(const phpdbg_param_t *param, char **pointer) /* {{{ */ in phpdbg_param_tostring() argument
96 ZEND_IGNORE_VALUE(asprintf(pointer, "%s", param->str)); in phpdbg_param_tostring()
100 ZEND_IGNORE_VALUE(asprintf(pointer, ZEND_ULONG_FMT, param->addr)); in phpdbg_param_tostring()
104 ZEND_IGNORE_VALUE(asprintf(pointer, ZEND_LONG_FMT, param->num)); in phpdbg_param_tostring()
108 ZEND_IGNORE_VALUE(asprintf(pointer, "%s::%s", param->method.class, param->method.name)); in phpdbg_param_tostring()
113 …ZEND_IGNORE_VALUE(asprintf(pointer, "%s:"ZEND_ULONG_FMT"#"ZEND_ULONG_FMT, param->file.name, param-… in phpdbg_param_tostring()
115 ZEND_IGNORE_VALUE(asprintf(pointer, "%s:"ZEND_ULONG_FMT, param->file.name, param->file.line)); in phpdbg_param_tostring()
120 ZEND_IGNORE_VALUE(asprintf(pointer, "%s#"ZEND_ULONG_FMT, param->str, param->num)); in phpdbg_param_tostring()
124 …ZEND_IGNORE_VALUE(asprintf(pointer, "%s::%s#"ZEND_ULONG_FMT, param->method.class, param->method.na… in phpdbg_param_tostring()
128 *pointer = strdup("unknown"); in phpdbg_param_tostring()
[all …]
/PHP-8.1/ext/gd/tests/
H A Dbug76041.phpt2 Bug #76041 (null pointer access crashed php)
/PHP-8.1/Zend/tests/
H A Dbug70183.phpt2 Bug #70183 (null pointer deref (segfault) in zend_eval_const_expr)
H A Dforeach_011.phpt2 sort() functions precerve foreach by reference iterator pointer
H A Dforeach_013.phpt2 array_push() function precerve foreach by reference iterator pointer
H A Dforeach_014.phpt2 array_pop() function precerve foreach by reference iterator pointer
H A Dforeach_015.phpt2 array_shift() function precerve foreach by reference iterator pointer
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 Dbug72944.phpt2 Bug #72944 (Null pointer deref in zval_delref_p).
/PHP-8.1/Zend/asm/
H A Dmake_mips64_n64_elf_gas.S69 # save global pointer in context-data
79 jr $ra # return pointer to context-data
/PHP-8.1/ext/standard/tests/array/
H A Dbug71220.phpt2 Bug #71220 (Null pointer deref (segfault) in compact via ob_start)
H A Darray_merge_variation10.phpt2 Test array_merge() function : usage variations - position of internal array pointer
6 * Check the position of the internal array pointer after calling array_merge().
H A Dbug62607.phpt2 Bug #62607: array_walk_recursive move internal pointer
/PHP-8.1/ext/tidy/tests/
H A Dbug54682.phpt2 Tidy::diagnose() NULL pointer dereference
/PHP-8.1/ext/mbstring/tests/
H A Dbug73532.phpt2 Bug #73532 (Null pointer dereference in mb_eregi)
/PHP-8.1/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-8.1/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-8.1/ext/session/tests/
H A Dbug71683.phpt2 Bug #71683 Null pointer dereference in zend_hash_str_find_bucket
/PHP-8.1/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-8.1/ext/phar/tests/
H A Dbug60261.phpt2 Bug #60261 (phar dos null pointer)

Completed in 30 milliseconds

12345678910>>...13