Home
last modified time | relevance | path

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

1234567

/PHP-8.2/ext/phar/tests/zip/
H A Drename.phpt15 $phar->setStub("<?php
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.phpt17 $p->setStub('<?php
H A Dopen_for_write_existing_b.phpt15 $phar->setStub('<?php __HALT_COMPILER(); ?>');
H A Dopen_for_write_existing_c.phpt15 $phar->setStub('<?php __HALT_COMPILER(); ?>');
H A Ddelete_in_phar_b.phpt18 $phar->setStub('<?php __HALT_COMPILER(); ?>');
H A Dphar_setalias.phpt18 $phar->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
/PHP-8.2/ext/opcache/tests/
H A Dissue0149.phpt20 $p->setStub($stub);
/PHP-8.2/ext/phar/tests/tar/
H A Dopen_for_write_newfile.phpt15 $phar->setStub("<?php __HALT_COMPILER(); ?>");
H A Dphar_setalias.phpt15 $phar->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
H A Dphar_setalias2.phpt14 $phar->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
H A Dopen_for_write_existing_b.phpt15 $phar->setStub("<?php __HALT_COMPILER(); ?>");
H A Dopen_for_write_existing_c.phpt15 $phar->setStub("<?php __HALT_COMPILER(); ?>");
H A Dall.phpt23 $phar->setStub("<?php ok __HALT_COMPILER();");
H A Ddelete_in_phar_b.phpt18 $phar->setStub('<?php __HALT_COMPILER(); ?>');
H A Ddelete_in_phar.phpt19 $phar->setStub('<?php __HALT_COMPILER(); ?>');
/PHP-8.2/ext/phar/tests/
H A Dfopen.phpt28 $a->setStub('<?php
H A Dbug74991.phpt15 $p->setStub("<?php Phar::mapPhar('sample.phar'); __HALT_COMPILER();");
H A Dbadparameters.phpt104 $a->setStub('oops');
109 $b->setStub('oops');
115 $a->setStub(array());
247 Phar::setStub(): Argument #1 ($stub) must be of type string, array given
H A Dopendir.phpt23 $a->setStub('<?php
H A Dzf_test.phpt23 $phar->setStub("<?php
H A Dstat2_5.3.phpt30 $b->setStub('<?php
H A Dbug77432.phpt17 $phar->setStub('<?php echo "hello world\n"; __HALT_COMPILER(); ?>');

Completed in 25 milliseconds

1234567