Searched defs:issigned (Results 1 – 1 of 1) sorted by relevance
681 static zend_long php_unpack(char *data, size_t size, int issigned, int *map) in php_unpack()1008 int issigned = (type == 'c') ? (input[inputpos] & 0x80) : 0; in PHP_FUNCTION() local1019 int issigned = 0; in PHP_FUNCTION() local1038 int issigned = 0; in PHP_FUNCTION() local1053 int issigned = 0; in PHP_FUNCTION() local1088 int issigned = 0; in PHP_FUNCTION() local
Completed in 13 milliseconds