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 ee20a04 commit a2b1162Copy full SHA for a2b1162
Zend/zend_compile.c
@@ -536,7 +536,7 @@ static zend_always_inline uint32_t get_temporary_variable(void) /* {{{ */
536
}
537
/* }}} */
538
539
-static int lookup_cv(zend_string *name) /* {{{ */{
+static uint32_t lookup_cv(zend_string *name) /* {{{ */{
540
zend_op_array *op_array = CG(active_op_array);
541
int i = 0;
542
zend_ulong hash_value = zend_string_hash_val(name);
0 commit comments