summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-08-10 15:43:32 +0000
committerAndi Gutmans <andi@php.net>1999-08-10 15:43:32 +0000
commit28f9dc6e5646300f8816ade317d5bb733ba85ecd (patch)
tree3543efc16edf00e9bf2c34f54d6039f3bd9654f7 /Zend/zend_compile.c
parent50f0a1b5d8400e98f81643ab6ead5b92c2a32582 (diff)
downloadphp-git-28f9dc6e5646300f8816ade317d5bb733ba85ecd.tar.gz
- Got rid of the C++ comments.
Diffstat (limited to 'Zend/zend_compile.c')
-rw-r--r--Zend/zend_compile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c
index 5e3acc222e..bf14b1fd54 100644
--- a/Zend/zend_compile.c
+++ b/Zend/zend_compile.c
@@ -694,7 +694,7 @@ int do_begin_function_call(znode *function_name CLS_DC)
zval_copy_ctor(&tmp.u.constant);
do_begin_dynamic_function_call(&tmp CLS_CC);
- return 1; // Dynamic
+ return 1; /* Dynamic */
}
switch (function->type) {
@@ -1411,8 +1411,8 @@ void do_begin_new_object(znode *new_token, znode *class_name CLS_DC)
opline->op1 = *class_name;
SET_UNUSED(opline->op2);
- //*result = opline->result;
- //do_assign(result, variable, &opline->result CLS_CC);
+ /* *result = opline->result;
+ do_assign(result, variable, &opline->result CLS_CC); */
new_token->u.opline_num = get_next_op_number(CG(active_op_array));