]> granicus.if.org Git - php/commitdiff
- #35681, non ansi comment
authorPierre Joye <pajoye@php.net>
Thu, 15 Dec 2005 13:57:14 +0000 (13:57 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 15 Dec 2005 13:57:14 +0000 (13:57 +0000)
ext/xmlwriter/php_xmlwriter.c

index ca6d54984faf1d84af584093d7e40776013e1016..0b014e9b7f636d8ac5009f4c5c9987f673f67372 100644 (file)
@@ -1630,7 +1630,7 @@ PHP_FUNCTION(xmlwriter_open_uri)
        
 #ifdef ZEND_ENGINE_2
        if (this) {
-               // We do not use XMLWRITER_FROM_OBJECT, xmlwriter init function here
+               /* We do not use XMLWRITER_FROM_OBJECT, xmlwriter init function here */
                ze_obj = (ze_xmlwriter_object*) zend_object_store_get_object(this TSRMLS_CC); 
        }
 #endif
@@ -1699,7 +1699,7 @@ PHP_FUNCTION(xmlwriter_open_memory)
 
 #ifdef ZEND_ENGINE_2
        if (this) {
-               // We do not use XMLWRITER_FROM_OBJECT, xmlwriter init function here
+               /* We do not use XMLWRITER_FROM_OBJECT, xmlwriter init function here */
                ze_obj = (ze_xmlwriter_object*) zend_object_store_get_object(this TSRMLS_CC); 
        }
 #endif