Merge branch 'PHP-7.4'

This commit is contained in:
Nikita Popov 2019-08-30 11:02:40 +02:00
commit be8247101d
2 changed files with 5 additions and 4 deletions

View file

@ -1084,7 +1084,8 @@ static int do_cli(int argc, char **argv) /* {{{ */
zval_ptr_dtor(&tmp);
EG(exception) = NULL;
} else {
zend_call_method_with_1_params(NULL, reflection_ptr, NULL, "export", NULL, &ref);
zend_print_zval(&ref, 0);
zend_write("\n", 1);
}
zval_ptr_dtor(&ref);
zval_ptr_dtor(&arg);