From 8b1b30d4bf917fb4e216ded9fabb3ad6ee5bdd93 Mon Sep 17 00:00:00 2001 From: David Coallier Date: Fri, 30 May 2008 15:41:38 +0000 Subject: [PATCH] - Added the default __default constant git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260473 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl_types/constants.xml | 41 +++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 reference/spl_types/constants.xml diff --git a/reference/spl_types/constants.xml b/reference/spl_types/constants.xml new file mode 100644 index 0000000000..14d42d8da0 --- /dev/null +++ b/reference/spl_types/constants.xml @@ -0,0 +1,41 @@ + + +
+ &reftitle.constants; + &extension.constants; + + + + + __default + (Every SPL_Types object owns a __default constant where the value of the object is stored. int/float/bool/enum) + + + + + + + + + +
+