Home
last modified time | relevance | path

Searched refs:stub (Results 26 – 50 of 87) sorted by relevance

1234

/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc132 'inf' => '<stub> Select the stub file.'
444 "When using -s <stub>, then the stub file is being " .
472 * Set the stub
476 if (isset($stub)) {
531 * Set stub end
580 $stub = $this->phar_set_stub_begin($phar, $stub, $loader, $hashbang);
647 if ((empty($stub) || $file->getRealPath() != $stub->getRealPath()) && !is_dir($file)) {
1032 * Set the argument stub
1045 * Cli Command run stub set
1062 * Get the command stub infos.
[all …]
/PHP-5.5/ext/phar/tests/tar/
H A Ddelete.phpt13 $stub = "<?php
19 $phar->setStub($stub);
H A Dtar_004U.phpt2 Phar: tar-based phar, tar phar with stub, mapPhar()
25 $tar->addFile('.phar/stub.php', '<?php
H A Dtar_004.phpt2 Phar: tar-based phar, tar phar with stub, mapPhar()
25 $tar->addFile('.phar/stub.php', '<?php
H A Dtar_003.phpt18 $tar->addFile('.phar/stub.php', "<?php // tar-based phar archive stub file\n__HALT_COMPILER();");
H A Dphar_commitwrite.phpt35 string(60) "<?php // tar-based phar archive stub file
H A Dphar_setalias.phpt15 $phar->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
H A Drmdir.phpt16 $tar->addFile('.phar/stub.php', "<?php
/PHP-5.5/ext/phar/tests/
H A Dphar_copy.phpt61 $p2->copy('d', '.phar/stub.php');
66 $p2->copy('.phar/stub.php', 'd');
82 file "d" cannot be copied to file ".phar/stub.php", cannot copy to Phar meta-file in %sphar_copy2.p…
83 file ".phar/stub.php" cannot be copied to file "d", cannot copy Phar meta-file in %sphar_copy2.phar…
H A Dphar_offset_get_error.phpt38 $a = $p['.phar/stub.php'];
50 Entry .phar/stub.php does not exist
H A Dphar_convert_again.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
17 $file = $stub;
183 A Phar stub cannot be set in a plain zip archive
184 A Phar stub cannot be set in a plain zip archive
199 A Phar stub cannot be set in a plain tar archive
201 A Phar stub cannot be set in a plain tar archive
H A Dnophar_web.phpt2 Phar: default web stub, no phar extension
H A Dwithphar.phpt2 Phar: phar run with pecl/phar with default stub
H A Dwithphar_web.phpt2 Phar: default web stub, with phar extension
H A Dnophar.phpt2 Phar: phar run without pecl/phar with default stub
H A Dbug60164.phpt2 Phar: verify stub of specific length does not break __HALT_COMPILER(); scanning in php
H A Daddfuncs.phpt32 $phar->addFile($pname . '/a', '.phar/stub.php');
37 $phar->addFromString('.phar/stub.php', 'hi');
H A Dbug69720.phar1 .phar/stub.php�������������������������������������������������������������������������������������…
H A Dphar_setalias.phpt12 $file = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
H A Dbadparameters.phpt149 Cannot change stub, phar is read-only
150 A Phar stub cannot be set in a plain tar archive
153 A Phar stub cannot be set in a plain tar archive
156 Cannot change stub: phar.readonly=1
/PHP-5.5/ext/opcache/tests/
H A Dissue0149.phpt13 $stub = "<?php header('Content-Type: text/plain;');
19 $p->setStub($stub);
/PHP-5.5/ext/phar/tests/files/
H A Dstuboflength1041.phar2 /***stub of length 1041 including the halt compiler*********************************************
H A Dstuboflength1041.phar.inc10 /***stub of length 1041 including the halt compiler*********************************************
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_commitwrite.phpt35 string(60) "<?php // zip-based phar archive stub file
H A Dphar_setalias2.phpt14 $phar->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');

Completed in 62 milliseconds

1234