[PHP-CVS] com php-src: typo: Zend/zend_compile.c

2012-08-16 Thread Xinchen Hui
Commit:acd402d4e78ce25e80d19aa564bed1329dcc4ddc
Author:Xinchen Hui larue...@php.net Thu, 16 Aug 2012 23:01:58 
+0800
Parents:   6a87a21c710d615f8344d01a0692685e36054afe
Branches:  master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=acd402d4e78ce25e80d19aa564bed1329dcc4ddc

Log:
typo

Changed paths:
  M  Zend/zend_compile.c


Diff:
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c
index 378cf17..d7ca6ea 100644
--- a/Zend/zend_compile.c
+++ b/Zend/zend_compile.c
@@ -2278,7 +2278,7 @@ void zend_resolve_goto_label(zend_op_array *op_array, 
zend_op *opline, int pass2
Z_TYPE_P(label) = IS_NULL;
 
if (op_array-last_try_catch) {
-   zend_uint i, op_num = opline - CG(active_op_array)-opcodes;
+   zend_uint i, op_num = opline - op_array-opcodes;
for (i=0; iop_array-last_try_catch; i++) {
if (op_array-try_catch_array[i].try_op  op_num) {
break;


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



[PHP-CVS] com php-src: typo: Zend/zend_compile.c

2012-06-08 Thread Stanislav Malyshev
Commit:17c0ff11949f81c5fb5b32f6f64b3e8ad4063aeb
Author:Stanislav Malyshev s...@php.net Fri, 8 Jun 2012 01:24:49 
-0700
Parents:   fc74503792b1ee92e4b813690890f3ed38fa3ad5
Branches:  PHP-5.3

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=17c0ff11949f81c5fb5b32f6f64b3e8ad4063aeb

Log:
typo

Changed paths:
  M  Zend/zend_compile.c


Diff:
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c
index 17454f8..4c31f7c 100644
--- a/Zend/zend_compile.c
+++ b/Zend/zend_compile.c
@@ -1336,7 +1336,7 @@ void zend_do_begin_function_declaration(znode 
*function_token, znode *function_n
zend_op *opline = get_next_op(CG(active_op_array) TSRMLS_CC);
 
if (CG(current_namespace)) {
-   /* Prefix function name with current namespcae name */
+   /* Prefix function name with current namespace name */
znode tmp;
 
tmp.u.constant = *CG(current_namespace);


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



[PHP-CVS] com php-src: typo: Zend/zend_compile.c

2012-06-08 Thread Stanislav Malyshev
Commit:ba8333cdb0feafbdbe2b7ae07532236c3b043b25
Author:Stanislav Malyshev s...@php.net Fri, 8 Jun 2012 01:24:49 
-0700
Parents:   c467e81c86b3f4d312459553c23792492009a917
Branches:  PHP-5.4

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=ba8333cdb0feafbdbe2b7ae07532236c3b043b25

Log:
typo

Changed paths:
  M  Zend/zend_compile.c


Diff:
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c
index 28f9824..cca7c19 100644
--- a/Zend/zend_compile.c
+++ b/Zend/zend_compile.c
@@ -1685,7 +1685,7 @@ void zend_do_begin_function_declaration(znode 
*function_token, znode *function_n
zval key;
 
if (CG(current_namespace)) {
-   /* Prefix function name with current namespcae name */
+   /* Prefix function name with current namespace name */
znode tmp;
 
tmp.u.constant = *CG(current_namespace);


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



[PHP-CVS] com php-src: typo: Zend/zend_compile.c

2012-06-08 Thread Stanislav Malyshev
Commit:d1debecd90ea334713a909f5b7ec64416283cf48
Author:Stanislav Malyshev s...@php.net Fri, 8 Jun 2012 01:24:49 
-0700
Parents:   c83457ed13deabd296dcfb17f3e104572878763e
Branches:  master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=d1debecd90ea334713a909f5b7ec64416283cf48

Log:
typo

Changed paths:
  M  Zend/zend_compile.c


Diff:
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c
index b09e43c..5b991e8 100644
--- a/Zend/zend_compile.c
+++ b/Zend/zend_compile.c
@@ -1685,7 +1685,7 @@ void zend_do_begin_function_declaration(znode 
*function_token, znode *function_n
zval key;
 
if (CG(current_namespace)) {
-   /* Prefix function name with current namespcae name */
+   /* Prefix function name with current namespace name */
znode tmp;
 
tmp.u.constant = *CG(current_namespace);


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