zval_copy_ctor(&tmp.u.constant);
do_begin_dynamic_function_call(&tmp CLS_CC);
- return 1; // Dynamic
+ return 1; /* Dynamic */
}
switch (function->type) {
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));
/* 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 {