Home
last modified time | relevance | path

Searched refs:comp (Results 1 – 17 of 17) sorted by relevance

/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dphar_test.inc12 $comp = NULL;
24 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
34 if (empty($comp)) $comp = $cont;
36 if (empty($clen)) $clen = strlen($comp);
46 $files[$name] = $comp;
/PHP-7.4/ext/phar/tests/files/
H A Dphar_test.inc12 $comp = NULL;
24 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
34 if (empty($comp)) $comp = $cont;
36 if (empty($clen)) $clen = strlen($comp);
46 $files[$name] = $comp;
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug64699.phpt37 $comp = $type == $type2 ? 'OK' : 'NG';
38 … echo "filetype()[".str_pad($type, 4)."] == is_dir()[".str_pad($type2, 4)."] -> $comp: {$file}\n";
/PHP-7.4/ext/phar/tests/
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 D016.phpt17 $files['a'] = array('cont'=>'a','comp'=> pack('H*', 'cbc80400'),'flags'=>0x00001000, 'ulen' => 1, '…
/PHP-7.4/ext/spl/tests/
H A Diterator_001.phpt48 public function greaterThan($comp)
50 echo get_class($this) . '::' . __FUNCTION__ . '(' . $comp . ")\n";
51 return $this->current() > $comp;
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c310 ITypeComp *comp; in com_method_get() local
318 if (SUCCEEDED(ITypeInfo_GetTypeComp(obj->typeinfo, &comp))) { in com_method_get()
322 if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) { in com_method_get()
355 ITypeComp_Release(comp); in com_method_get()
/PHP-7.4/ext/hash/tests/
H A Dfnv132.phpt131 array( "http://www.isthe.com/chongo/tech/comp/c/expert.html", "3b6eed94" ),
132 array( "http://www.isthe.com/chongo/tech/comp/calc/index.html", "445c9c58" ),
133 array( "http://www.isthe.com/chongo/tech/comp/fnv/index.html", "3db8bf9d" ),
H A Dfnv164.phpt131 array( "http://www.isthe.com/chongo/tech/comp/c/expert.html", "52a1ee85db1b5a94" ),
132 array( "http://www.isthe.com/chongo/tech/comp/calc/index.html", "6bd95b2eb37fa6b8" ),
133 array( "http://www.isthe.com/chongo/tech/comp/fnv/index.html", "74971b7077aef85d" ),
/PHP-7.4/ext/standard/
H A Dstring.c1525 const char *comp, *cend; local
1530 comp = cend = c = (char*)s;
1558 } else if ((*c == ':' && (c - comp == 1))) {
1560 comp = c;
1569 comp = c;
1576 comp = c;
1589 if (suffix != NULL && sufflen < (size_t)(cend - comp) &&
1594 len = cend - comp;
1596 ret = zend_string_init(comp, len, 0);
/PHP-7.4/ext/standard/tests/strings/
H A Dget_html_translation_table_basic5.phpt646 [∁] => &comp;
H A Dhtml_entity_decode_html5.phpt827 "&comp;",
2961 &comp; => ∁ e28881
H A Dhtmlentities_html5.phpt709 &comp; U+02201
/PHP-7.4/ext/standard/html_tables/
H A Dents_html5.txt822 comp 02201
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3284 # [never seen any but the last; -lh4- reported in comp.compression:]
17321 >30 string IBM IBM comp. Video
19944 >80 search/256 XXRINEXD RINEX Data, Observation (Hatanaka comp)
H A Dmagic3284 # [never seen any but the last; -lh4- reported in comp.compression:]
17321 >30 string IBM IBM comp. Video
19944 >80 search/256 XXRINEXD RINEX Data, Observation (Hatanaka comp)

Completed in 154 milliseconds