Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/strings/
H A Dstr_ends_with.phpt2 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-src/ext/snmp/tests/
H A Dbug60749.phpt24 if (!str_ends_with($info["hostname"], ":$port")) {
/php-src/ext/standard/
H A Dbasic_functions.stub.php2452 function str_ends_with(string $haystack, string $needle): bool {}
H A Dbasic_functions_arginfo.h2572 ZEND_FUNCTION(str_ends_with);
H A Dstring.c1913 PHP_FUNCTION(str_ends_with) argument
/php-src/sapi/fpm/tests/
H A Dtester.inc160 if (str_ends_with($filePrefix, 'clean.')) {

Completed in 49 milliseconds