Home
last modified time | relevance | path

Searched refs:hi (Results 76 – 100 of 250) sorted by relevance

12345678910

/PHP-7.4/ext/phar/tests/zip/
H A Dall.phpt21 $phar->setMetadata('hi there');
22 $phar['a'] = 'hi';
52 string(2) "hi"
62 string(8) "hi there"
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);
/PHP-7.4/ext/intl/tests/
H A Ddateformat_get_locale.phpt21 'hi'
60 Creating IntlDateFormatter with locale = hi
61 After call to get_locale : locale= hi
/PHP-7.4/ext/phar/tests/
H A Dfrontcontroller9.phpt9 REQUEST_URI=/frontcontroller9.php/hi
10 PATH_INFO=/hi
H A Dphar_oo_012.phpt18 $phar['f.php'] = 'hi';
34 hi
H A Dmetadata_write.phpt18 $files['b'] = array('cont' => 'b', 'meta' => 'hi there');
19 $files['c'] = array('cont' => 'c', 'meta' => array('hi', 'there'));
20 $files['d'] = array('cont' => 'd', 'meta' => array('hi'=>'there','foo'=>'bar'));
H A Dfopen_edgecases2.phpt22 file_put_contents($pname . '/foo/hi', '<?php
30 include $pname . '/foo/hi';
41 …eam: phar error: path "oops" is a directory in phar://%sfopen_edgecases2.phar.php/foo/hi on line %d
H A Dphar_metadata_write.phpt18 $files['b'] = array('cont' => 'b', 'meta' => 'hi there');
19 $files['c'] = array('cont' => 'c', 'meta' => array('hi', 'there'));
20 $files['d'] = array('cont' => 'd', 'meta' => array('hi'=>'there','foo'=>'bar'));
H A D027.phpt52 var_dump(fwrite($a, 'hi'));
57 var_dump(opendir("phar://foo.phar/hi"));
93 …arning: opendir(phar://foo.phar/hi): failed to open dir: phar error: invalid url or non-existent p…
94 phar url "phar://foo.phar/hi" is unknown in %s027.php on line %d
H A Dfrontcontroller22.phpt19 Warning: include(./hi.php): failed to open stream: No such file or directory in phar://%s/oof/test.…
21 Warning: include(): Failed opening './hi.php' for inclusion (include_path='%s') in phar://%soof/tes…
H A Dphar_oo_012_confirm.phpt18 $phar['f.php'] = 'hi';
37 hi
H A Dmetadata_write_commit.phpt18 $files['b'] = array('cont' => 'b', 'meta' => 'hi there');
19 $files['c'] = array('cont' => 'c', 'meta' => array('hi', 'there'));
20 $files['d'] = array('cont' => 'd', 'meta' => array('hi'=>'there','foo'=>'bar'));
H A Dpharfileinfo_setmetadata.phpt14 $phar['a/b'] = 'hi there';
19 $phar['a']->setMetadata('hi');
30 $b->setMetadata('hi');
/PHP-7.4/tests/lang/
H A D021.phpt31 echo "hi\n";
42 hi
/PHP-7.4/ext/phar/tests/cache_list/
H A Dfrontcontroller9.phpt10 REQUEST_URI=/frontcontroller9.php/hi
11 PATH_INFO=/hi
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…
/PHP-7.4/ext/phar/tests/tar/
H A Dfrontcontroller9.phar.phpt9 REQUEST_URI=/frontcontroller9.phar.php/hi
10 PATH_INFO=/hi
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug70513.phpt22 $inner = 's:1:"1";a:3:{s:2:"aa";s:2:"hi";s:2:"bb";s:2:"hi";i:0;O:3:"obj":1:{s:4:"ryat";R:2;}}';
/PHP-7.4/Zend/tests/
H A Dbug62991.phpt10 yield "hi";
19 yield "hi";
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite5.phar.inc28 $phar['hi'] = "hi\n";
H A Dwrite6.phar22 0���������������������hi����p�I���zzo�������hi
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");';
/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller8.phar.inc10 $a['noext'] = 'hi';
11 $a['unknown.ext'] = '<?php var_dump("hi");';

Completed in 32 milliseconds

12345678910