Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 747) sorted by relevance

12345678910>>...30

/PHP-5.5/Zend/
H A DZendCore.dep5 ".\zend_alloc.h"\
12 ".\zend.h"\
21 ".\zend.h"\
38 ".\zend.h"\
53 ".\zend.h"\
71 ".\zend.h"\
90 ".\zend.h"\
101 ".\zend.h"\
118 ".\zend.h"\
137 ".\zend.h"\
[all …]
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A DMakefile.am70 cp932_table.h \
71 html_entities.h \
72 mbfilter_7bit.h \
73 mbfilter_ascii.h \
75 mbfilter_big5.h \
92 mbfilter_hz.h \
111 mbfilter_jis.h \
116 mbfilter_sjis.h \
122 mbfilter_uhc.h \
134 unicode_prop.h \
[all …]
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A DMakefile28 onigheaders = oniguruma.h regint.h regparse.h regenc.h st.h
85 $(CP) win32\config.h config.h
97 regparse.obj: regparse.c $(onigheaders) config.h st.h
101 regexec.obj: regexec.c regint.h regenc.h oniguruma.h config.h
102 reggnu.obj: reggnu.c regint.h regenc.h oniguruma.h config.h oniggnu.h
103 regerror.obj: regerror.c regint.h regenc.h oniguruma.h config.h
104 regenc.obj: regenc.c regenc.h oniguruma.h config.h
105 regsyntax.obj: regsyntax.c regint.h regenc.h oniguruma.h config.h
106 regversion.obj: regversion.c oniguruma.h config.h
109 st.obj: st.c regint.h oniguruma.h config.h st.h
[all …]
/PHP-5.5/ext/spl/tests/
H A Dheap_007.phpt5 $h = new SplMaxHeap();
7 $h->insert(1);
8 $h->insert(5);
9 $h->insert(0);
10 $h->insert(4);
12 $h->rewind();
13 echo "count(\$h) = ".count($h)."\n";
14 echo "\$h->count() = ".$h->count()."\n";
20 $h->next();
26 count($h) = 4
[all …]
H A Dpqueue_003.phpt7 $h->insert(1, 1);
8 $h->insert(5, 5);
9 $h->insert(0, 0);
10 $h->insert(4, 4);
12 $h->rewind();
13 echo "count(\$h) = ".count($h)."\n";
14 echo "\$h->count() = ".$h->count()."\n";
16 $k = $h->key();
19 $h->next();
25 count($h) = 4
[all …]
H A Dheap_001.phpt5 $h = new SplMaxHeap();
9 $h->extract();
15 $h->insert(1);
16 $h->insert(2);
17 $h->insert(3);
18 $h->insert(3);
19 $h->insert(3);
21 echo $h->count()."\n";
27 echo $h->count()."\n";
32 $h->insert($b);
[all …]
H A Dheap_002.phpt5 $h = new SplMinHeap();
9 $h->extract();
15 $h->insert(1);
16 $h->insert(2);
17 $h->insert(3);
18 $h->insert(3);
19 $h->insert(3);
21 echo $h->count()."\n";
22 echo $h->extract()."\n";
27 echo $h->count()."\n";
[all …]
H A Dheap_011.phpt10 $h = new SplMinHeap2();
11 $h->insert(1);
12 $h->insert(6);
13 $h->insert(5);
14 $h->insert(2);
15 var_dump($h->top());
23 $h->insert(1);
24 $h->insert(6);
25 $h->insert(5);
26 $h->insert(2);
[all …]
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A DMakefile.am15 eaw_table.h
22 mbfl_consts.h \
23 mbfl_encoding.h \
24 mbfl_language.h \
25 mbfl_string.h \
26 mbfl_convert.h \
27 mbfl_ident.h \
30 mbfl_defs.h \
32 mbfilter_pass.h \
33 mbfilter_wchar.h \
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt29 fwrite($h, $out1);
32 fwrite($h, $out2);
34 var_dump(feof($h));
36 fwrite($h, $out3);
39 fclose($h);
43 fread($h,1024);
44 var_dump(feof($h));
45 fread($h,1);
48 fwrite($h, $out);
50 fread($h,1);
[all …]
H A Dfopen_variation5.phpt67 fclose($h);
72 fpassthru($h);
73 fclose($h);
79 fclose($h);
83 fpassthru($h);
84 fclose($h);
90 fclose($h);
95 fclose($h);
104 fclose($h);
110 fclose($h);
[all …]
H A Dfopen_variation8.phpt66 fclose($h);
71 fpassthru($h);
72 fclose($h);
78 fclose($h);
82 fpassthru($h);
83 fclose($h);
89 fclose($h);
94 fclose($h);
103 fclose($h);
109 fclose($h);
[all …]
/PHP-5.5/ext/mbstring/libmbfl/nls/
H A DMakefile.am15 nls_ja.h \
16 nls_de.h \
17 nls_en.h \
18 nls_hy.h \
19 nls_tr.h \
20 nls_kr.h \
21 nls_ru.h \
22 nls_ua.h \
23 nls_zh.h \
24 nls_uni.h \
[all …]
/PHP-5.5/ext/spl/
H A Dconfig.w327 …pl.h spl_array.h spl_directory.h spl_engine.h spl_exceptions.h spl_functions.h spl_iterators.h spl…
H A Dconfig.m48 #include "Zend/zend_types.h"
26 …pl.h spl_array.h spl_directory.h spl_engine.h spl_exceptions.h spl_functions.h spl_iterators.h spl…
/PHP-5.5/ext/hash/
H A Dconfig.w3220 PHP_INSTALL_HEADERS("ext/hash/", "php_hash.h php_hash_md.h php_hash_sha.h php_hash_ripemd.h " +
21 "php_hash_haval.h php_hash_tiger.h php_hash_gost.h php_hash_snefru.h " +
22 "php_hash_whirlpool.h php_hash_adler32.h php_hash_crc32.h " +
23 "php_hash_types.h");
H A Dconfig.m431 EXT_HASH_HEADERS="php_hash.h php_hash_md.h php_hash_sha.h php_hash_ripemd.h \
32 php_hash_haval.h php_hash_tiger.h php_hash_gost.h php_hash_snefru.h \
33 php_hash_whirlpool.h php_hash_adler32.h php_hash_crc32.h \
34 php_hash_fnv.h php_hash_joaat.h php_hash_types.h"
/PHP-5.5/ext/zlib/tests/
H A Dgzseek_basic2.phpt12 $h = gzopen($f, 'w');
15 gzwrite($h, $str1);
16 echo "tell=".gztell($h)."\n";
19 gzseek($h, strlen($str1) + 20);
20 echo "tell=".gztell($h)."\n";
21 gzwrite($h, $str2);
22 echo "tell=".gztell($h)."\n";
23 gzclose($h);
25 $h = gzopen($f, 'r');
27 var_dump(bin2hex(gzread($h, 20)));
[all …]
H A Dgzseek_variation4.phpt12 $h = gzopen($f, 'w');
15 gzwrite($h, $str1);
16 echo "tell=".gztell($h)."\n";
20 echo "tell=".gztell($h)."\n";
21 gzwrite($h, $str2);
22 echo "tell=".gztell($h)."\n";
23 gzclose($h);
25 $h = gzopen($f, 'r');
26 echo gzread($h, strlen($str1))."\n";
27 var_dump(bin2hex(gzread($h, 20)));
[all …]
H A Dgzseek_variation5.phpt12 $h = gzopen($f, 'w');
15 gzwrite($h, $str1);
16 echo "tell=".gztell($h)."\n";
19 gzseek($h, 20, SEEK_CUR);
20 echo "tell=".gztell($h)."\n";
21 gzwrite($h, $str2);
22 echo "tell=".gztell($h)."\n";
23 gzclose($h);
25 $h = gzopen($f, 'r');
27 var_dump(bin2hex(gzread($h, 20)));
[all …]
H A Dgzread_variation1.phpt13 $h = gzopen($filename, 'w');
15 var_dump(gzread($h, 100));
16 gzwrite( $h, $str);
17 var_dump(gzread($h, 100));
18 gzrewind($h);
19 var_dump(gzread($h, 100));
20 gzclose($h);
22 $h = gzopen($filename, 'r');
23 gzpassthru($h);
24 gzclose($h);
H A Dgzopen_variation6.phpt21 $h = gzopen($absfile, "w");
23 gzclose($h);
25 $h = gzopen($relfile, "w");
26 gzwrite($h, "This is a relative file");
27 gzclose($h);
29 $h = gzopen($absfile, "r");
30 gzpassthru($h);
31 fclose($h);
34 $h = gzopen($relfile, "r");
35 gzpassthru($h);
[all …]
H A Dgzrewind_basic.phpt12 $h = gzopen($f, 'r');
14 var_dump(gzrewind($h));
15 var_dump(gztell($h));
16 echo "\nfirst 30 characters=".gzread($h, 30)."\n";
17 var_dump(gztell($h));
18 gzrewind($h);
19 var_dump(gztell($h));
20 echo "first 10 characters=".gzread($h, 10)."\n";
21 gzrewind($h);
22 echo "first 20 characters=".gzread($h, 20)."\n";
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c179 h->h_magic = CDF_TOLE8(h->h_magic); in cdf_swap_header()
180 h->h_uuid[0] = CDF_TOLE8(h->h_uuid[0]); in cdf_swap_header()
181 h->h_uuid[1] = CDF_TOLE8(h->h_uuid[1]); in cdf_swap_header()
182 h->h_revision = CDF_TOLE2(h->h_revision); in cdf_swap_header()
183 h->h_version = CDF_TOLE2(h->h_version); in cdf_swap_header()
184 h->h_byte_order = CDF_TOLE2(h->h_byte_order); in cdf_swap_header()
185 h->h_sec_size_p2 = CDF_TOLE2(h->h_sec_size_p2); in cdf_swap_header()
281 CDF_SHORT_SEC_SIZE(h) : CDF_SEC_SIZE(h); in cdf_check_stream_offset()
1076 h->h_ ## b, 1 << h->h_ ## b) in cdf_dump_header()
1140 CDF_SHORT_SEC_SIZE(h) : CDF_SEC_SIZE(h); in cdf_dump_stream()
[all …]
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure.in4 AM_CONFIG_HEADER(config.h)
12 AC_CHECK_HEADERS(stdarg.h stddef.h stdlib.h string.h limits.h unistd.h lib.h)

Completed in 55 milliseconds

12345678910>>...30