| Newsgroups |
php.standards |
| Message-ID |
<[email protected]> |
Edit report at https://bugs.php.net/bug.php?id=68256&edit=1
ID: 68256
Updated by: [email protected]
Reported by: antivir88 at mail dot ru
Summary: data types
-Status: Open
+Status: Not a bug
Type: Feature/Change Request
Package: PHP Language Specification
Operating System: any
PHP Version: Irrelevant
Block user comment: N
Private report: N
New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. Due to the volume
of reports we can not explain in detail here why your report is not
a bug. The support channels will be able to provide an explanation
for you.
Thank you for your interest in PHP.
This is not a standards issue. Standard describes existing language capabilities. New ones should be proposed via RFC (see wiki.php.net/rfc) and community discussion on the internals list.
Previous Comments:
------------------------------------------------------------------------
[2014-10-18 05:26:29] antivir88 at mail dot ru
Description:
------------
Please add data types for default types, for a type defenitions in functions and methods.
For more, please view code:
Test script:
---------------
function abc (string $asd, array $adsa, int $asda, bool $erw)
//etc. (in this definition the valid only arra parameter)
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=68256&edit=1