Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dphar_test.inc14 $comp = NULL;
26 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
36 if (empty($comp)) $comp = $cont;
38 if (empty($clen)) $clen = strlen($comp);
48 $files[$name] = $comp;
/PHP-5.5/ext/phar/tests/files/
H A Dphar_test.inc14 $comp = NULL;
26 foreach(array('comp','crc32','clen','ulen','time','flags','perm','meta','cont') as $what)
36 if (empty($comp)) $comp = $cont;
38 if (empty($clen)) $clen = strlen($comp);
48 $files[$name] = $comp;
/PHP-5.5/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-5.5/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'=>b'a','comp'=> (binary)pack('H*', 'cbc80400'),'flags'=>0x00001000, 'ulen…
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c294 ITypeComp *comp; in com_method_get() local
302 if (SUCCEEDED(ITypeInfo_GetTypeComp(obj->typeinfo, &comp))) { in com_method_get()
306 if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) { in com_method_get()
339 ITypeComp_Release(comp); in com_method_get()
/PHP-5.5/ext/hash/tests/
H A Dfnv132.phpt133 array( "http://www.isthe.com/chongo/tech/comp/c/expert.html", "3b6eed94" ),
134 array( "http://www.isthe.com/chongo/tech/comp/calc/index.html", "445c9c58" ),
135 array( "http://www.isthe.com/chongo/tech/comp/fnv/index.html", "3db8bf9d" ),
H A Dfnv164.phpt133 array( "http://www.isthe.com/chongo/tech/comp/c/expert.html", "52a1ee85db1b5a94" ),
134 array( "http://www.isthe.com/chongo/tech/comp/calc/index.html", "6bd95b2eb37fa6b8" ),
135 array( "http://www.isthe.com/chongo/tech/comp/fnv/index.html", "74971b7077aef85d" ),
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c151 ac_uint4 comp; member
1263 comps[cu].comp = decomps[i].code;
1542 (unsigned long) comps[i].comp, (unsigned long) comps[i].count, in write_cdata()
/PHP-5.5/ext/standard/
H A Dstring.c1430 char *ret = NULL, *c, *comp, *cend; local
1434 c = comp = cend = (char*)s;
1462 } else if ((*c == ':' && (c - comp == 1))) {
1464 comp = c;
1473 comp = c;
1480 comp = c;
1493 if (suffix != NULL && sufflen < (uint)(cend - comp) &&
1498 len = cend - comp;
1502 memcpy(ret, comp, len);
/PHP-5.5/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-5.5/ext/standard/html_tables/
H A Dents_html5.txt822 comp 02201
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2109 # [never seen any but the last; -lh4- reported in comp.compression:]
10694 >30 string IBM IBM comp. Video
15514 >80 search/256 XXRINEXD RINEX Data, Observation (Hatanaka comp)

Completed in 89 milliseconds