Skip to content

Commit f5c7019

Browse files
committed
Zend: Change return type of lookup_cv from int to uint32_t
1 parent 8b0ca9d commit f5c7019

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
@@ -535,7 +535,7 @@ static zend_always_inline uint32_t get_temporary_variable(void) /* {{{ */
535535
}
536536
/* }}} */
537537

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

0 commit comments

Comments
 (0)