Lines Matching refs:spprintf
488 spprintf(error, 0, msg, fname);\
569 …spprintf(error, 0, "'%s' is not a phar archive. Use PharData::__construct() for a standard zip or …
745 …spprintf(error, 0, "phar \"%s\" is API version %1.u.%1.u.%1.u, and cannot be processed", fname, ma…
771 spprintf(error, 0, "phar \"%s\" has a broken signature", fname);
790 spprintf(error, 0, "phar \"%s\" openssl signature length could not be read", fname);
808 spprintf(error, 0, "phar \"%s\" openssl signature could not be read", fname);
819 spprintf(error, 0, "phar \"%s\" openssl signature could not be verified: %s", fname, *error);
838 spprintf(error, 0, "phar \"%s\" has a broken signature", fname);
848 spprintf(error, 0, "phar \"%s\" SHA512 signature could not be verified: %s", fname, *error);
865 spprintf(error, 0, "phar \"%s\" has a broken signature", fname);
875 spprintf(error, 0, "phar \"%s\" SHA256 signature could not be verified: %s", fname, *error);
889 spprintf(error, 0, "phar \"%s\" has a unsupported signature", fname);
903 spprintf(error, 0, "phar \"%s\" has a broken signature", fname);
913 spprintf(error, 0, "phar \"%s\" SHA1 signature could not be verified: %s", fname, *error);
930 spprintf(error, 0, "phar \"%s\" has a broken signature", fname);
940 spprintf(error, 0, "phar \"%s\" MD5 signature could not be verified: %s", fname, *error);
952 spprintf(error, 0, "phar \"%s\" has a broken or unsupported signature", fname);
961 spprintf(error, 0, "phar \"%s\" does not have a signature", fname);
993 …spprintf(error, 0, "cannot load phar \"%s\" with implicit alias \"%s\" under different alias \"%s\…
1263 …spprintf(error, 0, "Cannot create a phar archive from a URL like \"%s\". Phar objects can only be …
1265 …spprintf(error, 0, "Cannot create phar '%s', file extension (or combination) not recognised or the…
1278 …spprintf(error, 0, "Cannot open '%s' as a PharData object. Use Phar::__construct() for executable …
1286 …spprintf(error, 0, "'%s' is not a phar archive. Use PharData::__construct() for a standard zip or …
1369 …spprintf(error, 0, "creating archive \"%s\" disabled by the php.ini setting phar.readonly", fname);
1426 …spprintf(error, 4096, "phar error: phar \"%s\" cannot set alias \"%s\", already in use by another …
1447 …spprintf(error, 0, "archive \"%s\" cannot be associated with alias \"%s\", already in use", fname,…
1505 spprintf(error, 0, "unable to open phar for reading \"%s\"", fname);
2348 spprintf(error, 0, "cannot initialize a phar outside of PHP execution");
2358 spprintf(error, 0, "__HALT_COMPILER(); must be declared in a phar");
2379 spprintf(error, 0, "unable to open phar for reading \"%s\"", fname);
2422 …spprintf(error, 0, "phar error: unable to open zip-based phar archive \"%s\" to verify local file …
2429 …spprintf(error, 0, "phar error: internal corruption of zip-based phar \"%s\" (cannot read local fi…
2442 …spprintf(error, 0, "phar error: internal corruption of zip-based phar \"%s\" (cannot read local da…
2454 …spprintf(error, 0, "phar error: internal corruption of zip-based phar \"%s\" (local header of file…
2483 …spprintf(error, 0, "phar error: internal corruption of phar \"%s\" (crc32 mismatch on file \"%s\")…
2543 …spprintf(error, 0, "Illegal filename passed in for stub creation, was %d characters long, and only…
2551 …spprintf(error, 0, "Illegal web filename passed in for stub creation, was %d characters long, and …
2589 spprintf(error, 0, "internal error: attempt to flush cached zip-based phar \"%s\"", phar->fname);
2627 spprintf(error, 0, "unable to create temporary file");
2644 spprintf(error, 0, "unable to access resource to copy stub to new phar \"%s\"", phar->fname);
2661 spprintf(error, 0, "unable to read resource to copy stub to new phar \"%s\"", phar->fname);
2677 spprintf(error, 0, "illegal stub for phar \"%s\"", phar->fname);
2694 spprintf(error, 0, "unable to create stub from string in new phar \"%s\"", phar->fname);
2723 spprintf(error, 0, "unable to create stub in new phar \"%s\"", phar->fname);
2725 spprintf(error, 0, "unable to copy stub of old phar to new phar \"%s\"", phar->fname);
2837 …spprintf(error, 0, "unable to seek to start of file \"%s\" while creating new phar \"%s\"", entry-…
2861 …spprintf(error, 0, "unable to gzip compress file \"%s\" to new phar \"%s\"", entry->filename, phar…
2865 …spprintf(error, 0, "unable to bzip2 compress file \"%s\" to new phar \"%s\"", entry->filename, pha…
2877 spprintf(error, 0, "unable to create temporary file");
2892 …spprintf(error, 0, "unable to seek to start of file \"%s\" while creating new phar \"%s\"", entry-…
2903 …spprintf(error, 0, "unable to copy compressed file contents of file \"%s\" while creating new phar…
2966 spprintf(error, 0, "unable to write manifest header of new phar \"%s\"", phar->fname);
2987 spprintf(error, 0, "unable to write manifest meta-data of new phar \"%s\"", phar->fname);
3027 …spprintf(error, 0, "unable to write filename of directory \"%s\" to manifest of new phar \"%s\"", …
3029 …spprintf(error, 0, "unable to write filename of file \"%s\" to manifest of new phar \"%s\"", entry…
3061 …spprintf(error, 0, "unable to write temporary manifest of file \"%s\" to manifest of new phar \"%s…
3077 spprintf(error, 0, "unable to write manifest padding byte");
3109 …spprintf(error, 0, "unable to seek to start of file \"%s\" while creating new phar \"%s\"", entry-…
3121 …spprintf(error, 0, "unable to seek to start of file \"%s\" while creating new phar \"%s\"", entry-…
3137 …spprintf(error, 0, "unable to write contents of file \"%s\" to new phar \"%s\"", entry->filename, …
3183 …spprintf(error, 0, "unable to write contents of file \"%s\" to new phar \"%s\" with requested hash…
3194 spprintf(error, 0, "phar error: unable to write signature: %s", save);
3253 spprintf(error, 4096, "unable to open new phar \"%s\" for writing", phar->fname);
3269 …spprintf(error, 4096, "unable to compress all contents of phar \"%s\" using zlib, PHP versions old…
3299 spprintf(error, 0, "unable to seek to __HALT_COMPILER(); in new phar \"%s\"", phar->fname);
3369 spprintf(&name, 4096, "phar://%s/%s", file_handle->filename, ".phar/stub.php");