Home
last modified time | relevance | path

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

/PHP-7.4/ext/readline/
H A Dreadline.c431 HISTORY_STATE *hs; in PHP_FUNCTION() local
435 hs = history_get_history_state(); in PHP_FUNCTION()
436 if (hs && hs->length) { in PHP_FUNCTION()
439 for (i = 0; i < hs->length; i++) { in PHP_FUNCTION()
444 free(hs); in PHP_FUNCTION()
/PHP-7.4/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.4/ext/standard/tests/file/
H A Dfscanf_variation19.phpt32 "%hs", "%ls", "%Ls",
H A Dfscanf_variation16.phpt35 "%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.4/ext/fileinfo/libmagic/
H A Dfile.h168 uint8_t hs[2]; /* 2 bytes of a fixed-endian "short" */ member
H A Dsoftmagic.c109 #define BE16(p) ((CAST(uint16_t, (p)->hs[0])<<8)|(CAST(uint16_t, (p)->hs[1])))
110 #define LE16(p) ((CAST(uint16_t, (p)->hs[1])<<8)|(CAST(uint16_t, (p)->hs[0])))
/PHP-7.4/ext/hash/tests/
H A Dfnv1a64.phpt24 array( 'G^hs', '33551d7dbbea0209' ),

Completed in 52 milliseconds