Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/strings/
H A Dstr_decrement_errors.phpt2 str_decrement(): Invalid strings to decrement should throw a ValueError
32 var_dump(str_decrement($s));
40 str_decrement(): Argument #1 ($string) must not be empty
41 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters
42 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters
43 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters
44 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters
45 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters
46 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters
47 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters
[all …]
H A Dstr_decrement_underflow.phpt2 str_decrement(): Out of Range ValueErrors for strings that cannot be decremented
18 var_dump(str_decrement($s));
26 str_decrement(): Argument #1 ($string) must not be empty
27 str_decrement(): Argument #1 ($string) "0" is out of decrement range
28 str_decrement(): Argument #1 ($string) "a" is out of decrement range
29 str_decrement(): Argument #1 ($string) "A" is out of decrement range
30 str_decrement(): Argument #1 ($string) "00" is out of decrement range
31 str_decrement(): Argument #1 ($string) "0a" is out of decrement range
32 str_decrement(): Argument #1 ($string) "0A" is out of decrement range
H A Dstr_decrement_basic.phpt2 str_decrement(): Decrementing various strings
35 var_dump(str_decrement($s));
/php-src/ext/standard/
H A Dbasic_functions.stub.php2370 function str_decrement(string $string): string {}
H A Dbasic_functions_arginfo.h2530 ZEND_FUNCTION(str_decrement);
3130 ZEND_FE(str_decrement, arginfo_str_decrement)
H A Dstring.c1296 PHP_FUNCTION(str_decrement) in PHP_FUNCTION() argument

Completed in 38 milliseconds