Home
last modified time | relevance | path

Searched refs:incremented (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/tests/numeric_strings/
H A Dtrailling_whitespaces.phpt45 $incremented = $string;
46 ++$incremented;
47 \assert(\is_int($incremented) || \is_float($incremented));
48 \assert($incremented == 124);
/php-src/ext/standard/
H A Dstring.c1294 char c = ZSTR_VAL(incremented)[position]; in PHP_FUNCTION()
1298 ZSTR_VAL(incremented)[position]++; in PHP_FUNCTION() local
1302 ZSTR_VAL(incremented)[position] = '0'; in PHP_FUNCTION() local
1304 ZSTR_VAL(incremented)[position] -= 25; in PHP_FUNCTION() local
1310 zend_string *tmp = zend_string_alloc(ZSTR_LEN(incremented)+1, 0); in PHP_FUNCTION()
1311 memcpy(ZSTR_VAL(tmp) + 1, ZSTR_VAL(incremented), ZSTR_LEN(incremented)); in PHP_FUNCTION()
1312 ZSTR_VAL(tmp)[ZSTR_LEN(incremented)+1] = '\0'; in PHP_FUNCTION()
1313 switch (ZSTR_VAL(incremented)[0]) { in PHP_FUNCTION() local
1318 ZSTR_VAL(tmp)[0] = ZSTR_VAL(incremented)[0]; in PHP_FUNCTION()
1321 zend_string_release_ex(incremented, /* persistent */ false); in PHP_FUNCTION()
[all …]
/php-src/ext/mbstring/tests/
H A Dmb_convert_variables.phpt148 // and that the count of illegal characters is incremented
H A Dencoding_tests.inc102 …echo "mb_convert_encoding incremented illegal_chars on valid $fromEncoding string: " . dbgPrint($f…
/php-src/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt162 // real_data_* get incremented after mysqli_*fetch*()

Completed in 32 milliseconds