pastebin

Paste Search Dynamic
Recent pastes
stderr
  1. <?php
  2. public function stderr(/*int*/$errno, /*string*/$msg, $file="macro.php", $line=0, $context=[]) {
  3.         if ($this->pragma["fail"]) {
  4.             throw new Exception($msg, $errno);
  5.         }
  6.         elseif ($this->pragma["quiet"]) {
  7.             return;
  8.         }
  9. ?>
Parsed in 0.202 seconds