/PHP-8.1/ext/phar/tests/files/ |
H A D | phar_test.inc | 8 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-8.1/ext/phar/tests/cache_list/files/ |
H A D | phar_test.inc | 8 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-8.1/ext/phar/tests/ |
H A D | metadata_write_commit.phpt | 15 $files['a'] = array('cont' => 'a'); 16 $files['b'] = array('cont' => 'b', 'meta' => 'hi there'); 17 $files['c'] = array('cont' => 'c', 'meta' => array('hi', 'there')); 18 $files['d'] = array('cont' => 'd', 'meta' => array('hi'=>'there','foo'=>'bar')); 21 foreach($files as $name => $cont) { 32 foreach($files as $name => $cont) { 41 foreach($files as $name => $cont) { 45 foreach($files as $name => $cont) {
|
H A D | metadata_read.phpt | 14 $files['a'] = array('cont' => 'a'); 15 $files['b'] = array('cont' => 'b', 'meta' => 'hi there'); 16 $files['c'] = array('cont' => 'c', 'meta' => array('hi', 'there')); 17 $files['d'] = array('cont' => 'd', 'meta' => array('hi'=>'there','foo'=>'bar')); 20 foreach($files as $name => $cont) { 25 foreach($files as $name => $cont) { 31 foreach($files as $name => $cont) {
|
H A D | metadata_write.phpt | 15 $files['a'] = array('cont' => 'a'); 16 $files['b'] = array('cont' => 'b', 'meta' => 'hi there'); 17 $files['c'] = array('cont' => 'c', 'meta' => array('hi', 'there')); 18 $files['d'] = array('cont' => 'd', 'meta' => array('hi'=>'there','foo'=>'bar')); 21 foreach($files as $name => $cont) { 31 foreach($files as $name => $cont) { 37 foreach($files as $name => $cont) {
|
H A D | phar_metadata_write.phpt | 15 $files['a'] = array('cont' => 'a'); 16 $files['b'] = array('cont' => 'b', 'meta' => 'hi there'); 17 $files['c'] = array('cont' => 'c', 'meta' => array('hi', 'there')); 18 $files['d'] = array('cont' => 'd', 'meta' => array('hi'=>'there','foo'=>'bar')); 21 foreach($files as $name => $cont) { 35 foreach($files as $name => $cont) { 41 foreach($files as $name => $cont) {
|
H A D | phar_metadata_read.phpt | 16 $files['a'] = array('cont' => 'a'); 17 $files['b'] = array('cont' => 'b'); 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) { 33 foreach($files as $name => $cont) { 43 foreach($files as $name => $cont) {
|
H A D | phar_metadata_write2.phpt | 15 $files['a'] = array('cont' => 'a'); 18 foreach($files as $name => $cont) {
|
H A D | 016.phpt | 17 $files['a'] = array('cont'=>'a','comp'=> pack('H*', 'cbc80400'),'flags'=>0x00001000, 'ulen' => 1, '… 19 $files['c'] = array('cont'=>'*');
|
H A D | 015.phpt | 15 $files['a'] = array('cont'=>'a','comp'=>chr(75) . chr(4) . chr(0) /* 'a' gzdeflated */, 'flags'=>0x…
|
H A D | 015b.phpt | 15 $files['a'] = array('cont'=>'Hello World', 'comp'=>pack('H*', '425a6834314159265359065c89da00000097…
|
H A D | 013.phpt | 15 $files['a'] = array('cont'=>'a', 'ulen'=>2, 'clen'=>2);
|
H A D | 014.phpt | 15 $files['a'] = array('cont'=>'a', 'crc32'=>crc32('aX'));
|
H A D | 016b.phpt | 16 $files['a'] = array('cont'=>'a','flags'=>0x00001000, 'clen' => 1);
|
H A D | 011.phpt | 18 $files['a'] = array('cont'=>'a','ulen'=>1,'clen'=>2);
|
/PHP-8.1/ext/phar/tests/zip/ |
H A D | metadata_write_commit.phpt | 18 $files['a'] = array('cont' => 'a'); 19 $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')); 23 foreach($files as $name => $cont) { 36 foreach($files as $name => $cont) { 45 foreach($files as $name => $cont) { 49 foreach($files as $name => $cont) {
|
/PHP-8.1/Zend/tests/ |
H A D | bug34873.phpt | 13 $cont = array(); 14 $cont["mykey"] = "myvalue"; 16 foreach ($cont as $this->var['key'] => $this->var['value'])
|
/PHP-8.1/ext/ffi/tests/ |
H A D | 301-win32.phpt | 13 $cont = str_replace( 18 file_put_contents($fn, $cont);
|
/PHP-8.1/ext/pdo/tests/ |
H A D | pdo_019.phpt | 30 $cont = $stmt->fetchAll(PDO::FETCH_COLUMN|PDO::FETCH_UNIQUE); 31 var_dump($cont);
|
H A D | pdo_016.phpt | 36 $cont = $stmt2->fetchAll(PDO::FETCH_COLUMN|PDO::FETCH_UNIQUE); 37 var_dump($cont); 57 foreach($cont as $idx => $txt) 85 foreach($cont as $idx => $txt)
|
H A D | pdo_016a.phpt | 36 $cont = $stmt2->fetchAll(PDO::FETCH_COLUMN|PDO::FETCH_UNIQUE); 37 var_dump($cont); 57 foreach($cont as $idx => $txt) 85 foreach($cont as $idx => $txt)
|
/PHP-8.1/ext/filter/tests/ |
H A D | 056.phpt | 14 'cont-ains.h-yph-en-s.com', 48 string(24) "cont-ains.h-yph-en-s.com"
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | chunk_split_variation11.phpt | 48 . It als o cont ains 67 o cont 87 .)speci@! ch@r$(It als)speci@! ch@r$(o cont)speci@! ch@r$(ains
|
/PHP-8.1/Zend/tests/try/ |
H A D | try_catch_finally_005.phpt | 2 Try catch finally (break / cont in try block)
|
/PHP-8.1/main/ |
H A D | reentrancy.c | 278 cont: in php_strtok_r() 284 goto cont; in php_strtok_r()
|