Searched refs:setStub (Results 1 – 25 of 170) sorted by relevance
1234567
/php-src/ext/phar/tests/tar/ |
H A D | phar_stub.phpt | 2 Phar::setStub() (tar-based) 16 $p->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>'); 28 $phar->setStub($file); 39 $phar->setStub($fp); 52 $phar->setStub($fp, strlen($file)); 71 Deprecated: Calling Phar::setStub(resource $stub, int $length) is deprecated in %s on line %d 75 Deprecated: Calling Phar::setStub(resource $stub, int $length) is deprecated in %s on line %d
|
H A D | phar_stub_error.phpt | 2 Phar::setStub()/getStub() tar-based 15 $phar->setStub($stub); 26 $phar->setStub($newstub);
|
H A D | phar_begin_setstub_commit.phpt | 2 Phar::startBuffering()/setStub()/stopBuffering() tar-based 16 $p->setStub('<?php var_dump("First"); Phar::mapPhar("phar_begin_setstub_commit.phar"); __HALT_COMPI… 20 $p->setStub('<?php var_dump("Second"); Phar::mapPhar("phar_begin_setstub_commit.phar"); __HALT_COMP…
|
H A D | phar_commitwrite.phpt | 2 Phar::setStub()/stopBuffering() tar-based 14 $p->setStub("<?php
|
/php-src/ext/phar/tests/zip/ |
H A D | phar_stub.phpt | 2 Phar::setStub() (zip-based) 16 $p->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>'); 28 $phar->setStub($file); 39 $phar->setStub($fp); 52 $phar->setStub($fp, strlen($file)); 71 Deprecated: Calling Phar::setStub(resource $stub, int $length) is deprecated in %s on line %d 75 Deprecated: Calling Phar::setStub(resource $stub, int $length) is deprecated in %s on line %d
|
H A D | phar_begin_setstub_commit.phpt | 2 Phar::startBuffering()/setStub()/stopBuffering() zip-based 16 $p->setStub('<?php var_dump("First"); Phar::mapPhar("phar_begin_setstub_commit.phar"); __HALT_COMPI… 20 $p->setStub('<?php var_dump("Second"); Phar::mapPhar("phar_begin_setstub_commit.phar"); __HALT_COMP… 33 $p->setStub($a); 38 $p->setStub($a, $c); 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
|
H A D | phar_stub_error.phpt | 2 Phar::setStub()/getStub() zip-based 14 $phar->setStub($stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>' . "\r\n"); 25 $phar->setStub($newstub);
|
H A D | phar_commitwrite.phpt | 2 Phar::setStub()/stopBuffering() zip-based 14 $p->setStub("<?php
|
/php-src/ext/phar/tests/ |
H A D | phar_stub.phpt | 2 Phar::setStub() 30 $phar->setStub($file); 43 $phar->setStub($fp); 62 $phar->setStub($fp); 76 $phar->setStub($fp, strlen($file)); 106 Deprecated: Calling Phar::setStub(resource $stub, int $length) is deprecated in %s on line %d 109 Calling Phar::setStub(resource $stub, int $length) is deprecated 112 Deprecated: Calling Phar::setStub(resource $stub, int $length) is deprecated in %s on line %d
|
H A D | phar_begin_setstub_commit.phpt | 2 Phar::startBuffering()/setStub()/stopBuffering() 16 $p->setStub('<?php var_dump("First"); Phar::mapPhar("phar_begin_setstub_commit.phar"); __HALT_COMPI… 20 $p->setStub('<?php var_dump("Second"); Phar::mapPhar("phar_begin_setstub_commit.phar"); __HALT_COMP…
|
H A D | phar_commitwrite.phpt | 2 Phar::setStub()/stopBuffering() 14 $p->setStub("<?php
|
H A D | phar_stub_write_file.phpt | 2 Phar::setStub()/getStub() from file 31 $phar->setStub($stub); 55 Deprecated: Calling Phar::setStub(resource $stub, int $length) is deprecated in %s on line %d
|
H A D | invalid_setstubalias.phpt | 37 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.tar", use setStub 39 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.zip", use setStub
|
H A D | phar_stub_error.phpt | 2 Phar::setStub()/getStub() 28 $phar->setStub($newstub);
|
H A D | phar_stub_write.phpt | 2 Phar::setStub()/getStub() 30 $phar->setStub($stub);
|
/php-src/ext/phar/tests/cache_list/files/ |
H A D | write9.phar.inc | 7 $phar->setStub('<?php 11 $p->setStub("<?php __HALT"."_COMPILER();");
|
H A D | write10.phar.inc | 7 $phar->setStub('<?php 12 $p->setStub($a);
|
H A D | write9.phar | 5 $p->setStub("<?php __HALT"."_COMPILER();");
|
H A D | write17.phar.inc | 7 $phar->setStub('<?php
|
H A D | write10.phar | 6 $p->setStub($a);
|
H A D | write8.phar.inc | 7 $phar->setStub('<?php
|
H A D | write11.phar.inc | 7 $phar->setStub('<?php
|
/php-src/ext/phar/tests/cache_list/ |
H A D | copyonwrite10.phar.phpt | 17 $p->setStub($a); 23 Deprecated: Calling Phar::setStub(resource $stub, int $length) is deprecated in %s on line %d
|
/php-src/ext/opcache/tests/ |
H A D | issue0115.phpt | 24 $p->setStub($stub); 32 $p->setStub($stub);
|
/php-src/ext/phar/tests/files/ |
H A D | stuboflength1041.phar.inc | 9 $phar->setStub('<?php
|
Completed in 13 milliseconds
1234567