Home
last modified time | relevance | path

Searched refs:str_increment (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/ext/standard/tests/strings/
H A Dstr_increment_errors.phpt2 str_increment(): Invalid strings to increment should throw a ValueError
32 var_dump(str_increment($s));
40 str_increment(): Argument #1 ($string) must not be empty
41 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters
42 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters
43 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters
44 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters
45 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters
46 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters
47 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters
[all …]
H A Dstr_increment_polyfill.phpt2 Verifying that the str_increment() polyfill behaves the same
50 if (str_increment($s) !== polyfill($s)) {
51 var_dump("Error:", str_increment($s), polyfill($s));
H A Dstr_increment_basic.phpt2 str_increment(): Incrementing various strings
25 var_dump(str_increment($s));
/PHP-8.4/ext/standard/
H A Dbasic_functions.stub.php2368 function str_increment(string $string): string {}
H A Dbasic_functions_arginfo.h2526 ZEND_FUNCTION(str_increment);
3126 ZEND_FE(str_increment, arginfo_str_increment)
H A Dstring.c1240 PHP_FUNCTION(str_increment) in PHP_FUNCTION() argument

Completed in 51 milliseconds