Home
last modified time | relevance | path

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

12345678910>>...26

/php-src/ext/hash/
H A Dhash_murmur.c48 ctx->h = 0; in PHP_MURMUR3AInit()
51 ctx->h = 0; in PHP_MURMUR3AInit()
65 ctx->h = PMurHash32_Result(ctx->h, ctx->carry, ctx->len); in PHP_MURMUR3AFinal()
75 copy_context->h = orig_context->h; in PHP_MURMUR3ACopy()
109 memset(&ctx->h, 0, sizeof ctx->h); in PHP_MURMUR3CInit()
112 memset(&ctx->h, 0, sizeof ctx->h); in PHP_MURMUR3CInit()
127 PMurHash128x86_Result(ctx->h, ctx->carry, ctx->len, h); in PHP_MURMUR3CFinal()
149 memcpy(&copy_context->h, &orig_context->h, sizeof orig_context->h); in PHP_MURMUR3CCopy()
181 memset(&ctx->h, 0, sizeof ctx->h); in PHP_MURMUR3FInit()
184 memset(&ctx->h, 0, sizeof ctx->h); in PHP_MURMUR3FInit()
[all …]
H A Dconfig.w3225 if (!CHECK_HEADER_ADD_INCLUDE('KeccakHash.h', 'CFLAGS_HASH', hash_sha3_dir)) {
34 PHP_INSTALL_HEADERS('ext/hash', 'php_hash.h php_hash_md.h php_hash_sha.h ' +
35 'php_hash_ripemd.h php_hash_haval.h php_hash_tiger.h ' +
36 'php_hash_gost.h php_hash_snefru.h php_hash_whirlpool.h ' +
37 'php_hash_adler32.h php_hash_crc32.h php_hash_sha3.h ' +
38 'php_hash_murmur.h php_hash_xxhash.h php_hash_fnv.h ' +
39 'php_hash_joaat.h xxhash/xxhash.h');
H A Dconfig.m440 EXT_HASH_HEADERS="php_hash.h php_hash_md.h php_hash_sha.h php_hash_ripemd.h \
41 php_hash_haval.h php_hash_tiger.h php_hash_gost.h php_hash_snefru.h \
42 php_hash_whirlpool.h php_hash_adler32.h php_hash_crc32.h \
43 php_hash_fnv.h php_hash_joaat.h php_hash_sha3.h php_hash_murmur.h \
44 php_hash_xxhash.h xxhash/xxhash.h"
/php-src/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();
24 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();
23 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-src/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt19 fwrite($h, $out1);
22 fwrite($h, $out2);
24 var_dump(feof($h));
26 fwrite($h, $out3);
29 fclose($h);
33 fread($h,1024);
34 var_dump(feof($h));
35 fread($h,1);
38 fwrite($h, $out);
40 fread($h,1);
[all …]
H A Dfopen_variation5.phpt58 fclose($h);
63 fpassthru($h);
64 fclose($h);
70 fclose($h);
74 fpassthru($h);
75 fclose($h);
81 fclose($h);
86 fclose($h);
95 fclose($h);
101 fclose($h);
[all …]
H A Dfopen_variation8.phpt57 fclose($h);
62 fpassthru($h);
63 fclose($h);
69 fclose($h);
73 fpassthru($h);
74 fclose($h);
80 fclose($h);
85 fclose($h);
94 fclose($h);
100 fclose($h);
[all …]
H A Dfopen_variation6.phpt11 $h = fopen($absfile, "w");
12 fwrite($h, "This is an absolute file");
13 fclose($h);
15 $h = fopen($relfile, "w");
16 fwrite($h, "This is a relative file");
17 fclose($h);
20 $h = fopen($absfile, "r", true, $ctx);
21 fpassthru($h);
22 fclose($h);
26 fpassthru($h);
[all …]
/php-src/Zend/asm/
H A Djump_i386_ms_pe_masm.asm10 ; | 0h | 04h | 08h | 0ch | 010h | 014h | 018h | 01ch |
17 ; | 020h | 024h | 028h | 02ch | 030h | 034h | 038h | 03ch |
35 fnstcw [esp+04h]
40 mov edx, fs:[018h]
43 mov eax, [edx+010h]
44 mov [esp+08h], eax
49 mov eax, [edx+08h]
52 mov eax, [edx+04h]
76 fldcw [esp+04h]
81 mov edx, fs:[018h]
[all …]
H A Djump_x86_64_ms_pe_masm.asm91 lea rsp, [rsp-0118h]
112 mov r10, gs:[030h]
114 mov rax, [r10+020h]
120 mov rax, [r10+010h]
123 mov rax, [r10+08h]
162 mov r10, gs:[030h]
165 mov [r10+020h], rax
171 mov [r10+010h], rax
174 mov [r10+08h], rax
188 lea rsp, [rsp+0118h]
[all …]
/php-src/ext/spl/
H A Dconfig.w325 …pl.h spl_array.h spl_directory.h spl_engine.h spl_exceptions.h spl_functions.h spl_iterators.h spl…
H A Dconfig.m42 …pl.h spl_array.h spl_directory.h spl_engine.h spl_exceptions.h spl_functions.h spl_iterators.h spl…
/php-src/ext/zlib/tests/
H A Dgzopen_variation6.phpt11 $h = gzopen($absfile, "w");
13 gzclose($h);
15 $h = gzopen($relfile, "w");
16 gzwrite($h, "This is a relative file");
17 gzclose($h);
19 $h = gzopen($absfile, "r");
20 gzpassthru($h);
21 fclose($h);
24 $h = gzopen($relfile, "r");
25 gzpassthru($h);
[all …]
H A Dgzseek_basic2.phpt8 $h = gzopen($f, 'w');
11 gzwrite($h, $str1);
12 echo "tell=".gztell($h)."\n";
15 gzseek($h, strlen($str1) + 20);
16 echo "tell=".gztell($h)."\n";
17 gzwrite($h, $str2);
18 echo "tell=".gztell($h)."\n";
19 gzclose($h);
21 $h = gzopen($f, 'r');
23 var_dump(bin2hex(gzread($h, 20)));
[all …]
H A Dgzseek_variation4.phpt8 $h = gzopen($f, 'w');
11 gzwrite($h, $str1);
12 echo "tell=".gztell($h)."\n";
16 echo "tell=".gztell($h)."\n";
17 gzwrite($h, $str2);
18 echo "tell=".gztell($h)."\n";
19 gzclose($h);
21 $h = gzopen($f, 'r');
22 echo gzread($h, strlen($str1))."\n";
23 var_dump(bin2hex(gzread($h, 20)));
[all …]
H A Dgzseek_variation5.phpt8 $h = gzopen($f, 'w');
11 gzwrite($h, $str1);
12 echo "tell=".gztell($h)."\n";
15 gzseek($h, 20, SEEK_CUR);
16 echo "tell=".gztell($h)."\n";
17 gzwrite($h, $str2);
18 echo "tell=".gztell($h)."\n";
19 gzclose($h);
21 $h = gzopen($f, 'r');
23 var_dump(bin2hex(gzread($h, 20)));
[all …]
H A Dgzopen_variation4.phpt36 gzclose($h);
41 if ($h) {
43 gzclose($h);
50 gzclose($h);
54 if ($h) {
56 gzclose($h);
63 gzclose($h);
67 if ($h) {
78 if ($h) {
87 gzclose($h);
[all …]
H A Dgzread_variation1.phpt9 $h = gzopen($filename, 'w');
11 var_dump(gzread($h, 100));
12 gzwrite( $h, $str);
13 var_dump(gzread($h, 100));
14 gzrewind($h);
15 var_dump(gzread($h, 100));
16 gzclose($h);
18 $h = gzopen($filename, 'r');
19 gzpassthru($h);
20 gzclose($h);
H A Dgzrewind_basic.phpt8 $h = gzopen($f, 'r');
10 var_dump(gzrewind($h));
11 var_dump(gztell($h));
12 echo "\nfirst 30 characters=".gzread($h, 30)."\n";
13 var_dump(gztell($h));
14 gzrewind($h);
15 var_dump(gztell($h));
16 echo "first 10 characters=".gzread($h, 10)."\n";
17 gzrewind($h);
18 echo "first 20 characters=".gzread($h, 20)."\n";
[all …]
/php-src/Zend/
H A DMakefile.frag5 $(builddir)/zend_language_scanner.lo: $(srcdir)/zend_language_parser.h
6 $(builddir)/zend_ini_scanner.lo: $(srcdir)/zend_ini_parser.h
8 $(srcdir)/zend_language_scanner.c $(srcdir)/zend_language_scanner_defs.h: $(srcdir)/zend_language_s…
11 $(srcdir)/zend_language_parser.h: $(srcdir)/zend_language_parser.c
20 @$(SED) -e 's,^int zendparse\(.*\),ZEND_API int zendparse\1,g' < $(srcdir)/zend_language_parser.h \
21 > $(srcdir)/zend_language_parser.h.tmp && \
22 mv $(srcdir)/zend_language_parser.h.tmp $(srcdir)/zend_language_parser.h
24 $(srcdir)/zend_ini_parser.h: $(srcdir)/zend_ini_parser.c
35 $(srcdir)/zend_vm_execute.h $(srcdir)/zend_vm_opcodes.c: vm.gen.intermediate ;
42 $(builddir)/zend_highlight.lo $(builddir)/zend_compile.lo: $(srcdir)/zend_language_parser.h
[all …]
/php-src/ext/opcache/jit/
H A DMakefile.frag.w326 @if exist ext\opcache\jit\ir\ir_emit_x86.h del ext\opcache\jit\ir\ir_emit_x86.h
13 …xt\opcache\jit\ir\ir_fold_hash.h: $(BUILD_DIR)\\gen_ir_fold_hash.exe ext\opcache\jit\ir\ir_fold.h
14 @if exist ext\opcache\jit\ir\ir_fold_hash.h del ext\opcache\jit\ir\ir_fold_hash.h
18 ext\opcache\jit\ir\ir.h \
20 ext\opcache\jit\ir\ir_x86.h
23 ext\opcache\jit\ir\ir.h \
25 ext\opcache\jit\ir\ir_x86.h \
29 ext\opcache\jit\ir\ir.h \
31 ext\opcache\jit\ir\ir_fold.h \
37 ext\opcache\jit\ir\ir.h \
[all …]

Completed in 70 milliseconds

12345678910>>...26