Home
last modified time | relevance | path

Searched refs:hi (Results 76 – 100 of 285) sorted by last modified time

12345678910>>...12

/php-src/ext/standard/tests/array/
H A Darray_fill_basic.phpt21 'hi',
22 "hi",
73 string(2) "hi"
75 string(2) "hi"
80 string(2) "hi"
82 string(2) "hi"
H A Darray_fill_variation4.phpt22 'hi',
23 "hi",
117 string(2) "hi"
119 string(2) "hi"
124 string(2) "hi"
126 string(2) "hi"
134 string(2) "hi"
136 string(2) "hi"
141 string(2) "hi"
143 string(2) "hi"
/php-src/ext/sqlite3/tests/
H A Dstream_test.inc8 public static $string = "abcdefg\0hi";
/php-src/ext/spl/tests/
H A Dbug36825.phpt11 throw new Exception("hi");
H A Dbug70166.phpt11 $v[$i] = 'hi'.$i;
H A Dbug70169.phpt11 $v[$i] = 'hi'.$i;
H A Darray_021.phpt11 throw new Exception("hi");
/php-src/ext/reflection/tests/
H A Dbug70982.phpt18 $rf->setStaticPropertyValue('abc', 'hi');
22 string(2) "hi"
/php-src/ext/phar/tests/zip/files/
H A Dfrontcontroller3.phar.inc10 static $b = array("/hi" => "a.phps");
H A Dfrontcontroller4.phar.inc10 static $b = array("/hi" => false);
H A Dcorrupt2.php.inc4 $a->addFile('hi', null, 'hii');
8 $a->addFile('hi', null, 'hii');
13 $a->addFile('hi', null, 'hii');
16 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress');
19 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 2);
22 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 3);
25 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 4);
28 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 5);
31 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 6);
34 $a->addFile('hi', null, 'hii', null, null, 'compress', 'compress', 7);
[all …]
H A Dcorrupt3.php.inc4 $a->addFile('hi', null, 'hii', null, null, null, 'extralen1');
7 $a->addFile('hi', null, 'hii');
H A Dcorrupt_count1.php.inc4 $a->addFile('hi', null, 'hii');
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-src/ext/phar/tests/zip/
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 Dlargezip.phpt16 $p['big'] = str_repeat(str_repeat('hi', 100), 1000);
17 $p['big2'] = str_repeat(str_repeat('hi', 100), 1000);
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 Drequire_hash.phpt20 $zip->addFile('internal/file/here', "hi there!\n");
33 $phar['file'] = 'hi';
H A Dfrontcontroller10.phar.phpt9 REQUEST_URI=/frontcontroller10.phar.php/hi
10 PATH_INFO=/hi
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 Dphar_oo_compressallbz2.phpt37 $phar['d'] = 'hi'; // increases code coverage by having ufp open
H A Dunixzip.phpt16 if (isset($a['notempty/hi.txt'])) {
17 echo $a['notempty/hi.txt']->getPathName() . "\n";
23 hi there
/php-src/ext/phar/tests/tar/files/
H A Dfrontcontroller3.phar.inc10 static $b = array("/hi" => "a.phps");

Completed in 40 milliseconds

12345678910>>...12