We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0ca9d commit f5c7019Copy full SHA for f5c7019
Zend/zend_compile.c
@@ -535,7 +535,7 @@ static zend_always_inline uint32_t get_temporary_variable(void) /* {{{ */
535
}
536
/* }}} */
537
538
-static int lookup_cv(zend_string *name) /* {{{ */{
+static uint32_t lookup_cv(zend_string *name) /* {{{ */{
539
zend_op_array *op_array = CG(active_op_array);
540
int i = 0;
541
zend_ulong hash_value = zend_string_hash_val(name);
0 commit comments