Skip to content

Commit 3092c10

Browse files
author
Thies C. Arntzen
committed
renamed _string_value_() to __string_value().
1 parent c059cd6 commit 3092c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ ZEND_API void zend_make_printable_zval(zval *expr, zval *expr_copy, int *use_cop
141141
break;
142142
case IS_OBJECT: {
143143
zval function_name;
144-
ZVAL_STRING(&function_name,"_string_value_",1);
144+
ZVAL_STRING(&function_name,"__string_value",1);
145145

146146
if (call_user_function(NULL, expr, &function_name, expr_copy, 0, NULL)==FAILURE) {
147147
expr_copy->value.str.len = sizeof("Object")-1;

0 commit comments

Comments
 (0)