Home
last modified time | relevance | path

Searched refs:first (Results 151 – 175 of 501) sorted by last modified time

12345678910>>...21

/PHP-7.4/ext/simplexml/tests/
H A D007.phpt12 <elem1 attr1='first'>
55 string(5) "first"
80 string(5) "first"
H A D009.phpt12 <elem1 attr1='first'>
H A D010.phpt16 <elem1 attr1='first'>
45 string(5) "first"
H A D019.phpt13 <elem1 attr1='first'>
H A Dsxe_001.phpt15 <elem1 attr1='first'>
44 string(5) "first"
H A Dsxe_002.phpt16 <elem1 attr1='first'>
H A Dsxe_003.phpt16 <elem1 attr1='first'>
H A Dsxe_004.phpt16 <elem1 attr1='first'>
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_setalias.phpt18 $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 Dphar_stub.phpt16 $p->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
69 <?php echo "first stub\n"; __HALT_COMPILER(); ?>
H A Dphar_stub_error.phpt14 $phar->setStub($stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>' . "\r\n");
45 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
49 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
52 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
/PHP-7.4/ext/phar/tests/
H A Dtest_alias_unset.phpt15 $phar->setAlias('first');
20 $phar2->setAlias('first'); // this works because there are no references to $fname open
42 string(5) "first"
H A Dtest_unset.phpt16 $phar->setAlias('first');
23 $phar->setAlias('first');
H A Dphar_convert_tar.phpt15 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
50 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
H A Dphar_convert_tar2.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
55 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
H A Dphar_convert_tar3.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
56 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
H A Dphar_convert_zip.phpt15 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
49 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
H A Dphar_extract.phpt81 file_put_contents(__DIR__ . '/extract/file1.txt', 'first');
148 string(5) "first"
H A Dphar_offset_check.phpt17 $phar['a.txt'] = "first file\n";
H A Dphar_setalias.phpt12 $file = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
/PHP-7.4/ext/phar/tests/tar/
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 Dphar_stub.phpt16 $p->setStub('<?php echo "first stub\n"; __HALT_COMPILER(); ?>');
69 <?php echo "first stub\n"; __HALT_COMPILER(); ?>
H A Dphar_stub_error.phpt14 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>' ."\r\n";
45 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
49 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>
52 string(50) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>

Completed in 38 milliseconds

12345678910>>...21