Home
last modified time | relevance | path

Searched refs:strrpos (Results 26 – 30 of 30) sorted by relevance

12

/php-src/ext/standard/
H A Dbasic_functions.stub.php2428 function strrpos(string $haystack, string $needle, int $offset = 0): int|false {}
H A Dbasic_functions_arginfo.h2567 ZEND_FUNCTION(strrpos);
H A Dstring.c2036 PHP_FUNCTION(strrpos) argument
/php-src/sapi/fpm/tests/
H A Dtester.inc225 $slashPosition = strrpos($phpPath, "/");
/php-src/build/
H A Dgen_stub.php960 if (($pos = strrpos($name, '\\')) !== false) {

Completed in 56 milliseconds

12