From a08a37dda3c586cc1b0b996d7f6c5ad78e882fd6 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 16 Dec 2003 20:40:24 +0000 Subject: [PATCH] Better comment --- ext/simplexml/simplexml.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.40.0