Home
last modified time | relevance | path

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

/PHP-7.4/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');
47 $phar->setDefaultStub('my/custom/thingy.php', 'the/web.php');
71 Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 1 g…
77 Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 2 g…
/PHP-7.4/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');
47 $phar->setDefaultStub('my/custom/thingy.php', 'the/web.php');
71 Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 1 g…
77 Warning: Phar::setDefaultStub(): method accepts no arguments for a tar- or zip-based phar stub, 2 g…
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite11.phar5 $p->setDefaultStub();
H A Dwrite11.phar.inc11 $p->setDefaultStub();
/PHP-7.4/ext/phar/tests/cache_list/
H A Dcopyonwrite11.phar.phpt16 $p->setDefaultStub();
/PHP-7.4/ext/phar/tests/
H A Dbadparameters.phpt85 $b->setDefaultStub('oops');
89 $a->setDefaultStub(array());
91 $a->setDefaultStub('oops');
176 Warning: Phar::setDefaultStub() expects parameter 1 to be %string, array given in %sbadparameters.p…
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-7.4/ext/phar/
H A Dphar_object.c2974 PHP_METHOD(Phar, setDefaultStub) in PHP_METHOD() argument
5329 PHP_ME(Phar, setDefaultStub, arginfo_phar_createDS, ZEND_ACC_PUBLIC)
5398 PHP_ME(Phar, setDefaultStub, arginfo_phar_createDS, ZEND_ACC_PUBLIC)

Completed in 35 milliseconds