Home
last modified time | relevance | path

Searched refs:cont (Results 1 – 25 of 34) sorted by relevance

12

/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dphar_test.inc8 foreach($files as $name => $cont)
22 if (is_array($cont))
24 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
26 if (isset($cont[$what]))
28 $$what = $cont[$what];
34 if (empty($comp)) $comp = $cont;
35 if (empty($ulen)) $ulen = strlen($cont);
37 if (empty($crc32))$crc32= crc32((binary)$cont);
57 foreach($files as $cont)
59 $file .= (binary)$cont;
/PHP-7.4/ext/phar/tests/files/
H A Dphar_test.inc8 foreach($files as $name => $cont)
22 if (is_array($cont))
24 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
26 if (isset($cont[$what]))
28 $$what = $cont[$what];
34 if (empty($comp)) $comp = $cont;
35 if (empty($ulen)) $ulen = strlen($cont);
37 if (empty($crc32))$crc32= crc32((binary)$cont);
57 foreach($files as $cont)
59 $file .= (binary)$cont;
/PHP-7.4/ext/phar/tests/
H A Dmetadata_read.phpt16 $files['a'] = array('cont' => 'a');
17 $files['b'] = array('cont' => 'b', 'meta' => 'hi there');
18 $files['c'] = array('cont' => 'c', 'meta' => array('hi', 'there'));
19 $files['d'] = array('cont' => 'd', 'meta' => array('hi'=>'there','foo'=>'bar'));
22 foreach($files as $name => $cont) {
27 foreach($files as $name => $cont) {
33 foreach($files as $name => $cont) {
H A Dmetadata_write_commit.phpt17 $files['a'] = array('cont' => 'a');
18 $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'));
23 foreach($files as $name => $cont) {
34 foreach($files as $name => $cont) {
43 foreach($files as $name => $cont) {
47 foreach($files as $name => $cont) {
H A Dmetadata_write.phpt17 $files['a'] = array('cont' => 'a');
18 $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'));
23 foreach($files as $name => $cont) {
33 foreach($files as $name => $cont) {
39 foreach($files as $name => $cont) {
H A Dphar_metadata_write.phpt17 $files['a'] = array('cont' => 'a');
18 $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'));
23 foreach($files as $name => $cont) {
37 foreach($files as $name => $cont) {
43 foreach($files as $name => $cont) {
H A Dphar_metadata_read.phpt18 $files['a'] = array('cont' => 'a');
19 $files['b'] = array('cont' => 'b');
20 $files['c'] = array('cont' => 'c', 'meta' => array('hi', 'there'));
21 $files['d'] = array('cont' => 'd', 'meta' => array('hi'=>'there','foo'=>'bar'));
24 foreach($files as $name => $cont) {
35 foreach($files as $name => $cont) {
45 foreach($files as $name => $cont) {
H A D016.phpt17 $files['a'] = array('cont'=>'a','comp'=> pack('H*', 'cbc80400'),'flags'=>0x00001000, 'ulen' => 1, '…
19 $files['c'] = array('cont'=>'*');
H A D015.phpt15 $files['a'] = array('cont'=>'a','comp'=>chr(75) . chr(4) . chr(0) /* 'a' gzdeflated */, 'flags'=>0x…
H A D015b.phpt15 $files['a'] = array('cont'=>'Hello World', 'comp'=>pack('H*', '425a6834314159265359065c89da00000097…
H A D013.phpt15 $files['a'] = array('cont'=>'a', 'ulen'=>2, 'clen'=>2);
H A D014.phpt15 $files['a'] = array('cont'=>'a', 'crc32'=>crc32('aX'));
H A D011.phpt18 $files['a'] = array('cont'=>'a','ulen'=>1,'clen'=>2);
H A D016b.phpt16 $files['a'] = array('cont'=>'a','flags'=>0x00001000, 'clen' => 1);
H A Dpharfileinfo_getcrc32.phpt19 $files['a/subdir/here'] = array('cont'=>'a','ulen'=>1,'clen'=>1);
/PHP-7.4/ext/phar/tests/zip/
H A Dmetadata_write_commit.phpt20 $files['a'] = array('cont' => 'a');
21 $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'));
25 foreach($files as $name => $cont) {
38 foreach($files as $name => $cont) {
47 foreach($files as $name => $cont) {
51 foreach($files as $name => $cont) {
/PHP-7.4/Zend/tests/
H A Dbug34873.phpt13 $cont = array();
14 $cont["mykey"] = "myvalue";
16 foreach ($cont as $this->var['key'] => $this->var['value'])
/PHP-7.4/ext/ffi/tests/
H A D301-win32.phpt12 $cont = str_replace(
17 file_put_contents($fn, $cont);
/PHP-7.4/ext/pdo/tests/
H A Dpdo_019.phpt29 $cont = $stmt->fetchAll(PDO::FETCH_COLUMN|PDO::FETCH_UNIQUE);
30 var_dump($cont);
H A Dpdo_016.phpt35 $cont = $stmt2->fetchAll(PDO::FETCH_COLUMN|PDO::FETCH_UNIQUE);
36 var_dump($cont);
56 foreach($cont as $idx => $txt)
84 foreach($cont as $idx => $txt)
H A Dpdo_016a.phpt35 $cont = $stmt2->fetchAll(PDO::FETCH_COLUMN|PDO::FETCH_UNIQUE);
36 var_dump($cont);
56 foreach($cont as $idx => $txt)
84 foreach($cont as $idx => $txt)
/PHP-7.4/ext/filter/tests/
H A D056.phpt14 'cont-ains.h-yph-en-s.com',
48 string(24) "cont-ains.h-yph-en-s.com"
/PHP-7.4/Zend/tests/try/
H A Dtry_catch_finally_005.phpt2 Try catch finally (break / cont in try block)
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation11.phpt54 . It als o cont ains
73 o cont
93 .)speci@! ch@r$(It als)speci@! ch@r$(o cont)speci@! ch@r$(ains
/PHP-7.4/main/
H A Dreentrancy.c338 cont: in php_strtok_r()
344 goto cont; in php_strtok_r()

Completed in 27 milliseconds

12