1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 07:02:33 +02:00

Shut up a warning

This commit is contained in:
Zeev Suraski
1999-09-10 16:16:24 +00:00
parent 055472d3b4
commit ca1b3ffbc8

View File

@@ -1056,6 +1056,9 @@ void do_early_binding(CLS_D)
case ZEND_DECLARE_CLASS:
table = CG(class_table);
break;
default:
zend_error(E_COMPILE_ERROR, "Invalid binding type");
return;
}
zend_hash_del(table, opline->op1.u.constant.value.str.val, opline->op1.u.constant.value.str.len);
zval_dtor(&opline->op1.u.constant);