- no, same result as fgets() is being invoked
- get_class() did the trick here
Signed-off-by: Roland Häder <roland@mxchange.org>
$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