Home
last modified time | relevance | path

Searched refs:hs (Results 1 – 15 of 15) sorted by relevance

/PHP-7.3/ext/standard/tests/strings/
H A Dsprintf_variation20.phpt22 "%s", "%hs", "%ls",
H A Dsprintf_variation17.phpt24 "%s", "%hs", "%ls",
H A Dsprintf_variation16.phpt33 "%s", "%hs", "%ls",
H A Dsprintf_variation18.phpt32 "%s", "%hs", "%ls",
H A Dsprintf_variation19.phpt36 "%s", "%hs", "%ls",
H A Dsprintf_variation15.phpt61 "%s", "%hs", "%ls",
/PHP-7.3/ext/standard/tests/file/
H A Dfscanf_variation16.phpt35 "%hs", "%ls", "%Ls",
H A Dfscanf_variation19.phpt32 "%hs", "%ls", "%Ls",
H A Dfscanf_variation15.phpt44 "%hs", "%ls", "%Ls",
H A Dfscanf_variation17.phpt40 "%hs", "%ls", "%Ls",
H A Dfscanf_variation18.phpt47 "%hs", "%ls", "%Ls",
H A Dfscanf_variation14.phpt69 "%hs", "%ls", "%Ls",
/PHP-7.3/ext/fileinfo/libmagic/
H A Dfile.h163 uint8_t hs[2]; /* 2 bytes of a fixed-endian "short" */ member
H A Dsoftmagic.c91 #define BE16(p) (((uint16_t)(p)->hs[0]<<8)|((uint16_t)(p)->hs[1]))
92 #define LE16(p) (((uint16_t)(p)->hs[1]<<8)|((uint16_t)(p)->hs[0]))
/PHP-7.3/ext/hash/tests/
H A Dfnv1a64.phpt26 array( 'G^hs', '33551d7dbbea0209' ),

Completed in 59 milliseconds