Home
last modified time | relevance | path

Searched refs:h2 (Results 1 – 25 of 35) sorted by relevance

12

/PHP-5.5/ext/zip/lib/
H A Dzip_open.c398 || (h1->bitflags != h2->bitflags) in _zip_headercomp()
401 || (h1->last_mod != h2->last_mod) in _zip_headercomp()
403 || !h1->filename || !h2->filename in _zip_headercomp()
414 && (h2->crc != 0 in _zip_headercomp()
415 || h2->comp_size != 0 in _zip_headercomp()
416 || h2->uncomp_size != 0)) in _zip_headercomp()
422 if ((h1->crc != h2->crc) in _zip_headercomp()
441 || (h1->int_attrib != h2->int_attrib) in _zip_headercomp()
442 || (h1->ext_attrib != h2->ext_attrib) in _zip_headercomp()
443 || (h1->offset != h2->offset) in _zip_headercomp()
[all …]
/PHP-5.5/ext/xsl/tests/
H A Dbug53965.phpt26 <h1>Fight for your mind</h1><h2>by Ben Harper - 1995</h2><hr>
27 <h1>Electric Ladyland</h1><h2>by Jimi Hendrix - 1997</h2><hr>
H A Dxsltprocessor_transformToXML.phpt27 <h2>Users</h2>
55 <h2>Users</h2>
H A Dxsltprocessor_transformToDoc.phpt24 <h2>Users</h2>
H A Dxsltprocessor_transformToDoc_nullparam.phpt27 <h2>Users</h2>
H A Dxsltprocessor_transformToDoc_wrongparam_001.phpt27 <h2>Users</h2>
H A Dxsltprocessor_transformToDoc_wrongparam_002.phpt27 <h2>Users</h2>
H A Dxsltprocessor_transformToDoc_wrongparam_003.phpt27 <h2>Users</h2>
H A Dxsltprocessor_transformToDoc_wrongparam_004.phpt27 <h2>Users</h2>
H A Dxsltprocessor_transformToURI_nullparam.phpt27 <h2>Users</h2>
H A Dxsltprocessor_transformToURI_wrongparam_001.phpt27 <h2>Users</h2>
H A Dxsltprocessor_transformToURI_wrongparam_002.phpt27 <h2>Users</h2>
H A Dxsltprocessor_transformToURI_wrongparam_003.phpt27 <h2>Users</h2>
H A Dxsltprocessor_transformToURI_wrongparam_004.phpt27 <h2>Users</h2>
H A Dxsltprocessor_transformToXML_nullparam.phpt27 <h2>Users</h2>
H A Dxsltprocessor_transformToXML_wrongparam_001.phpt27 <h2>Users</h2>
H A Dxsltprocessor_transformToXML_wrongparam_002.phpt27 <h2>Users</h2>
H A Dxsltprocessor_transformToXML_wrongparam_003.phpt27 <h2>Users</h2>
H A Dxsltprocessor_transformToXML_wrongparam_004.phpt27 <h2>Users</h2>
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation7.phpt14 $h2 = gzopen($f, 'r');
17 var_dump(gzread($h2, 10));
20 var_dump(gzread($h2, 50));
21 // deliberately do not close $h2
/PHP-5.5/ext/hash/tests/
H A Dbug52240.phpt9 $h2 = hash_copy($h);
11 $h3 = hash_copy($h2);
12 var_dump(hash_final($h2));
/PHP-5.5/ext/xsl/tests/53965/
H A Dinclude.xsl4 <h2>by <xsl:value-of select="artist"/> - <xsl:value-of select="year"/></h2>
/PHP-5.5/ext/spl/tests/
H A Dheap_001.phpt35 $h2 = clone $h;
37 echo $h2->extract()."\n";
/PHP-5.5/ext/phar/tests/
H A Dphpinfo_004.phpt27 <h2><a name="module_Phar">Phar</a></h2>
51 <h2><a name="module_Phar">Phar</a></h2>
/PHP-5.5/ext/exif/
H A Dtest.txt166 h2 {
180 <h2>(c) Marcus B&ouml;rger, 2002</h2>
232 <h2>function exif_tagname</h2>
248 <h2>function exif_read_data for <?=count($possible)?> images</h2>

Completed in 37 milliseconds

12