]> granicus.if.org Git - php/commitdiff
- Got rid of the C++ comments.
authorAndi Gutmans <andi@php.net>
Tue, 10 Aug 1999 15:43:32 +0000 (15:43 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 10 Aug 1999 15:43:32 +0000 (15:43 +0000)
Zend/zend_compile.c
Zend/zend_constants.c

index 5e3acc222ef56711ba6815afd36fae9fe077786a..bf14b1fd54a34046b06ea61fae25ea40beaf1ccc 100644 (file)
@@ -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));
index 0dab84dab4569f409787c3ef1c026ff7dac14545..2ba1fcf6de25d838fefeafc165f40c9058fce5a2 100644 (file)
@@ -102,7 +102,7 @@ void zend_register_standard_constants(ELS_D)
        /* ZEND_FIX:  Move to PHP */
 #if 0
 #if WIN32|WINNT
-       // Get build numbers for Windows NT or Win95
+       /* Get build numbers for Windows NT or Win95 */
        if (dwVersion < 0x80000000){
                php3_os="WINNT";
        } else {