Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 25 of 2297) sorted by path

12345678910>>...92

/PHP-7.3/
H A D.gdbinit57 variables of that scope. If no parameter is used it will use
H A DNEWS157 . Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).
249 . Fixed bug #63527 (DCOM does not work with Username, Password parameter).
531 . Fixed bug #70078 (XSL callbacks with nodes as parameter leak memory). (cmb)
1268 parameter). (Nikita)
1315 . Fixed bug #77367 (Negative size parameter in mb_split). (Stas)
1458 . Fixed bug #66364 (BCMath bcmul ignores scale parameter). (cmb)
1529 mailbox parameter). (Stas)
2337 . Fixed bug #75574 (putenv does not work properly if parameter contains
2552 . Added openssl_pkcs7_read() and pk7 parameter to openssl_pkcs7_verify().
2578 . Add parameter types for national character set strings. (Adam Baratz)
[all …]
H A DREADME.PARAMETER_PARSING_API1 New parameter parsing functions
52 The following list shows the type specifier, its meaning and the parameter
54 if the PHP parameter is non optional and untouched if optional and the
55 parameter is not present. The only exception is O where the zend_class_entry*
56 has to be provided on input and is used to verify the PHP parameter is an
86 / - use SEPARATE_ZVAL_IF_NOT_REF() on the parameter it follows
87 ! - the parameter it follows can be of specified type or NULL. If NULL is
H A DREADME.STREAMS22 Streams use a php_stream* parameter just as ANSI stdio (fread etc.) use a
23 FILE* parameter.
109 PHP_STREAM_COPY_ALL as the maxlen parameter, otherwise maxlen indicates the
145 whence parameter is SEEK_CUR.
182 The show_err parameter, if non-zero, will cause the function to display an
280 in the mode parameter, except that it checks for a 'w' in the string when
283 The mode parameter is passed on to fdopen/fopencookie when the stream is cast
284 into a FILE*, so it should be compatible with the mode parameter of fopen().
H A DUPGRADING392 . Added a serverctrls parameter to send controls to the server in ldap_add,
396 . Added an out parameter to get controls from the server in ldap_parse_result
505 . As of PHP 7.3.14, dba_open() accepts a fifth optional parameter for lmdb
506 databases which allows to specify the mapsize. The parameter defaults to
H A DUPGRADING.INTERNALS179 url_encode parameter has been moved to the end. The signature is now:
/PHP-7.3/Zend/
H A DREADME.ZEND_VM75 Executor's helpers can be defined without parameters or with one parameter.
/PHP-7.3/Zend/tests/
H A D007.phpt25 Warning: each() expects exactly 1 parameter, 0 given in %s on line %d
H A D008.phpt34 Warning: define() expects parameter 3 to be bool, array given in %s on line %d
37 Warning: define() expects parameter 1 to be string, array given in %s on line %d
H A D009.phpt50 Warning: get_class() expects parameter 1 to be object, string given in %s on line %d
55 Warning: get_class() expects parameter 1 to be object, null given in %s on line %d
H A D011.phpt75 Warning: First parameter must either be an object or the name of an existing class in %s on line %d
78 Warning: First parameter must either be an object or the name of an existing class in %s on line %d
81 Warning: First parameter must either be an object or the name of an existing class in %s on line %d
H A D012.phpt22 Warning: class_exists() expects at least 1 parameter, 0 given in %s on line %d
27 Warning: class_exists() expects parameter 1 to be string, array given in %s on line %d
H A D013.phpt22 Warning: interface_exists() expects at least 1 parameter, 0 given in %s on line %d
27 Warning: interface_exists() expects parameter 1 to be string, array given in %s on line %d
H A D015.phpt17 Warning: trigger_error() expects at least 1 parameter, 0 given in %s on line %d
23 Warning: trigger_error() expects parameter 1 to be string, array given in %s on line %d
H A D017.phpt47 Warning: get_resource_type() expects exactly 1 parameter, 0 given in %s on line %d
50 Warning: get_resource_type() expects parameter 1 to be resource, string given in %s on line %d
59 Warning: get_loaded_extensions() expects at most 1 parameter, 2 given in %s on line %d
62 Warning: get_defined_constants() expects at most 1 parameter, 2 given in %s on line %d
75 Warning: get_extension_funcs() expects exactly 1 parameter, 0 given in %s on line %d
H A D018.phpt21 Warning: constant() expects exactly 1 parameter, 0 given in %s on line %d
24 Warning: constant() expects exactly 1 parameter, 2 given in %s on line %d
30 Warning: constant() expects parameter 1 to be string, array given in %s on line %d
H A D020.phpt23 Warning: func_get_arg() expects exactly 1 parameter, 3 given in %s on line %d
29 Warning: func_get_arg() expects exactly 1 parameter, 0 given in %s on line %d
H A Dbug26698.phpt2 Bug #26698 (Thrown exceptions while evaluting argument to pass as parameter crash PHP)
H A Dbug31720.phpt13 Warning: array_walk() expects parameter 2 to be a valid callback, first array member is not a valid…
H A Dbug41117_1.phpt13 Fatal error: Cannot use $this as parameter in %s on line %d
H A Dbug45186.phpt54 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access self:: when no …
H A Dbug45186_2.phpt48 Warning: call_user_func() expects parameter 1 to be a valid callback, class 'bar' does not have a m…
50 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access self:: when no …
H A Dbug47320.phpt8 if (!@substr('no 2nd parameter')) {
13 if (!@strpos('no 2nd parameter')) {
H A Dbug48770_2.phpt52 Warning: call_user_func_array() expects parameter 1 to be a valid callback, cannot access private m…
54 Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'A' does not have…
H A Dbug48770_3.phpt51 Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'B' does not have…

Completed in 125 milliseconds

12345678910>>...92