mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Fixed compilation error
This commit is contained in:
parent
93dcfb79de
commit
362f3fd7ea
1 changed files with 1 additions and 1 deletions
|
@ -1083,7 +1083,7 @@ static zval *sxe_get_value(zval *z TSRMLS_DC)
|
|||
|
||||
MAKE_STD_ZVAL(retval);
|
||||
|
||||
if (sxe_object_cast(z, retval, IS_STRING, 0 TSRMLS_CC)==FAILURE) {
|
||||
if (sxe_object_cast(z, retval, IS_STRING TSRMLS_CC)==FAILURE) {
|
||||
zend_error(E_ERROR, "Unable to cast node to string");
|
||||
/* FIXME: Should not be fatal */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue