Skip to content

Commit a2b1162

Browse files
committed
Zend: Change return type of lookup_cv from int to uint32_t
1 parent ee20a04 commit a2b1162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ static zend_always_inline uint32_t get_temporary_variable(void) /* {{{ */
536536
}
537537
/* }}} */
538538

539-
static int lookup_cv(zend_string *name) /* {{{ */{
539+
static uint32_t lookup_cv(zend_string *name) /* {{{ */{
540540
zend_op_array *op_array = CG(active_op_array);
541541
int i = 0;
542542
zend_ulong hash_value = zend_string_hash_val(name);

0 commit comments

Comments
 (0)