Searched refs:decremented (Results 1 – 5 of 5) sorted by relevance
49 $decremented = $string;50 --$decremented;51 \assert(\is_int($decremented) || \is_float($decremented));52 \assert($decremented == 122);
2 FETCH_R: 001 result reference counter may be decremented before use
2 This test illustrates the impact of invoking destructors when refcount is decremented to 0 on forea…20 // However, P8 does not invoke 'destructors' when refcount is decremented to 0.
2 str_decrement(): Out of Range ValueErrors for strings that cannot be decremented
1322 char c = ZSTR_VAL(decremented)[position]; in PHP_FUNCTION()1326 ZSTR_VAL(decremented)[position]--; in PHP_FUNCTION() local1330 ZSTR_VAL(decremented)[position] = '9'; in PHP_FUNCTION() local1332 ZSTR_VAL(decremented)[position] += 25; in PHP_FUNCTION() local1337 if (UNEXPECTED(carry || (ZSTR_VAL(decremented)[0] == '0' && ZSTR_LEN(decremented) > 1))) { in PHP_FUNCTION()1338 if (ZSTR_LEN(decremented) == 1) { in PHP_FUNCTION()1339 zend_string_release_ex(decremented, /* persistent */ false); in PHP_FUNCTION()1344 memcpy(ZSTR_VAL(tmp), ZSTR_VAL(decremented) + 1, ZSTR_LEN(decremented) - 1); in PHP_FUNCTION()1345 ZSTR_VAL(tmp)[ZSTR_LEN(decremented) - 1] = '\0'; in PHP_FUNCTION()1346 zend_string_release_ex(decremented, /* persistent */ false); in PHP_FUNCTION()[all …]
Completed in 27 milliseconds