#!/usr/bin/env php buildFromDirectory(BASE_DIR); $phar->setStub( $phar->createDefaultStub("vendor/autoload.php") ); } function verify_pheanstalk_phar() { $phar = new Phar(PHAR_FULLPATH); printf("- %s built with %d files.\n", PHAR_FILENAME, $phar->count()); }