php-doc-en/language/types
Nikita Popov 3fbaa7057b Remove sign from floating point definition
The sign is not part of the number,
it is a separate unary operator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348072 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-26 17:11:21 +00:00
..
array.xml Add missing xml:id 2018-11-18 11:15:45 +00:00
boolean.xml negative zero is falsy (fix bug #77778) 2019-03-21 19:26:14 +00:00
callable.xml Another round of PHP 4 content removal (mostly inline mentions) 2016-12-05 10:17:07 +00:00
float.xml Remove sign from floating point definition 2019-09-26 17:11:21 +00:00
integer.xml Remove unsuitable example part 2019-07-30 15:54:31 +00:00
iterable.xml Fix #74296: add documentation for iterable pseudo-type and is_iterable() 2017-04-08 17:03:13 +00:00
null.xml Document PHP 7.2 deprecations as the result of https://wiki.php.net/rfc/deprecations_php_7_2 2017-03-14 11:30:59 +00:00
object.xml Array to object cast: numeric keys are accessible as of PHP 7.2.0 2018-05-02 21:51:50 +00:00
pseudo-types.xml Update wrt. PHP 7.1 2018-06-29 14:14:24 +00:00
resource.xml Another round of PHP 4 content removal (mostly inline mentions) 2016-12-05 10:17:07 +00:00
string.xml Removing mention of WDDX as it's been deprecated. 2019-05-29 15:38:39 +00:00
type-juggling.xml Added a note about the deprecation of the (unset) cast in 7.2.0 2017-11-29 15:44:34 +00:00