Home
last modified time | relevance | path

Searched refs:addFromString (Results 1 – 19 of 19) sorted by relevance

/PHP-5.5/ext/phar/tests/bug64931/
H A Dbug64931.phpt22 $phar->addFromString(".phar", "gotcha");
28 $phar->addFromString(".phar//", "gotcha");
34 $phar->addFromString(".phar\\", "gotcha");
40 $phar->addFromString(".phar\0", "gotcha");
58 Warning: Phar::addFromString() expects parameter 1 to be a valid path, string given in %s%ebug64931…
/PHP-5.5/ext/zip/tests/
H A Doo_setcomment.phpt21 $zip->addFromString('entry1.txt', 'entry #1');
22 $zip->addFromString('entry2.txt', 'entry #2');
23 $zip->addFromString('dir/entry2d.txt', 'entry #2');
24 $zip->addFromString('entry4.txt', 'entry #1');
25 $zip->addFromString('entry5.txt', 'entry #2');
H A Doo_getnameindex.phpt21 $zip->addFromString('entry1.txt', 'entry #1');
22 $zip->addFromString('entry2.txt', 'entry #2');
23 $zip->addFromString('dir/entry2d.txt', 'entry #2');
H A Doo_namelocate.phpt21 $zip->addFromString('entry1.txt', 'entry #1');
22 $zip->addFromString('entry2.txt', 'entry #2');
23 $zip->addFromString('dir/entry2d.txt', 'entry #2');
H A Doo_rename.phpt21 $zip->addFromString('entry1.txt', 'entry #1');
22 $zip->addFromString('entry2.txt', 'entry #2');
23 $zip->addFromString('dir/entry2.txt', 'entry #2');
H A Doo_delete.phpt20 $zip->addFromString('entry1.txt', 'entry #1');
21 $zip->addFromString('entry2.txt', 'entry #2');
22 $zip->addFromString('dir/entry2.txt', 'entry #2');
H A Dbug47667.phpt17 $zip->addFromString('foo.txt', 'foo bar foobar');
26 $zip->addFromString("foo_{$i}.txt", 'foo bar foobar');
H A Dbug8009.phpt20 $zip->addFromString("2.txt", "=)");
H A Dbug14962.phpt16 $za->addFromString($file, '1234');
H A Dbug51353.phpt21 $zip->addFromString("$i.txt", '1');
/PHP-5.5/ext/zip/examples/
H A Dcreate.php17 $zip->addFromString("testfilephp.txt" . time(), "#1 This is a test string added as testfilephp.txt.…
18 $zip->addFromString("testfilephp2.txt" . time(), "#2 This is a test string added as testfilephp2.tx…
/PHP-5.5/ext/phar/tests/
H A Daddfuncs.phpt2 Phar: addFile/addFromString
12 $phar->addFromString('a', 'hi');
37 $phar->addFromString('.phar/stub.php', 'hi');
H A Dbug46060.phpt15 $phar->addFromString('test/', '');
H A Dbug13786.phpt16 $phar->addFromString($i, "file $i in $fname");
H A Dbadparameters.phpt110 $a->addFromString(array());
181 Warning: Phar::addFromString() expects exactly 2 parameters, 1 given in %sbadparameters.php on line…
H A Dbug65028.phpt132 $phar->addFromString($file, "");
/PHP-5.5/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc33 $this->zip->addFromString($path, stream_get_contents($fileOrStream));
35 $this->zip->addFromString($path, $fileOrStream);
/PHP-5.5/ext/zip/
H A Dphp_zip.c1823 static ZIPARCHIVE_METHOD(addFromString) in ZIPARCHIVE_METHOD() argument
2747 ZIPARCHIVE_ME(addFromString, arginfo_ziparchive_addfromstring, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/phar/
H A Dphar_object.c3882 PHP_METHOD(Phar, addFromString) in PHP_METHOD() argument
5300 PHP_ME(Phar, addFromString, arginfo_phar_fromstring, ZEND_ACC_PUBLIC)

Completed in 54 milliseconds