]> granicus.if.org Git - php/commitdiff
Better comment
authorMarcus Boerger <helly@php.net>
Tue, 16 Dec 2003 20:40:24 +0000 (20:40 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 16 Dec 2003 20:40:24 +0000 (20:40 +0000)
ext/simplexml/simplexml.c

index 852341158517b77097e83db211b6a11c73bac3a7..86c8b0548c33441381bc20872d8174ffef23703a 100644 (file)
@@ -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;