Home
last modified time | relevance | path

Searched refs:hi (Results 201 – 225 of 250) sorted by path

12345678910

/PHP-7.4/ext/phar/tests/zip/files/
H A Dfrontcontroller4.phar.inc10 static $b = array("/hi" => false);
H A Dmetadata.phar.inc6 $a['b']->setMetadata('hi there');
8 $a['c']->setMetadata(array('hi', 'there'));
10 $a['d']->setMetadata(array('hi'=>'there','foo'=>'bar'));
/PHP-7.4/ext/phar/tests/zip/
H A Dfrontcontroller10.phar.phpt9 REQUEST_URI=/frontcontroller10.phar.php/hi
10 PATH_INFO=/hi
H A Dfrontcontroller21.phar.phpt11 REQUEST_URI=/frontcontroller21.phar.php/index.php?test=hi
13 QUERY_STRING=test=hi
22 string(18) "/index.php?test=hi"
26 string(45) "/frontcontroller21.phar.php/index.php?test=hi"
H A Dfrontcontroller9.phar.phpt9 REQUEST_URI=/frontcontroller9.phar.php/hi
10 PATH_INFO=/hi
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 Dmetadata_write_commit.phpt21 $files['b'] = array('cont' => 'b', 'meta' => 'hi there');
22 $files['c'] = array('cont' => 'c', 'meta' => array('hi', 'there'));
23 $files['d'] = array('cont' => 'd', 'meta' => array('hi'=>'there','foo'=>'bar'));
36 $phar->setMetadata('hi');
86 string(2) "hi"
H A Dphar_commitwrite.phpt11 $p['file1.txt'] = 'hi';
H A Dphar_convert_phar.phpt25 $phar['a'] = 'hi there';
H A Dphar_copy.phpt22 $p['a'] = 'hi';
54 a: hib: hic: hi===DONE===
H A Dphar_oo_compressallbz2.phpt37 $phar['d'] = 'hi'; // increases code coverage by having ufp open
H A Dphar_setsignaturealgo2.phpt20 $p['file1.txt'] = 'hi';
H A Dphar_stub.phpt56 $phar['testing'] = 'hi';
H A Dunixzip.phpt16 if (isset($a['notempty/hi.txt'])) {
17 echo $a['notempty/hi.txt']->getPathName() . "\n";
24 hi there
/PHP-7.4/ext/reflection/tests/
H A Dbug70982.phpt18 $rf->setStaticPropertyValue('abc', 'hi');
22 string(2) "hi"
/PHP-7.4/ext/session/tests/
H A Dbug60634.phpt41 echo "um, hi\n";
H A Dbug60634_error_1.phpt43 echo "um, hi\n";
H A Dbug60634_error_2.phpt43 echo "um, hi\n";
H A Dbug60634_error_5.phpt42 echo "um, hi\n";
/PHP-7.4/ext/spl/tests/
H A Darray_021.phpt11 throw new Exception("hi");
H A Dbug36825.phpt11 throw new Exception("hi");
H A Dbug70166.phpt11 $v[$i] = 'hi'.$i;
H A Dbug70168.phpt11 $v[$i] = 'hi'.$i;
H A Dbug70169.phpt11 $v[$i] = 'hi'.$i;
/PHP-7.4/ext/sqlite3/tests/
H A Dstream_test.inc7 public static $string = "abcdefg\0hi";

Completed in 33 milliseconds

12345678910