Searched refs:createDefaultStub (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/ext/phar/tests/cache_list/files/ |
H A D | nophar.phar.inc | 9 $p->setStub($p->createDefaultStub('index.php', 'web.php'));
|
/PHP-7.1/ext/phar/tests/files/ |
H A D | nophar.phar.inc | 9 $p->setStub($p->createDefaultStub('index.php', 'web.php'));
|
/PHP-7.1/ext/phar/tests/ |
H A D | phar_dotted_path.phpt | 16 $stub = Phar::createDefaultStub();
|
H A D | phar_createdefaultstub.phpt | 2 Phar: Phar::createDefaultStub() with and without arg 8 var_dump(Phar::createDefaultStub()); 11 var_dump(Phar::createDefaultStub('my/custom/thingy.php')); 14 var_dump(strlen(Phar::createDefaultStub(str_repeat('a', 400)))); 17 var_dump(Phar::createDefaultStub(str_repeat('a', 401))); 26 var_dump(Phar::createDefaultStub('my/custom/thingy.php', 'the/web.php')); 29 var_dump(strlen(Phar::createDefaultStub('index.php', str_repeat('a', 400)))); 30 var_dump(Phar::createDefaultStub('hio', str_repeat('a', 401)));
|
H A D | badparameters.phpt | 16 Phar::createDefaultStub(array()); 150 Warning: Phar::createDefaultStub() expects parameter 1 to be a valid path, array given in %sbadpara…
|
/PHP-7.1/ext/phar/ |
H A D | TODO | 94 X make createDefaultStub() setDefaultStub() and have it file format-specific
|
H A D | phar_object.c | 953 PHP_METHOD(Phar, createDefaultStub) in PHP_METHOD() argument 5313 …PHP_ME(Phar, createDefaultStub, arginfo_phar_createDS, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEN… 5382 …PHP_ME(Phar, createDefaultStub, arginfo_phar_createDS, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEN…
|
Completed in 23 milliseconds