Home
last modified time | relevance | path

Searched refs:setDefaultStub (Results 1 – 13 of 13) sorted by relevance

/PHP-8.2/ext/phar/tests/tar/
H A Dphar_setdefaultstub.phpt2 Phar: Phar::setDefaultStub() with and without arg, tar-based phar
23 $phar->setDefaultStub();
35 $phar->setDefaultStub('my/custom/thingy.php');
52 $phar->setDefaultStub('my/custom/thingy.php', 'the/web.php');
79 Phar::setDefaultStub(): Argument #1 ($index) must be null for a tar- or zip-based phar stub, string…
84 Phar::setDefaultStub(): Argument #1 ($index) must be null for a tar- or zip-based phar stub, string…
/PHP-8.2/ext/phar/tests/zip/
H A Dphar_setdefaultstub.phpt2 Phar: Phar::setDefaultStub() with and without arg, zip-based phar
23 $phar->setDefaultStub();
35 $phar->setDefaultStub('my/custom/thingy.php');
52 $phar->setDefaultStub('my/custom/thingy.php', 'the/web.php');
79 Phar::setDefaultStub(): Argument #1 ($index) must be null for a tar- or zip-based phar stub, string…
84 Phar::setDefaultStub(): Argument #1 ($index) must be null for a tar- or zip-based phar stub, string…
/PHP-8.2/ext/phar/tests/cache_list/files/
H A Dwrite11.phar5 $p->setDefaultStub();
H A Dwrite11.phar.inc11 $p->setDefaultStub();
/PHP-8.2/ext/phar/tests/cache_list/
H A Dcopyonwrite11.phar.phpt16 $p->setDefaultStub();
/PHP-8.2/ext/phar/tests/
H A Dbadparameters.phpt121 $b->setDefaultStub('oops');
126 $a->setDefaultStub(array());
131 $a->setDefaultStub('oops');
249 Phar::setDefaultStub(): Argument #1 ($index) must be of type ?string, array given
H A Dphar_extract2.phpt14 $phar->setDefaultStub();
H A Dphar_offset_check.phpt15 $phar->setDefaultStub();
H A Dphar_setdefaultstub.phpt2 Phar: Phar::setDefaultStub() with and without arg
15 $phar->setDefaultStub();
23 $phar->setDefaultStub('my/custom/thingy.php');
30 $phar->setDefaultStub('my/custom/thingy.php', 'the/web.php');
38 $phar->setDefaultStub(str_repeat('a', 400));
42 $phar->setDefaultStub(str_repeat('a', 401));
H A Dphar_convert_again.phpt56 $data->setDefaultStub();
133 $data->setDefaultStub();
/PHP-8.2/ext/phar/
H A Dphar_object.stub.php209 public function setDefaultStub(?string $index = null, ?string $webIndex = null): bool {} function in Phar
482 public function setDefaultStub(?string $index = null, ?string $webIndex = null): bool {} function in PharData
H A Dphar_object_arginfo.h423 ZEND_METHOD(Phar, setDefaultStub);
502 ZEND_ME(Phar, setDefaultStub, arginfo_class_Phar_setDefaultStub, ZEND_ACC_PUBLIC)
563 …ZEND_MALIAS(Phar, setDefaultStub, setDefaultStub, arginfo_class_PharData_setDefaultStub, ZEND_ACC_…
H A Dphar_object.c2915 PHP_METHOD(Phar, setDefaultStub) in PHP_METHOD() argument

Completed in 37 milliseconds