Home
last modified time | relevance | path

Searched refs:hc (Results 1 – 18 of 18) sorted by relevance

/PHP-7.1/ext/hash/tests/
H A Dmhash_002.phpt30 $hc = mhash_count() + 1;
33 for ($i=0; $i < $hc; $i++) {
H A Dfnv1a32.phpt193 array( 'IK=B29G"G(SKIv)?hc}gC,hga7zbQ~4zKR>]k', '4b7036db' ),
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dwrite20.phar8 …������������������test.txt���K��H������E��� ���s:2:"hi";<?php __HALT_COMPILER();3��+�%LsW�hc
/PHP-7.1/ext/standard/tests/strings/
H A Dsprintf_variation23.phpt24 "%c", "%hc", "%lc",
H A Dsprintf_variation26.phpt22 "%c", "%hc", "%lc",
H A Dsprintf_variation22.phpt26 "%c", "%hc", "%lc",
H A Dsprintf_variation27.phpt18 "%c", "%hc", "%lc",
H A Dsprintf_variation24.phpt30 "%c", "%hc", "%lc",
H A Dsprintf_variation25.phpt36 "%c", "%hc", "%lc",
H A Dsprintf_variation21.phpt36 "%c", "%hc", "%lc",
/PHP-7.1/ext/standard/tests/file/
H A Dfscanf_variation22.phpt35 "%hc", "%lc", "%Lc",
H A Dfscanf_variation25.phpt32 "%hc", "%lc", "%Lc",
H A Dfscanf_variation26.phpt27 "%hc", "%lc", "%Lc",
H A Dfscanf_variation21.phpt44 "%hc", "%lc", "%Lc",
H A Dfscanf_variation23.phpt40 "%hc", "%lc", "%Lc",
H A Dfscanf_variation24.phpt46 "%hc", "%lc", "%Lc",
H A Dfscanf_variation20.phpt46 "%hc", "%lc", "%Lc",
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c4022 pcre_uchar *hc; in adjust_recurse() local
4027 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm; in adjust_recurse()
4028 hc += LINK_SIZE) in adjust_recurse()
4030 offset = (int)GET(hc, 0); in adjust_recurse()
4037 if (hc >= cd->hwm) in adjust_recurse()
4048 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm; in adjust_recurse()
4049 hc += LINK_SIZE) in adjust_recurse()
4051 offset = (int)GET(hc, 0); in adjust_recurse()
4052 PUT(hc, 0, offset + adjust); in adjust_recurse()
6114 pcre_uchar *hc; in compile_branch() local
[all …]

Completed in 47 milliseconds