Home
last modified time | relevance | path

Searched refs:hi (Results 101 – 125 of 268) sorted by relevance

1234567891011

/PHP-8.2/ext/phar/tests/
H A D027.phpt50 var_dump(fwrite($a, 'hi'));
55 var_dump(opendir("phar://foo.phar/hi"));
90 …ing: opendir(phar://foo.phar/hi): Failed to open directory: phar error: invalid url or non-existen…
91 phar url "phar://foo.phar/hi" is unknown in %s027.php on line %d
H A Dphar_oo_012_confirm.phpt18 $phar['f.php'] = 'hi';
36 hi
H A Dsecurity.phpt23 $a['hi'] = 'hi';
H A Dphar_gzip.phpt24 $files['internal/file/here'] = "hi there!\n";
34 $a['test'] = 'hi';
H A Dphar_bz2.phpt24 $files['internal/file/here'] = "hi there!\n";
34 $a['test'] = 'hi';
H A Dphar_convert_again.phpt42 $phar['a'] = 'hi';
43 $phar['a']->setMetadata('hi');
51 $data->setStub('hi');
61 $data->setAlias('hi');
123 $data->setStub('hi');
128 $data->setAlias('hi');
177 hi
/PHP-8.2/ext/phar/tests/cache_list/files/
H A Dwrite6.phar.inc29 $phar['hi'] = "hi\n";
H A Dfrontcontroller8.phar.inc10 $a['noext'] = 'hi';
11 $a['unknown.ext'] = '<?php var_dump("hi");';
H A Dwrite17.phar4 $p->setMetadata("hi");
/PHP-8.2/ext/phar/tests/files/
H A Dfrontcontroller8.phar.inc10 $a['noext'] = 'hi';
11 $a['unknown.ext'] = '<?php var_dump("hi");';
/PHP-8.2/ext/phar/tests/tar/
H A Dbignames_overflow.phpt16 $tar->addFile(str_repeat('a', 101), 'hi');
35 hi
H A Drequire_hash.phpt19 $tar->addFile('internal/file/here', "hi there!\n");
32 $phar['file'] = 'hi';
H A Dtar_gzip.phpt20 $a->addFile('internal/file/here', "hi there!\n");
33 $a['test'] = 'hi';
H A Dtar_bz2.phpt21 $tar->addFile('internal/file/here', "hi there!\n");
37 $phar['test'] = 'hi';
H A Dphar_copy.phpt23 $p['a'] = 'hi';
55 a: hib: hic: hi===DONE===
/PHP-8.2/ext/phar/tests/zip/
H A Dlargezip.phpt16 $p['big'] = str_repeat(str_repeat('hi', 100), 1000);
17 $p['big2'] = str_repeat(str_repeat('hi', 100), 1000);
H A Drequire_hash.phpt20 $zip->addFile('internal/file/here', "hi there!\n");
33 $phar['file'] = 'hi';
H A Dphar_copy.phpt22 $p['a'] = 'hi';
54 a: hib: hic: hi===DONE===
/PHP-8.2/ext/phar/tests/cache_list/
H A Dfrontcontroller22.phpt20 Warning: include(./hi.php): Failed to open stream: No such file or directory in phar://%s/oof/test.…
22 Warning: include(): Failed opening './hi.php' for inclusion (include_path='%s') in phar://%soof/tes…
H A Dcopyonwrite1.phar.phpt12 hi
H A Dcopyonwrite17.phar.phpt13 string(2) "hi"
H A Dcopyonwrite20.phar.phpt12 string(2) "hi"
H A Dcopyonwrite19.phar.phpt12 string(2) "hi"
/PHP-8.2/ext/dom/tests/
H A Dnode_textcontent.phpt20 <div id="test"><span>hi there</span></div>
37 string(8) "hi there"
H A Dbug80332_2.phpt32 test($list, 'hi');
46 list['hi'] id attribute: /

Completed in 25 milliseconds

1234567891011