Home
last modified time | relevance | path

Searched refs:names (Results 26 – 50 of 204) sorted by last modified time

123456789

/PHP-7.4/ext/standard/tests/file/
H A Dlstat_stat_variation18.phpt12 /* test for stats of dir/file when their names are stored in objects */
25 class names {
33 $dir_name = new names("$file_path/lstat_stat_variation18");
36 $file_name = new names("$file_path/lstat_stat_variation18.tmp");
H A Dlstat_stat_variation19.phpt2 Test lstat() and stat() functions: usage variations - dir/file names in array
12 /* test for stats of dir/file when their names are stored in an array */
28 $names = array(
40 var_dump( stat($names[0]) ); // values stored with numeric index
44 var_dump( stat($names[1]) ); // values stored with numeric index
H A Dcopy_variation3-win32.phpt2 Test copy() function: usage variations - destination file names(white spaces)
17 /* Test copy() function: In creation of destination file names containing white spaces
21 echo "*** Test copy() function: destination file names containing whitespaces ***\n";
28 /* array of destination file names */
31 /* File names containing whitespaces */
80 *** Test copy() function: destination file names containing whitespaces ***
H A Dcopy_variation3.phpt2 Test copy() function: usage variations - destination file names(white spaces)
17 /* Test copy() function: In creation of destination file names containing white spaces
21 echo "*** Test copy() function: destination file names containing whitespaces ***\n";
28 /* array of destination file names */
31 /* File names containing whitespaces */
79 *** Test copy() function: destination file names containing whitespaces ***
H A Dis_executable_variation3.phpt2 Test is_executable() function: usage variations - invalid file names
H A Dis_file_variation4.phpt10 /* Passing file names with different notations, using slashes, wild-card chars */
14 echo "*** Testing is_file() with different notations of file names ***\n";
56 *** Testing is_file() with different notations of file names ***
H A Dis_writable_variation3.phpt2 Test is_writable() and its alias is_writeable() function: usage variations - invalid file names
/PHP-7.4/ext/openssl/tests/
H A Dsan_peer_matching.phpt2 Peer verification matches SAN names
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c192 const char *names; member
385 for (mapping = enc_name_map; mapping->names != NULL; mapping++) { in _php_mb_regex_name2mbctype()
386 for (p = mapping->names; *p != '\0'; p += (strlen(p) + 1)) { in _php_mb_regex_name2mbctype()
402 for (mapping = enc_name_map; mapping->names != NULL; mapping++) { in _php_mb_regex_mbctype2name()
404 return mapping->names; in _php_mb_regex_mbctype2name()
/PHP-7.4/win32/build/
H A Dconfig.w32358 Available instruction set names are sse, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2. \
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in52 ; these options, value is a comma separated list of user/group names.
/PHP-7.4/docs/
H A Drelease-process.md304 * Remove all the names at the ends of lines.
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h1353 const MYSQLND_STRING * names; member
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale-win32.phpt2 Unix locale names are rejected on Windows, except for some special cases
/PHP-7.4/ext/standard/tests/misc/
H A Dget_browser_variation1.phpt2 Test get_browser() function : variation functionality: extra browser names
18 echo "*** Testing get_browser() : variation functionality: extra browser names ***\n";
28 *** Testing get_browser() : variation functionality: extra browser names ***
/PHP-7.4/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt2 Test is_callable() function : usage variations - on invalid function names
29 echo "\n*** Testing is_callable() on invalid function names ***\n";
62 *** Testing is_callable() on invalid function names ***
H A Dget_defined_constants_basic.phpt6 * Description: Returns an associative array with the names of all the constants and their values
H A Dget_extension_funcs_basic.phpt6 * Description: Returns an array with the names of the functions of a module.
H A Dget_extension_funcs_error.phpt6 * Description: Returns an array with the names of the functions of a module.
H A Dget_included_files.phpt8 * Description: Returns an array with the names of included or required files
H A Dget_loaded_extensions_basic.phpt6 * Description: Returns an array with the names of all modules compiled and loaded
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug75063_cp1251.phpt2 Bug #75063 Many filesystem-related functions do not work with multibyte file names, cp1251
H A Dbug75063_utf8.phpt2 Bug #75063 Many filesystem-related functions do not work with multibyte file names, UTF-8
H A Dtest_cp874_0.phpt24 $names = array( /* cp874 */
37 foreach ($names as $name) {
H A Dtest_cp874_to_utf8_0.phpt21 $names = array( /* cp874 */
34 foreach ($names as $name) {

Completed in 72 milliseconds

123456789