Home
last modified time | relevance | path

Searched refs:addFromString (Results 26 – 49 of 49) sorted by relevance

12

/PHP-8.2/ext/zip/tests/
H A Dbug8009.phpt17 $zip->addFromString("2.txt", "=)");
H A Dbug14962.phpt13 $za->addFromString($file, '1234');
H A Doo_progress.phpt29 var_dump($zip->addFromString('foo', 'entry #1'));
H A Doo_cancel.phpt28 var_dump($zip->addFromString(PHP_BINARY, 'entry #1'));
H A Dbug77978.phpt14 $zip->addFromString("dir/test:/filename.txt", "contents");
H A Dbug51353.phpt22 $zip->addFromString("$i.txt", '1');
/PHP-8.2/ext/phar/tests/
H A Dbug46060.phpt16 $phar->addFromString('test/', '');
H A Dbug13786.phpt16 $phar->addFromString($i, "file $i in $fname");
H A Dbug76584.phpt11 $phar->addFromString('76584.txt', 'This is a test file.');
H A Dbug77022.phpt21 $phar->addFromString("test-from-string", 'test-file-phar');
H A Dbug65414.phpt19 $phar->addFromString($bad, 'this content is injected');
H A Dbug79912.phpt11 $phar->addFromString("test.txt", "This is a test file.This is a test file.This is a test file.");
H A Dbug77432.phpt16 $phar->addFromString('test.txt', 'text');
H A Dbadparameters.phpt208 $a->addFromString(array());
265 Phar::addFromString() expects exactly 2 arguments, 1 given
H A Dbug65028.phpt132 $phar->addFromString($file, "");
/PHP-8.2/ext/phar/tests/zip/
H A Dgh10766.phpt11 $phar->addFromString('name', 'contents');
/PHP-8.2/ext/phar/tests/tar/
H A Dbug70417.phpt27 $arch->addFromString('foo', 'bar');
/PHP-8.2/ext/openssl/tests/
H A Dbug65538_003.phpt67 $phar->addFromString($cacertFile, $certificateGenerator->getCaCert());
/PHP-8.2/ext/phar/
H A Dphar_object.stub.php103 public function addFromString(string $localName, string $contents): void {} function in Phar
289 public function addFromString(string $localName, string $contents): void {} function in PharData
H A Dphar_object_arginfo.h392 ZEND_METHOD(Phar, addFromString);
471 ZEND_ME(Phar, addFromString, arginfo_class_Phar_addFromString, ZEND_ACC_PUBLIC)
532 …ZEND_MALIAS(Phar, addFromString, addFromString, arginfo_class_PharData_addFromString, ZEND_ACC_PUB…
H A Dphar_object.c3840 PHP_METHOD(Phar, addFromString) in PHP_METHOD() argument
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php699 …public function addFromString(string $name, string $content, int $flags = ZipArchive::FL_OVERWRITE…
H A Dphp_zip_arginfo.h327 ZEND_METHOD(ZipArchive, addFromString);
419 ZEND_ME(ZipArchive, addFromString, arginfo_class_ZipArchive_addFromString, ZEND_ACC_PUBLIC)
H A Dphp_zip.c1905 PHP_METHOD(ZipArchive, addFromString) argument

Completed in 46 milliseconds

12