Home
last modified time | relevance | path

Searched refs:basename (Results 276 – 300 of 379) sorted by relevance

1...<<111213141516

/PHP-8.2/ext/phar/tests/
H A Dfopen_edgecases.phpt10 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php';
11 $fname2 = __DIR__ . '/' . basename(__FILE__, '.php') . '.2.phar.php';
12 $fname3 = __DIR__ . '/' . basename(__FILE__, '.php') . '.3.phar.php';
70 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
71 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.phar.php'); ?>
/PHP-8.2/ext/standard/tests/strings/
H A Dbasename_variation.phpt2 Test basename() function : usage variations
67 var_dump( basename($path[0]) );
69 var_dump( basename($path[0], $path[1]) );
/PHP-8.2/ext/ftp/tests/
H A Dbug39583-2.phpt16 $destination_file = basename(__FILE__);
H A Dbug39583.phpt17 $destination_file = basename(__FILE__);
/PHP-8.2/ext/standard/tests/file/
H A Dchmod_variation2.phpt16 $test_dirname = basename(__FILE__, ".php") . "testdir";
20 $filename = basename($filepath);
H A Dfopen_variation12.phpt12 $tmpfile = basename(__FILE__, ".php") . ".tmp";
/PHP-8.2/sapi/fpm/tests/
H A Dphp-admin-doc-root.phpt34 $tester->request(uri: basename($sourceFile), scriptFilename: $sourceFile)->expectBody('OK');
/PHP-8.2/ext/standard/tests/file/windows_mb_path/
H A Dbug70903.phpt42 getting basename of %s\ı
H A Dtest_cp1253_to_utf8_1.phpt46 getting basename of %s\διαδρομή δοκιμής42\διαδρομή δοκιμής4
H A Dtest_cp1255_to_utf8_1.phpt46 getting basename of %s\כללים מרובים42\כללים מרובים4
H A Dtest_cp1256_to_utf8_1.phpt46 getting basename of %s\مسار متعدد البايت اختبار42\مسار متعدد البايت اختبار4
H A Dtest_kartuli_utf8_1.phpt46 getting basename of %s\ქართველები42\ქართველები4
H A Dtest_big5_to_utf8_1.phpt46 getting basename of %s\測試多字節路徑5\測試多字節路徑4
H A Dtest_cp1250_to_utf8_1.phpt46 getting basename of %s\šđčćž_ŠĐČĆŽ42\šđčćž_ŠĐČĆŽ4
H A Dtest_cp1251_1.phpt49 getting basename of %s\������3\������4
H A Dtest_cp1251_to_utf8_1.phpt46 getting basename of %s\привет3\привет4
H A Dtest_cp1251_zend_multibyte_1.phpt51 getting basename of %s\привет3\привет4
H A Dtest_cp1252_to_utf8_1.phpt46 getting basename of %s\tschüß3\tschüß4
H A Dtest_cp1253_1.phpt49 getting basename of %s\�������� �������42\�������� �������4
H A Dtest_cp1255_1.phpt49 getting basename of %s\����� ������42\����� ������4
H A Dtest_cp1256_1.phpt49 getting basename of %s\���� ����� ������ ������42\���� ����� ������ ������4
H A Dtest_cp936_1.phpt49 getting basename of %s\�yԇ���ֹ�·��5\�yԇ���ֹ�·��4
H A Dtest_cp936_to_utf8_1.phpt46 getting basename of %s\測試多字節路徑5\測試多字節路徑4
/PHP-8.2/main/
H A Drfc1867.h85 php_rfc1867_basename_t basename);
/PHP-8.2/ext/standard/tests/dir/
H A Ddir_bug73971.phpt17 var_dump(basename($filename)); // 432 bytes here, more than 256

Completed in 34 milliseconds

1...<<111213141516