cvs: ZendEngine2(PHP_5_3) / zend_variables.h
"Moriyoshi Koizumi" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.zend |
|---|---|
| Message-ID | <cvsmoriyoshi1216558055@cvsserver> |
moriyoshi Sun Jul 20 12:47:35 2008 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2 zend_variables.h
Log:
- WS fix
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_variables.h?r1=1.34.2.1.2.1.2.1&r2=1.34.2.1.2.1.2.2&diff_format=u
Index: ZendEngine2/zend_variables.h
diff -u ZendEngine2/zend_variables.h:1.34.2.1.2.1.2.1 ZendEngine2/zend_variables.h:1.34.2.1.2.1.2.2
--- ZendEngine2/zend_variables.h:1.34.2.1.2.1.2.1 Mon Dec 31 07:17:05 2007
+++ ZendEngine2/zend_variables.h Sun Jul 20 12:47:34 2008
@@ -13,11 +13,11 @@
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Andi Gutmans <[email protected]> |
- | Zeev Suraski <[email protected]> |
+ | Zeev Suraski <[email protected]> |
+----------------------------------------------------------------------+
*/
-/* $Id: zend_variables.h,v 1.34.2.1.2.1.2.1 2007/12/31 07:17:05 sebastian Exp $ */
+/* $Id: zend_variables.h,v 1.34.2.1.2.1.2.2 2008/07/20 12:47:34 moriyoshi Exp $ */
#ifndef ZEND_VARIABLES_H
#define ZEND_VARIABLES_H
@@ -29,9 +29,9 @@
static inline void _zval_dtor(zval *zvalue ZEND_FILE_LINE_DC)
{
- if (zvalue->type <= IS_BOOL) {
- return;
- }
+ if (zvalue->type <= IS_BOOL) {
+ return;
+ }
_zval_dtor_func(zvalue ZEND_FILE_LINE_CC);
}
@@ -39,9 +39,9 @@
static inline void _zval_copy_ctor(zval *zvalue ZEND_FILE_LINE_DC)
{
- if (zvalue->type <= IS_BOOL) {
- return;
- }
+ if (zvalue->type <= IS_BOOL) {
+ return;
+ }
_zval_copy_ctor_func(zvalue ZEND_FILE_LINE_CC);
}
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php