projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ea2b73
)
Fix compile failure introduced by the fix for bug #46408.
author
Adam Harvey
<aharvey@php.net>
Tue, 15 Jan 2013 02:08:26 +0000
(10:08 +0800)
committer
Adam Harvey
<aharvey@php.net>
Tue, 15 Jan 2013 02:08:26 +0000
(10:08 +0800)
Zend/zend_operators.c
patch
|
blob
|
history
diff --git
a/Zend/zend_operators.c
b/Zend/zend_operators.c
index 274893c70ae79b7490ed60630968275f86a2a89f..c8b868d16a809f043842e7bdd8473459dce1acc6 100644
(file)
--- a/
Zend/zend_operators.c
+++ b/
Zend/zend_operators.c
@@
-584,7
+584,7
@@
ZEND_API void _convert_to_cstring(zval *op ZEND_FILE_LINE_DC) /* {{{ */
break;
}
default:
-
return _convert_to_string(op
);
+
_convert_to_string(op ZEND_FILE_LINE_CC
);
}
Z_TYPE_P(op) = IS_STRING;
}