Searched refs:str_ends_with (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/standard/tests/strings/ |
H A D | str_ends_with.phpt | 2 str_ends_with() function - unit tests for str_ends_with() 6 var_dump(str_ends_with($testStr, "End")); 7 var_dump(str_ends_with($testStr, "end")); 8 var_dump(str_ends_with($testStr, "en")); 11 var_dump(str_ends_with($testStr, "")); 12 var_dump(str_ends_with("", "")); 13 var_dump(str_ends_with("", " ")); 15 var_dump(str_ends_with("\x00", "")); 16 var_dump(str_ends_with("\x00", "\x00")); 21 var_dump(str_ends_with("a", "\x00a")); [all …]
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions.stub.php | 602 function str_ends_with(string $haystack, string $needle): bool {} function
|
H A D | basic_functions_arginfo.h | 2475 ZEND_FUNCTION(str_ends_with); 3112 ZEND_FE(str_ends_with, arginfo_str_ends_with)
|
H A D | string.c | 1833 PHP_FUNCTION(str_ends_with) argument
|
/PHP-8.0/sapi/fpm/tests/ |
H A D | tester.inc | 142 if (str_ends_with($filePrefix, 'clean.')) {
|
/PHP-8.0/ |
H A D | UPGRADING | 976 str_ends_with(string $haystack, string $needle): bool
|
Completed in 45 milliseconds