Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/phar/tests/
H A Dstat2_5.3.phpt32 $b->setStub('<?php
H A Dphar_convert_again.phpt51 $data->setStub('hi');
123 $data->setStub('hi');
H A Dmounteddir.phpt31 $a->setStub('<?php
H A Dstat.phpt65 $a->setStub('<?php
/PHP-7.4/ext/phar/tests/tar/
H A Ddelete_in_phar_confirm.phpt18 $phar->setStub('<?php __HALT_COMPILER(); ?>');
H A Dphar_setdefaultstub.phpt15 $phar->setStub('<?php echo "Hello World\n"; __HALT_COMPILER(); ?>');
H A Dopen_for_write_newfile_b.phpt17 $phar->setStub("<?php __HALT_COMPILER(); ?>");
H A Dopen_for_write_newfile_c.phpt17 $phar->setStub("<?php __HALT_COMPILER(); ?>");
/PHP-7.4/ext/phar/tests/zip/
H A Dall.phpt29 $phar->setStub("<?php ok __HALT_COMPILER();");
H A Ddelete_in_phar_confirm.phpt18 $phar->setStub('<?php __HALT_COMPILER(); ?>');
H A Dphar_setdefaultstub.phpt15 $phar->setStub('<?php echo "Hello World\n"; __HALT_COMPILER(); ?>');
H A Drefcount1.phpt15 $phar->setStub("<?php __HALT_COMPILER(); ?>");
H A Dopen_for_write_newfile_b.phpt17 $phar->setStub('<?php __HALT_COMPILER(); ?>');
H A Dopen_for_write_newfile_c.phpt17 $phar->setStub('<?php __HALT_COMPILER(); ?>');
/PHP-7.4/win32/build/
H A Dmkdist.php480 $phar->setStub(implode('', $stub));
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc520 $phar->setStub($hashbang . $s);
522 $phar->setStub($hashbang . $c);
1047 * @see $phar->setStub()
/PHP-7.4/ext/phar/
H A Dphar_object.c2895 PHP_METHOD(Phar, setStub) in PHP_METHOD() argument
5332 PHP_ME(Phar, setStub, arginfo_phar_setStub, ZEND_ACC_PUBLIC)
5401 PHP_ME(Phar, setStub, arginfo_phar_setStub, ZEND_ACC_PUBLIC)

Completed in 39 milliseconds

1234567