Home
last modified time | relevance | path

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

1234

/php-src/ext/phar/phar/
H A Dpharcommand.inc132 'inf' => '<stub> Select the stub file.'
456 "When using -s <stub>, then the stub file is being " .
484 * Set the stub
488 if (isset($stub)) {
543 * Set stub end
592 $stub = $this->phar_set_stub_begin($phar, $stub, $loader, $hashbang);
659 … if ((empty($stub) || $file->getRealPath() != $stub->getRealPath()) && !is_dir($file)) {
1044 * Set the argument stub
1057 * Cli Command run stub set
1074 * Get the command stub infos.
[all …]
/php-src/Zend/tests/
H A Dbug72101.phpt28 public $stub = null;
31 return $this->stub->invoke($invocation);
74 $OuterMatcher->stub = new PHPUnit_Framework_MockObject_Stub_ReturnCallback([$foo, 'callback']);
/php-src/ext/opcache/tests/
H A Dissue0149.phpt14 $stub = "<?php header('Content-Type: text/plain;');
20 $p->setStub($stub);
/php-src/ext/phar/tests/
H A Dphar_offset_get_error.phpt37 $a = $p['.phar/stub.php'];
48 Entry .phar/stub.php does not exist
H A Dgh14603.phpt8 PK��������eI�����������a.phpnu�W+A����������hioPK��������eI�`�����������.phar/stub.php…
23 ….phpnu�W+A����������PK����������eI�`���������������������8���.phar/stub.phpnu�W+A��������…
H A Dphar_convert_again.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
17 $file = $stub;
179 A Phar stub cannot be set in a plain zip archive
180 A Phar stub cannot be set in a plain zip archive
195 A Phar stub cannot be set in a plain tar archive
197 A Phar stub cannot be set in a plain tar archive
H A Dbug79503.phar1 .phar/stub.php�������������������������������������������������������������������������������������…
H A Dwithphar.phpt2 Phar: phar run with ext/phar with default stub
H A Dnophar_web.phpt2 Phar: default web stub, no phar extension
H A Dwithphar_web.phpt2 Phar: default web stub, with phar extension
H A Dnophar.phpt2 Phar: phar run without ext/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.phpt245 Cannot change stub, phar is read-only
246 A Phar stub cannot be set in a plain tar archive
247 Phar::setStub(): Argument #1 ($stub) must be of type string, array given
248 A Phar stub cannot be set in a plain tar archive
250 Cannot change stub: phar.readonly=1
/php-src/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-src/ext/mysqli/tests/
H A Dmysqli_ssl_set.phpt2 mysqli_ssl_set() - test is a stub!
7 die("skip test is a stub!");
/php-src/ext/phar/tests/zip/
H A Dphar_begin_setstub_commit.phpt30 // add portion to test setting stub from resource
64 Deprecated: Calling Phar::setStub(resource $stub, int $length) is deprecated in %s on line %d
68 Deprecated: Calling Phar::setStub(resource $stub, int $length) is deprecated in %s on line %d
/php-src/ext/phar/tests/tar/
H A Dtar_003.phpt17 $tar->addFile('.phar/stub.php', "<?php // tar-based phar archive stub file\n__HALT_COMPILER();");
/php-src/docs/source/miscellaneous/
H A Dstubs.rst53 Stub files have the ``.stub.php`` extension by convention.
77 /* This is a generated file, edit the .stub.php file instead.
87 The hash that is included in the file makes sure that stub files are not reprocessed unless the stub
122 /* This is a generated file, edit the .stub.php file instead.
135 // constants.stub.php
142 // example.stub.php
144 require "constants.stub.php";
261 Given the following stub:
396 // example.stub.php
412 attribute. The name of this file is ``example.stub.php``:
[all …]
/php-src/ext/phar/tests/cache_list/
H A Dcopyonwrite10.phar.phpt23 Deprecated: Calling Phar::setStub(resource $stub, int $length) is deprecated in %s on line %d
/php-src/ext/phar/
H A Dphar_object.stub.php202 * @param resource|string $stub
205 public function setStub($stub, int $length = UNKNOWN): true {} argument
476 * @param resource|string $stub
479 public function setStub($stub, int $length = UNKNOWN): true {} argument
/php-src/ext/zend_test/tests/
H A Dvariadic_arguments.phpt2 Verify that variadic arguments create proper stub

Completed in 84 milliseconds

1234