Home
last modified time | relevance | path

Searched refs:acc (Results 1 – 10 of 10) sorted by relevance

/PHP-7.2/ext/standard/tests/strings/
H A Dstrcmp.phpt13 array("acc", "Acc", 'ac', "accc", 'acd', "?acc", 'acc!', "$!acc", ";acc"),
242 - strcmp of 'acc' and 'acc' is => int(0)
247 - strcmp of 'acc' and '?acc' is => int(%d)
248 - strcmp of 'acc' and 'acc!' is => int(-%d)
249 - strcmp of 'acc' and '$!acc' is => int(%d)
250 - strcmp of 'acc' and ';acc' is => int(%d)
297 - strcmp of '?acc' and 'acc' is => int(-%d)
302 - strcmp of '?acc' and '?acc' is => int(0)
308 - strcmp of 'acc!' and 'acc' is => int(%d)
314 - strcmp of 'acc!' and 'acc!' is => int(0)
[all …]
H A Dstrcasecmp.phpt13 array("acc", "Acc", 'aC', "acCc", 'acd', "?acc", 'Acc!', "$!acc", ";acc"),
211 - strcasecmp of 'acc' and 'acc' is => int(0)
216 - strcasecmp of 'acc' and '?acc' is => int(%d)
218 - strcasecmp of 'acc' and '$!acc' is => int(%d)
219 - strcasecmp of 'acc' and ';acc' is => int(%d)
266 - strcasecmp of '?acc' and 'acc' is => int(-%d)
271 - strcasecmp of '?acc' and '?acc' is => int(0)
273 - strcasecmp of '?acc' and '$!acc' is => int(%d)
274 - strcasecmp of '?acc' and ';acc' is => int(%d)
299 - strcasecmp of ';acc' and 'acc' is => int(-%d)
[all …]
H A Dstrnatcasecmp_basic.phpt26 str_dump('acc ', 'acc');
/PHP-7.2/ext/intl/collator/
H A Dcollator_is_numeric.c123 register zend_ulong acc; local
179 for (acc = 0, any = 0;; c = *s++) {
191 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
195 acc *= base;
196 acc += c;
200 acc = neg ? ZEND_LONG_MIN : ZEND_LONG_MAX;
203 acc = -acc;
206 return (acc);
/PHP-7.2/ext/standard/
H A Dflock_compat.c180 register unsigned long acc = 0, addr = 0; in inet_aton() local
196 acc = acc * 10 + (cc - '0'); in inet_aton()
206 if (acc > 255) { in inet_aton()
209 addr = addr << 8 | acc; in inet_aton()
210 acc = 0; in inet_aton()
/PHP-7.2/main/streams/
H A Dplain_wrapper.c753 DWORD prot, acc, loffs = 0, delta = 0; in php_stdiop_set_option() local
763 acc = FILE_MAP_READ; in php_stdiop_set_option()
767 acc = FILE_MAP_READ | FILE_MAP_WRITE; in php_stdiop_set_option()
771 acc = FILE_MAP_READ; in php_stdiop_set_option()
776 acc = FILE_MAP_READ | FILE_MAP_WRITE; in php_stdiop_set_option()
813 … data->last_mapped_addr = MapViewOfFile(data->file_mapping, acc, 0, loffs, range->length + delta); in php_stdiop_set_option()
/PHP-7.2/sapi/fpm/tests/
H A Dtester.inc21 const FILE_EXT_LOG_ACC = 'acc.log';
1185 $accessLog = $this->getFile('acc.log');
/PHP-7.2/ext/sodium/
H A Dlibsodium.c3476 unsigned char acc = 0U; in PHP_FUNCTION() local
3488 (( (acc - 1U) & (pad_len - 1U) & ((c ^ 0x80) - 1U) ) >> 8) & 1U; in PHP_FUNCTION()
3489 acc |= c; in PHP_FUNCTION()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c4419 CClassNode* acc; in parse_char_class() local
4426 acc = NCCLASS(anode); in parse_char_class()
4427 r = or_cclass(cc, acc, env->enc); in parse_char_class()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c28337 StrAccum acc;
28370 StrAccum acc;
28417 StrAccum acc;
28428 zBuf[acc.nChar] = 0;
28484 StrAccum acc;
28490 sqlite3StrAccumFinish(&acc);
28572 StrAccum acc;
28585 assert( acc.nChar>0 );
28588 sqlite3StrAccumFinish(&acc);
123411 StrAccum acc;
[all …]

Completed in 465 milliseconds