Home
last modified time | relevance | path

Searched defs:decremented (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/standard/
H A Dstring.c1349 zend_string *decremented = zend_string_init(ZSTR_VAL(str), ZSTR_LEN(str), /* persistent */ false); in PHP_FUNCTION() local
1358 ZSTR_VAL(decremented)[position]--; in PHP_FUNCTION() local
1362 ZSTR_VAL(decremented)[position] = '9'; in PHP_FUNCTION() local
1364 ZSTR_VAL(decremented)[position] += 25; in PHP_FUNCTION() local

Completed in 20 milliseconds