Searched refs:hs (Results 1 – 13 of 13) sorted by relevance
/PHP-8.1/ext/readline/ |
H A D | readline.c | 327 HISTORY_STATE *hs; in PHP_FUNCTION() local 331 hs = history_get_history_state(); in PHP_FUNCTION() 332 if (hs && hs->length) { in PHP_FUNCTION() 335 for (i = 0; i < hs->length; i++) { in PHP_FUNCTION() 340 free(hs); in PHP_FUNCTION()
|
/PHP-8.1/ext/standard/tests/file/ |
H A D | fscanf_variation16.phpt | 30 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation19.phpt | 27 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation15.phpt | 39 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation17.phpt | 35 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation18.phpt | 42 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation14.phpt | 64 "%hs", "%ls", "%Ls",
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | file.h | 179 uint8_t hs[2]; /* 2 bytes of a fixed-endian "short" */ member
|
H A D | softmagic.c | 109 #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-8.1/ext/opcache/jit/dynasm/ |
H A D | dasm_arm.lua | 237 hs = 2, lo = 3,
|
H A D | dasm_arm64.lua | 244 hs = 2, lo = 3,
|
/PHP-8.1/ext/hash/tests/ |
H A D | fnv1a64.phpt | 24 array( 'G^hs', '33551d7dbbea0209' ),
|
/PHP-8.1/ext/opcache/jit/ |
H A D | zend_jit_arm64.dasc | 7097 | cset REG0w, hs
|
Completed in 52 milliseconds