Home
last modified time | relevance | path

Searched refs:hi (Results 51 – 75 of 268) sorted by relevance

1234567891011

/PHP-8.2/ext/phar/tests/tar/
H A Dlinks6.phpt18 hi there
20 hi there
22 hi there
H A Dlinks.phpt27 string(3) "hi
29 string(3) "hi
31 string(3) "hi
H A Dall.phpt17 $phar->setMetadata('hi there');
18 $phar['a'] = 'hi';
43 string(2) "hi"
50 string(8) "hi there"
H A Dlinks4.phpt18 hi
19 hi
/PHP-8.2/ext/phar/tests/zip/
H A Dmetadata_write_commit.phpt19 $files['b'] = array('cont' => 'b', 'meta' => 'hi there');
20 $files['c'] = array('cont' => 'c', 'meta' => array('hi', 'there'));
21 $files['d'] = array('cont' => 'd', 'meta' => array('hi'=>'there','foo'=>'bar'));
34 $phar->setMetadata('hi');
83 string(2) "hi"
H A Dunixzip.phpt16 if (isset($a['notempty/hi.txt'])) {
17 echo $a['notempty/hi.txt']->getPathName() . "\n";
23 hi there
/PHP-8.2/ext/zlib/tests/
H A Dob_002.phpt12 echo "hi\n";
15 hi
H A Dob_005.phpt19 echo "hi\n";
22 hi
H A Dob_gzhandler_legacy_002.phpt21 echo "hi\n";
24 hi
/PHP-8.2/ext/standard/tests/file/
H A Dphp_fd_wrapper_01.phpt6 fwrite($f, "hi!");
11 hi!
H A Dphp_fd_wrapper_02.phpt6 fwrite($f, "hi!");
11 hi!
/PHP-8.2/Zend/tests/
H A Dns_080.phpt6 echo "hi\n";
15 hi
H A Dbug69167.phpt10 call_user_func($cb, 'hi');
16 hi
/PHP-8.2/ext/phar/tests/
H A Dinvalid_setstubalias.phpt14 $p['.phar/stub.php'] = 'hi';
19 $p['.phar/alias.txt'] = 'hi';
25 $p['.phar/stub.php'] = 'hi';
30 $p['.phar/alias.txt'] = 'hi';
H A Dphar_oo_getcontents.phpt14 $phar->addEmptyDir('hi');
22 echo $phar['hi']->getContent(), "\n";
36 phar error: Cannot retrieve contents, "hi" in phar "%sphar_oo_getcontents.phar.php" is a directory
H A Dfrontcontroller10.phpt9 REQUEST_URI=/frontcontroller10.php/hi
10 PATH_INFO=/hi
/PHP-8.2/ext/dom/tests/
H A Dgh10234.phpt24 $attribute->textContent = '<b>hi</b>';
46 $document->documentElement->textContent = '<b>hi</b>';
69 string(9) "<b>hi</b>"
70 string(54) "<element attribute="&lt;b&gt;hi&lt;/b&gt;"></element>
85 string(9) "<b>hi</b>"
86 string(78) "<element attribute="quote '&quot;test&quot;'">&lt;b&gt;hi&lt;/b&gt;</element>
H A Dbug80332_1.phpt35 // This one should fail because there is no 'hi' attribute
36 test($span, 'hi');
66 Attribute ['hi'] name: /
67 Attribute ['hi'] value: /
68 Attribute ['hi'] isset: no
/PHP-8.2/ext/phar/tests/cache_list/files/
H A Dwrite8.phar5 $p->setAlias("hi");
9 6���������������������test.txt���t��H���zzo�������hi
H A Dwrite8.phar.inc11 $p->setAlias("hi");
16 $phar['test.txt'] = "hi
/PHP-8.2/ext/reflection/tests/
H A Dbug70982.phpt18 $rf->setStaticPropertyValue('abc', 'hi');
22 string(2) "hi"
/PHP-8.2/ext/phar/tests/cache_list/
H A Dcopyonwrite2.phar.phpt12 string(2) "hi"
14 string(2) "hi"
/PHP-8.2/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-10.phpt13 echo mb_ereg_replace("123","def\\g\\\\hi\\",$a);
16 abcdef\g\\hi\
/PHP-8.2/ext/phar/tests/zip/files/
H A Dcorrupt3.php.inc4 $a->addFile('hi', null, 'hii', null, null, null, 'extralen1');
7 $a->addFile('hi', null, 'hii');
/PHP-8.2/sapi/phpdbg/tests/
H A Dgh12675.phpt6 ev file_put_contents("gh12675_1.tmp", "<?php echo 'hi';\necho 2;")
7 ev file_put_contents("gh12675_2.tmp", "<?php echo 'hi';")
24 prompt> hi

Completed in 34 milliseconds

1234567891011