Solar_Test::diag()

public void Solar_Test::diag ( mixed $spec , string $label = NULL )

Prints diagnostic output.

Parameters

  • (mixed) $spec: The diagnostic output. If a string, prints line-by- line; otherwise, prints a var_export() of the value line-by-line.

  • (string) $label: The label for the diagnostic output, if any.

Returns

  • (void)

Description

Prints diagnostic output.



Local