php-doc-en/language/types
Adam Harvey 7c2c57dddc Clarify the uniqueness and stability of casting resources to string/integer.
It was pointed out on comp.lang.php that the existing wording was unclear on
the point of what in the resource->string casting behaviour shouldn't be relied
upon (whether it was not guaranteed that the string is unique, or just that the
exact format of the string is subject to change). I've also added a paragraph
to the integer page noting what a resource->integer cast results in.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332894 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-26 21:23:36 +00:00
..
array.xml Changed 'hallo' to 'hello'. 2013-12-27 03:47:35 +00:00
boolean.xml Undocument PHP 3 2012-01-06 10:34:31 +00:00
callable.xml Remove mentions of create_function from docs. Add caution to create_function docs advising to use anon funcs instead. 2013-09-28 15:43:16 +00:00
float.xml Linked the floating point warning to http://floating-point-gui.de/ 2013-01-23 17:47:58 +00:00
integer.xml Clarify the uniqueness and stability of casting resources to string/integer. 2014-02-26 21:23:36 +00:00
null.xml Fix capitalisation for null type and use entity for null value. 2012-09-03 10:36:09 +00:00
object.xml Normalized the sgml-default-dtd-file local-variable line for those 2009-09-25 07:04:39 +00:00
pseudo-types.xml Document and use callable type hint introduced in PHP 5.4 2012-03-12 05:55:59 +00:00
resource.xml Undocument PHP 3 2012-01-06 10:30:53 +00:00
string.xml Clarify the uniqueness and stability of casting resources to string/integer. 2014-02-26 21:23:36 +00:00
type-juggling.xml Commented out or rewrote PHP 6 documentation as discussed. Grep 'FIXME PHP_6' to fix. Closes PHP Bug 2010-04-06 05:24:11 +00:00