Searched refs:setDefaultStub (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/phar/tests/tar/ |
H A D | phar_setdefaultstub.phpt | 2 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-src/ext/phar/tests/zip/ |
H A D | phar_setdefaultstub.phpt | 2 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-src/ext/phar/tests/cache_list/files/ |
H A D | write11.phar | 5 $p->setDefaultStub();
|
H A D | write11.phar.inc | 11 $p->setDefaultStub();
|
/php-src/ext/phar/tests/cache_list/ |
H A D | copyonwrite11.phar.phpt | 16 $p->setDefaultStub();
|
/php-src/ext/phar/tests/ |
H A D | badparameters.phpt | 121 $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 D | phar_extract2.phpt | 14 $phar->setDefaultStub();
|
H A D | phar_offset_check.phpt | 15 $phar->setDefaultStub();
|
H A D | phar_setdefaultstub.phpt | 2 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 D | phar_convert_again.phpt | 56 $data->setDefaultStub(); 133 $data->setDefaultStub();
|
/php-src/ext/phar/ |
H A D | phar_object.stub.php | 193 public function setDefaultStub(?string $index = null, ?string $webIndex = null): true {} function in Phar 461 public function setDefaultStub(?string $index = null, ?string $webIndex = null): bool {} function in PharData
|
H A D | phar_object_arginfo.h | 431 ZEND_METHOD(Phar, setDefaultStub); 504 ZEND_ME(Phar, setDefaultStub, arginfo_class_Phar_setDefaultStub, ZEND_ACC_PUBLIC)
|
H A D | phar_object.c | 2950 PHP_METHOD(Phar, setDefaultStub) in PHP_METHOD() argument
|
Completed in 29 milliseconds