Searched refs:str_increment (Results 1 – 6 of 6) sorted by relevance
2 str_increment(): Invalid strings to increment should throw a ValueError32 var_dump(str_increment($s));40 str_increment(): Argument #1 ($string) must not be empty41 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters42 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters43 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters44 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters45 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters46 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters47 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters[all …]
2 Verifying that the str_increment() polyfill behaves the same50 if (str_increment($s) !== polyfill($s)) {51 var_dump("Error:", str_increment($s), polyfill($s));
2 str_increment(): Incrementing various strings25 var_dump(str_increment($s));
2368 function str_increment(string $string): string {}
2529 ZEND_FUNCTION(str_increment);3129 ZEND_FE(str_increment, arginfo_str_increment)
1240 PHP_FUNCTION(str_increment) in PHP_FUNCTION() argument
Completed in 42 milliseconds