Searched defs:issigned (Results 1 – 1 of 1) sorted by relevance
687 static zend_long php_unpack(char *data, size_t size, int issigned, int *map) in php_unpack()1017 int issigned = (type == 'c') ? (input[inputpos] & 0x80) : 0; in PHP_FUNCTION() local1028 int issigned = 0; in PHP_FUNCTION() local1047 int issigned = 0; in PHP_FUNCTION() local1062 int issigned = 0; in PHP_FUNCTION() local1097 int issigned = 0; in PHP_FUNCTION() local
Completed in 12 milliseconds