1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 11:42:17 +02:00

MF51: nuke C++ comment

This commit is contained in:
Antony Dovgal
2005-12-09 13:32:07 +00:00
parent ed7797098d
commit be74ca8f85

View File

@@ -1908,7 +1908,7 @@ static zend_function_entry spl_SplFileObject_functions[] = {
SPL_ME(SplFileObject, hasChildren, NULL, ZEND_ACC_PUBLIC)
SPL_ME(SplFileObject, getChildren, NULL, ZEND_ACC_PUBLIC)
SPL_ME(SplFileObject, seek, arginfo_file_object_seek, ZEND_ACC_PUBLIC)
// mappings
/* mappings */
SPL_MA(SplFileObject, getCurrentLine, SplFileObject, fgets, NULL, ZEND_ACC_PUBLIC)
SPL_MA(SplFileObject, __toString, SplFileObject, current, NULL, ZEND_ACC_PUBLIC)
{NULL, NULL, NULL}