For Programmers: Free Programming Magazines  


Home > Archive > PHP Zend Engine > September 2005 > cvs: ZendEngine2(PHP_5_0) / zend_operators.c









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: ZendEngine2(PHP_5_0) / zend_operators.c
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;
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com