Home
last modified time | relevance | path

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

12345678910>>...90

/PHP-7.2/
H A D.gdbinit57 variables of that scope. If no parameter is used it will use
H A DINSTALL487 (PHP >= 4.3.3) The php_ini parameter is optional but with it you
585 page for all errors that could exist, leave the code parameter out.
1389 command line option in CGI and CLI, php_ini parameter in NSAPI,
H A DNEWS714 mailbox parameter). (Stas)
1328 . Fixed bug #75574 (putenv does not work properly if parameter contains
1543 . Added openssl_pkcs7_read() and pk7 parameter to openssl_pkcs7_verify().
1569 . Add parameter types for national character set strings. (Adam Baratz)
1734 . Fixed bug #75318 (The parameter of UConverter::getAliases() is not
2414 parameter). (Bruce Weirdan)
2491 or null" where the parameter or return type accepts null. (Andrea)
2519 . Added optind parameter to getopt(). (as)
2572 . Fix bug #73190 (memcpy negative parameter _bc_new_num_ex). (Stas)
2592 . Fixed bug #73126 (Cannot pass parameter 1 by reference). (Anatol)
[all …]
H A DREADME.PARAMETER_PARSING_API1 New parameter parsing functions
45 The following list shows the type specifier, its meaning and the parameter
47 if the PHP parameter is non optional and untouched if optional and the
48 parameter is not present. The only exception is O where the zend_class_entry*
49 has to be provided on input and is used to verify the PHP parameter is an
79 / - use SEPARATE_ZVAL_IF_NOT_REF() on the parameter it follows
80 ! - the parameter it follows can be of specified type or NULL. If NULL is
H A DREADME.STREAMS23 Streams use a php_stream* parameter just as ANSI stdio (fread etc.) use a
24 FILE* parameter.
110 PHP_STREAM_COPY_ALL as the maxlen parameter, otherwise maxlen indicates the
146 whence parameter is SEEK_CUR.
183 The show_err parameter, if non-zero, will cause the function to display an
281 in the mode parameter, except that it checks for a 'w' in the string when
284 The mode parameter is passed on to fdopen/fopencookie when the stream is cast
285 into a FILE*, so it should be compatible with the mode parameter of fopen().
H A DUPGRADING57 parameter (assoc) is null. Previously JSON_OBJECT_AS_ARRAY was always
72 . Functions are made to return bool from null. These functions have void parameter
73 and void parameter is checked.
122 (https://wiki.php.net/rfc/parameter-no-type-variance)
231 . mail()/mb_send_mail() accept array $extra_header. Array parameter is checked against RFC 2822.
238 . count() now raises a warning when an invalid parameter is passed.
309 first parameter.
319 . mb_check_encoding() accepts array parameter. Both key and value
321 . mb_convert_encoding() accepts array parameter. Only value encodings
/PHP-7.2/Zend/
H A DOBJECTS2_HOWTO8 $foo = create_new_foo("parameter");
18 $foo = new Java("some.Class.here", "parameter");
81 should set right type, function name and parameter mask for the
H A DREADME.ZEND_VM75 Executor's helpers can be defined without parameters or with one parameter.
/PHP-7.2/Zend/tests/
H A D007.phpt25 Warning: each() expects exactly 1 parameter, 0 given in %s on line %d
H A D008.phpt33 Warning: define() expects parameter 3 to be boolean, array given in %s on line %d
36 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…

Completed in 51 milliseconds

12345678910>>...90