File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -1945,19 +1945,6 @@ void zend_do_function_return_hint(znode *return_hint TSRMLS_DC) {
1945
1945
} else {
1946
1946
CG (active_op_array )-> return_hint .type = Z_TYPE (return_hint -> u .constant );
1947
1947
}
1948
- } else {
1949
- if (CG (current_namespace )) {
1950
- tmp .op_type = IS_CONST ;
1951
- tmp .u .constant = * CG (current_namespace );
1952
- zval_copy_ctor (& tmp .u .constant );
1953
- zend_do_build_namespace_name (& tmp , & tmp , return_hint TSRMLS_CC );
1954
- * return_hint = tmp ;
1955
- }
1956
-
1957
- CG (active_op_array )-> return_hint .type = IS_OBJECT ;
1958
- CG (active_op_array )-> return_hint .class_name_len = Z_STRLEN (return_hint -> u .constant );
1959
- CG (active_op_array )-> return_hint .class_name = zend_new_interned_string
1960
- (Z_STRVAL (return_hint -> u .constant ), Z_STRLEN (return_hint -> u .constant )+ 1 , 1 TSRMLS_CC );
1961
1948
}
1962
1949
}
1963
1950
} /* }}} */
You can’t perform that action at this time.
0 commit comments