Home
last modified time | relevance | path

Searched refs:basename (Results 1 – 25 of 368) sorted by last modified time

12345678910>>...15

/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc1025 basename($address);
1129 $fileName = rtrim(basename($this->fileName), '.');
1143 $fileName = $prefix . '/' . basename($fileName);
/PHP-7.4/ext/zip/
H A Dphp_zip.c1721 zend_string *basename = NULL; local
1725 basename = php_basename(Z_STRVAL_P(zval_file), Z_STRLEN_P(zval_file), NULL, 0);
1726 file_stripped = ZSTR_VAL(basename);
1727 file_stripped_len = ZSTR_LEN(basename);
1750 if (basename) {
1751 zend_string_release_ex(basename, 0);
1752 basename = NULL;
/PHP-7.4/ext/phar/
H A Dphar_object.c53 size_t basename_len = strlen(basename); in phar_mung_server_vars()
151 efree(basename); in phar_file_action()
169 efree(basename); in phar_file_action()
211 if (basename) { in phar_file_action()
213 efree(basename); in phar_file_action()
547 const char *basename; in PHP_METHOD() local
595 if (!basename) { in PHP_METHOD()
596 basename = fname; in PHP_METHOD()
598 ++basename; in PHP_METHOD()
2130 ext_pos = strrchr(basename, '.'); in phar_rename_archive()
[all …]
/PHP-7.4/ext/standard/tests/dir/
H A Dbug71542.phpt5 $dir = basename(getcwd());
/PHP-7.4/ext/standard/
H A Dstring.c1603 PHP_FUNCTION(basename) argument
H A Dbasic_functions.c2789 PHP_FE(basename, arginfo_basename)
/PHP-7.4/ext/phar/tests/
H A Dphar_gobyebye-win32.phpt12 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php';
13 $fname2 = __DIR__ . '/' . basename(__FILE__, '.php') . '.2.php';
29 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
30 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.2.php'); ?>
H A Dphar_stub_error.phpt10 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php';
44 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
H A Dreadfile_edgecases.phpt10 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php';
21 readfile("foo/" . basename(__FILE__));
34 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
40 readfile("foo/" . basename(__FILE__));
51 readfile("foo/" . basename(__FILE__));
H A Dfopen_edgecases2.phpt10 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php';
34 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
H A Dopendir_edgecases.phpt12 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php';
52 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
H A Dfgc_edgecases.phpt14 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php';
26 echo file_get_contents("foo/" . basename(__FILE__));
45 <?php unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
51 echo file_get_contents("foo/" . basename(__FILE__));
68 echo file_get_contents("foo/" . basename(__FILE__));
85 echo file_get_contents("foo/" . basename(__FILE__));
/PHP-7.4/
H A Drun-tests.php1993 $main_file_name = basename($file, 'phpt');
2015 …$copy_file = $temp_dir . DIRECTORY_SEPARATOR . basename(is_array($file) ? $file[1] : $file) . '.ph…
3519 array_unshift($_tmp, basename($dir));
H A Dphp.ini-development1789 ; files with the same name (basename). Disabling the directive improves
H A Dphp.ini-production1789 ; files with the same name (basename). Disabling the directive improves
/PHP-7.4/main/
H A Drfc1867.c1325 php_rfc1867_basename_t basename) /* {{{ */ argument
1332 php_rfc1867_basename = basename;
/PHP-7.4/build/
H A Dphp.m468 $2="$ep_realdir"/`basename "$1"`
H A Dlibtool.m41464 postinstall_cmds='base_file=`basename \${file}`~
/PHP-7.4/win32/build/
H A Dconfutils.js996 var basename = FSO.GetFileName(header_name);
997 dir_part_to_add = "\\" + header_name.substr(0, header_name.length - basename.length - 1);
1061 function generate_version_info_resource(makefiletarget, basename, creditspath, sapi) argument
1071 var project_header = creditspath + "/php_" + basename + ".h";
1075 var internal_name = basename.toUpperCase() + " SAPI";
1077 var internal_name = basename.toUpperCase() + " extension";
1098 project_url = "http://pecl.php.net/" + basename;
1105 …if (contents.match(new RegExp('PHP_' + basename.toUpperCase() + '_VERSION(\\s+)"((\\d+\.\\d+(\.\\d…
H A Dmkdist.php86 $depbase = basename($dep);
95 if (in_array(basename($dep), $no_dist)) {
100 if (preg_match(",$re,", basename($dep)) > 0) {
120 …if (!isset($per_module_deps[basename($module)]) || !in_array($dep, $per_module_deps[basename($modu…
121 $per_module_deps[basename($module)][] = $dep;
176 $destfilename = $dest_dir . "/" . basename($filename);
305 fprintf($fp, "\t%s\r\n", basename($dll));
325 copy($dll, "$dist_dir/" . basename($dll));
387 copy($dll, "$pecl_dir/" . basename($dll));
546 $bi = basename($item);
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dbug24098.phpt11 ["basename"]=>
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_to_symlink.phpt16 symlink(basename($prefix . "_file"), $prefix . "_link1");
19 symlink(basename($prefix . "_link1"), $prefix . "_link2");
23 symlink(basename($prefix . "_nonexistent"), $prefix . "_link3");
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_big5_2.phpt54 getting basename of %s���զh�r�`���|25
H A Dtest_kartuli_utf8_1.phpt47 getting basename of %s\ქართველები42\ქართველები4
H A Dtest_kartuli_utf8_2.phpt49 getting basename of %s\ქართველები33

Completed in 176 milliseconds

12345678910>>...15