Searched refs:str_decrement (Results 1 – 6 of 6) sorted by relevance
2 str_decrement(): Invalid strings to decrement should throw a ValueError32 var_dump(str_decrement($s));40 str_decrement(): Argument #1 ($string) must not be empty41 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters42 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters43 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters44 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters45 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters46 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters47 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters[all …]
2 str_decrement(): Out of Range ValueErrors for strings that cannot be decremented18 var_dump(str_decrement($s));26 str_decrement(): Argument #1 ($string) must not be empty27 str_decrement(): Argument #1 ($string) "0" is out of decrement range28 str_decrement(): Argument #1 ($string) "a" is out of decrement range29 str_decrement(): Argument #1 ($string) "A" is out of decrement range30 str_decrement(): Argument #1 ($string) "00" is out of decrement range31 str_decrement(): Argument #1 ($string) "0a" is out of decrement range32 str_decrement(): Argument #1 ($string) "0A" is out of decrement range
2 str_decrement(): Decrementing various strings35 var_dump(str_decrement($s));
2370 function str_decrement(string $string): string {}
2530 ZEND_FUNCTION(str_decrement);3130 ZEND_FE(str_decrement, arginfo_str_decrement)
1296 PHP_FUNCTION(str_decrement) in PHP_FUNCTION() argument
Completed in 39 milliseconds