File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 * PharTools (v1.0) by EvolSoft
55 * Developer: EvolSoft (Flavius12)
66 * Website: http://www.evolsoft.tk
7- * Date: 23/04/2015 08:02 PM (UTC)
7+ * Date: 23/04/2015 08:15 PM (UTC)
88 * Copyright & License: (C) 2015 EvolSoft
99 * Licensed under MIT (https://github.com/EvolSoft/PharTools/blob/master/LICENSE)
1010 */
180180 echo "Size: " . intval ((filesize ($ file ) * .0009765625 ) * .0009765625 ) ." MB ( " . intval (filesize ($ file ) * .0009765625 ) . " KB) \n" ;
181181 echo "Signature: " . $ phar ->getSignature ()["hash " ] . "\n" ;
182182 echo "Signature type: " . $ phar ->getSignature ()["hash_type " ] . "\n" ;
183- echo "Stub: " . $ phar ->getStub ();
183+ echo "Stub: " . $ phar ->getStub () . "\n" ;
184184 echo "Writable: " . strbool ($ phar ->isWritable ()) . "\n" ;
185185 echo "Readable: " . strbool ($ phar ->isReadable ()) . "\n" ;
186186 echo "Metadata: " . $ metadata ;
You can’t perform that action at this time.
0 commit comments