Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php final class PhabricatorPDFHeadFragment extends PhabricatorPDFFragment { protec..

Decoded Output download

<?php

final class PhabricatorPDFHeadFragment
  extends PhabricatorPDFFragment {

  protected function writeFragment() {
    $this->writeLine('%s', '%PDF-1.3');
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorPDFHeadFragment
  extends PhabricatorPDFFragment {

  protected function writeFragment() {
    $this->writeLine('%s', '%PDF-1.3');
  }

}

Function Calls

None

Variables

None

Stats

MD5 b4bba645f2f846c39368a15076c756b7
Eval Count 0
Decode Time 107 ms