From: Marcus Boerger Date: Tue, 16 Dec 2003 20:40:24 +0000 (+0000) Subject: Better comment X-Git-Tag: php-5.0.0b3RC1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a08a37dda3c586cc1b0b996d7f6c5ad78e882fd6;p=php Better comment --- diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 8523411585..86c8b0548c 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -283,9 +283,9 @@ static void sxe_prop_dim_write(zval *object, zval *member, zval *value, zend_boo zval tmp_zv, trim_zv; if (!member) { - /* this happens when the user did: $sxe[] = $value - * and could also be E_PARSE, but use this only during parsing - * but this is during runtime. + /* This happens when the user did: $sxe[] = $value + * and could also be E_PARSE, but we use this only during parsing + * and this is during runtime. */ php_error_docref(NULL TSRMLS_CC, E_ERROR, "Cannot create unnamed attribute"); return;