1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00

MFH: fix C++ comments in C code

This commit is contained in:
Antony Dovgal
2005-12-15 13:58:10 +00:00
parent cb3cca21b3
commit 9417c070f6

View 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