Home
last modified time | relevance | path

Searched refs:setStub (Results 126 – 150 of 167) sorted by relevance

1234567

/PHP-7.4/ext/phar/tests/tar/
H A Dphar_setalias.phpt15 $phar->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
H A Dopen_for_write_newfile.phpt15 $phar->setStub("<?php __HALT_COMPILER(); ?>");
H A Dphar_setalias2.phpt14 $phar->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
H A Ddelete_in_phar_b.phpt18 $phar->setStub('<?php __HALT_COMPILER(); ?>');
H A Dall.phpt27 $phar->setStub("<?php ok __HALT_COMPILER();");
H A Dopen_for_write_existing_b.phpt17 $phar->setStub("<?php __HALT_COMPILER(); ?>");
H A Dopen_for_write_existing_c.phpt17 $phar->setStub("<?php __HALT_COMPILER(); ?>");
H A Ddelete_in_phar.phpt18 $phar->setStub('<?php __HALT_COMPILER(); ?>');
/PHP-7.4/ext/phar/tests/zip/
H A Dopen_for_write_existing.phpt15 $phar->setStub('<?php __HALT_COMPILER(); ?>');
H A Drename_dir.phpt15 $phar->setStub("<?php
H A Dopen_for_write_newfile.phpt15 $phar->setStub('<?php __HALT_COMPILER(); ?>');
H A Dphar_setalias2.phpt14 $phar->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
H A Dphar_magic.phpt19 $p->setStub('<?php
H A Ddelete_in_phar_b.phpt18 $phar->setStub('<?php __HALT_COMPILER(); ?>');
H A Dopen_for_write_existing_b.phpt17 $phar->setStub('<?php __HALT_COMPILER(); ?>');
H A Dopen_for_write_existing_c.phpt17 $phar->setStub('<?php __HALT_COMPILER(); ?>');
H A Dphar_setalias.phpt18 $phar->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
H A Ddelete_in_phar.phpt18 $phar->setStub('<?php __HALT_COMPILER(); ?>');
/PHP-7.4/ext/opcache/tests/
H A Dissue0149.phpt21 $p->setStub($stub);
/PHP-7.4/ext/phar/tests/
H A Dbadparameters.phpt72 $a->setStub('oops');
77 $b->setStub('oops');
82 $a->setStub(array());
173 Warning: Phar::setStub() expects parameter 1 to be %string, array given in %sbadparameters.php on l…
H A Dbug74991.phpt15 $p->setStub("<?php Phar::mapPhar('sample.phar'); __HALT_COMPILER();");
H A Dfopen.phpt29 $a->setStub('<?php
H A Dopendir.phpt23 $a->setStub('<?php
H A Dzf_test.phpt23 $phar->setStub("<?php
H A Dphar_offset_check.phpt71 Cannot set stub ".phar/stub.php" directly in phar "%sphar_offset_check.phar.php", use setStub

Completed in 26 milliseconds

1234567