pierrick                                 Tue, 06 Dec 2011 06:44:22 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=320485

Log:
Coding standard

Changed paths:
    U   php/php-src/branches/PHP_5_4/Zend/zend_compile.c
    U   php/php-src/trunk/Zend/zend_compile.c

Modified: php/php-src/branches/PHP_5_4/Zend/zend_compile.c
===================================================================
--- php/php-src/branches/PHP_5_4/Zend/zend_compile.c    2011-12-06 06:30:46 UTC 
(rev 320484)
+++ php/php-src/branches/PHP_5_4/Zend/zend_compile.c    2011-12-06 06:44:22 UTC 
(rev 320485)
@@ -6486,7 +6486,7 @@

        GET_NODE(colon_token, opline->result);

-       jmp_token->u.op .opline_num = op_number;
+       jmp_token->u.op.opline_num = op_number;

        INC_BPC(CG(active_op_array));
 }

Modified: php/php-src/trunk/Zend/zend_compile.c
===================================================================
--- php/php-src/trunk/Zend/zend_compile.c       2011-12-06 06:30:46 UTC (rev 
320484)
+++ php/php-src/trunk/Zend/zend_compile.c       2011-12-06 06:44:22 UTC (rev 
320485)
@@ -6486,7 +6486,7 @@

        GET_NODE(colon_token, opline->result);

-       jmp_token->u.op .opline_num = op_number;
+       jmp_token->u.op.opline_num = op_number;

        INC_BPC(CG(active_op_array));
 }

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to