Home
last modified time | relevance | path

Searched refs:parameters (Results 1 – 25 of 637) sorted by path

12345678910>>...26

/PHP-7.4/
H A DCODING_STANDARDS.md307 Returns a header object with the defined parameters */
H A DNEWS309 . Fixed bug #44643 (bound parameters ignore explicit type definitions). (cmb)
615 . Fixed bug #80215 (imap_mail_compose() may modify by-val parameters). (cmb)
676 . Fixed bug #64130 (COM obj parameters passed by reference are not updated).
692 many bind parameters). (Matteo)
1086 parameters). (Remi)
1599 parameters). (Simonov Denis)
2550 parameters). (Anatol)
2793 . Fixed bug #76688 (Disallow excessive parameters after options array).
H A DUPGRADING230 RFC: https://wiki.php.net/rfc/covariant-returns-and-contravariant-parameters
476 . Passing parameters to implode() in reverse order is deprecated, use
530 passed as $expanded argument, query parameters will be replaced in the
648 . The @param notation can now also be used to denote SQL query parameters.
/PHP-7.4/Zend/
H A DREADME.md107 Executor's helpers can be defined without parameters or with one parameter. This
/PHP-7.4/Zend/tests/
H A D004.phpt16 Warning: strncmp() expects exactly 3 parameters, 2 given in %s on line %d
H A D005.phpt18 Warning: strcasecmp() expects exactly 2 parameters, 1 given in %s on line %d
H A D006.phpt19 Warning: strncasecmp() expects exactly 3 parameters, 1 given in %s on line %d
H A D008.phpt27 Warning: define() expects at least 2 parameters, 0 given in %s on line %d
30 Warning: define() expects at least 2 parameters, 1 given in %s on line %d
H A D011.phpt56 Warning: property_exists() expects exactly 2 parameters, 0 given in %s on line %d
59 Warning: property_exists() expects exactly 2 parameters, 1 given in %s on line %d
H A D014.phpt35 Warning: get_included_files() expects exactly 0 parameters, 2 given in %s on line %d
44 Warning: get_included_files() expects exactly 0 parameters, 1 given in %s on line %d
H A D017.phpt70 Warning: get_declared_interfaces() expects exactly 0 parameters, 1 given in %s on line %d
H A D022.phpt2 Implementating abstracting methods and optional parameters
H A Dbug31683.phpt2 Bug #31683 (changes to $name in __get($name) override future parameters)
H A Dbug47320.phpt24 $php_errormsg in global: substr() expects at least 2 parameters, 1 given
25 $php_errormsg in function: strpos() expects at least 2 parameters, 1 given
26 $GLOBALS[php_errormsg] in function: substr() expects at least 2 parameters, 1 given
H A Dbug51827.phpt2 Bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters)
19 Warning: explode() expects at least 2 parameters, 0 given in Unknown on line %d
H A Dbug69767.phpt8 Fatal error: Default value for parameters with a string type can only be string or NULL in %sbug697…
H A Dbug72101.phpt11 return call_user_func_array($this->callback, $invocation->parameters);
43 public $parameters;
44 public function __construct(array $parameters) {
45 $this->parameters = $parameters;
H A Dclass_exists_002.phpt2 Testing several valid and invalid parameters
H A Dclosure_040.phpt41 Warning: Closure::bindTo() expects at most 2 parameters, 3 given in %s on line %d
H A Derrmsg_013.phpt2 errmsg: default value for parameters with array type can only be an array or NULL
14 Fatal error: Default value for parameters with array type can only be an array or NULL in %s on lin…
H A Dexception_018.phpt11 Fatal error: Uncaught Error: Wrong parameters for Hello([string $message [, long $code [, Throwable…
H A Dexception_019.phpt10 Fatal error: Uncaught Error: Wrong parameters for Exception([string $message [, long $code [, Throw…
H A Dexception_020.phpt11 Fatal error: Uncaught Error: Wrong parameters for MyErrorException([string $message [, long $code, …
H A Dexception_021.phpt11 Fatal error: Uncaught Error: Wrong parameters for Hello([string $message [, long $code [, Throwable…
/PHP-7.4/Zend/tests/arg_unpack/
H A Dtraversable_with_by_ref_parameters.phpt2 Traversables cannot be unpacked into by-reference parameters

Completed in 33 milliseconds

12345678910>>...26