| Dmitry Stogov 2005-09-12, 7:55 am |
| dmitry Mon Sep 12 07:49:22 2005 EDT
Modified files: (Branch: PHP_5_0)
/ZendEngine2 zend_operators.c
Log:
typo
http://cvs.php.net/diff.php/ZendEng...1.193.2.10&ty=u
Index: ZendEngine2/zend_operators.c
diff -u ZendEngine2/zend_operators.c:1.193.2.9 ZendEngine2/zend_operators.c:1.193.2.10
--- ZendEngine2/zend_operators.c:1.193.2.9 Fri Apr 8 10:36:39 2005
+++ ZendEngine2/zend_operators.c Mon Sep 12 07:49:20 2005
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_operators.c,v 1.193.2.9 2005/04/08 14:36:39 helly Exp $ */
+/* $Id: zend_operators.c,v 1.193.2.10 2005/09/12 11:49:20 dmitry Exp $ */
#include <ctype.h>
@@ -479,7 +479,7 @@
zend_bool retval = 1;
TSRMLS_FETCH();
- convert_object_to_type(op, IS_BOOL, convert_to_double);
+ convert_object_to_type(op, IS_BOOL, convert_to_boolean);
if (op->type == IS_BOOL) {
return;
|