Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 6 Feb 2022 18:41:05 +0000 (19:41 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 6 Feb 2022 18:41:05 +0000 (19:41 +0100)
- no, same result as fgets() is being invoked
- get_class() did the trick here

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/file_directories/output/raw/class_FrameworkRawFileOutputPointer.php

index 9f488491885c42b2a4a9bd262b171c5be82c47dd..bff94f4fef25c2256e487f4338c65aad91fdbe8e 100644 (file)
@@ -79,7 +79,7 @@ class FrameworkRawFileOutputPointer extends BaseFileIo implements OutputPointer
                $pointerInstance = new FrameworkRawFileOutputPointer();
 
                // Set file pointer and file name
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('RAW-FILE-OUTPUT-POINTER: pointerInstance=%s,fileObjectp=%s', $pointerInstance->__toString(), $fileObject));
+               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('RAW-FILE-OUTPUT-POINTER: pointerInstance=%s,fileObject=%s', $pointerInstance->__toString(), get_class($fileObject)));
                $pointerInstance->setFileObject($fileObject);
 
                // Return the instance