From ef0ef7d6d4d5730a196f377f303dcaf8d3a0275c Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Thu, 2 Dec 2010 14:19:33 +0000 Subject: [PATCH] Fixed constants: RDB_RECDBL -> RDBREC_DBL, et al. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305906 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/tokyo_tyrant/tokyotyrant/add.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/tokyo_tyrant/tokyotyrant/add.xml b/reference/tokyo_tyrant/tokyotyrant/add.xml index 71a4a9a915..121692bbff 100644 --- a/reference/tokyo_tyrant/tokyotyrant/add.xml +++ b/reference/tokyo_tyrant/tokyotyrant/add.xml @@ -46,7 +46,7 @@ type - TokyoTyrant::RDB_RECINT or TokyoTyrant::RDB_RECDBL constant. + TokyoTyrant::RDBREC_INT or TokyoTyrant::RDBREC_DBL constant. If this parameter is omitted the type is guessed from the increment parameters type. @@ -76,7 +76,7 @@ $tt = new TokyoTyrant("localhost", TokyoTyrant::RDBDEF_PORT); $tt->add("test", 3); /* String value is converted to double */ -echo $tt->add("test", "3.5", TokyoTyrant::RDB_RECDBL); +echo $tt->add("test", "3.5", TokyoTyrant::RDBREC_DBL); ?> ]]>