Home
last modified time | relevance | path

Searched refs:names (Results 26 – 50 of 234) sorted by relevance

12345678910

/PHP-7.3/ext/phar/tests/zip/
H A Dbug48791.phpt13names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1…
/PHP-7.3/ext/standard/tests/file/
H A Dis_dir_variation4.phpt10 /* Passing dir names with different notations, using slashes, wild-card chars */
14 echo "*** Testing is_dir() with different notations of dir names ***";
54 *** Testing is_dir() with different notations of dir names ***
H A Dcopy_variation1.phpt2 Test copy() function: usage variations - destination file names(numerics/strings)
10 /* Test copy() function: In creation of destination file names containing numerics/strings
14 echo "*** Test copy() function: destination file names containing numerics/strings ***\n";
21 /* array of destination file names */
24 /* File names containing numerics, strings */
77 *** Test copy() function: destination file names containing numerics/strings ***
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 Dlstat_stat_variation18.phpt18 /* test for stats of dir/file when their names are stored in objects */
31 class names {
39 $dir_name = new names("$file_path/lstat_stat_variation18");
42 $file_name = new names("$file_path/lstat_stat_variation18.tmp");
H A Dfilegroup_variation3.phpt11 /* Passing file names with different notations, using slashes, wild-card chars */
15 echo "*** Testing filegroup() with different notations of file names ***\n";
57 *** Testing filegroup() with different notations of file names ***
H A Dfileinode_variation3.phpt12 /* Passing file names with different notations, using slashes, wild-card chars */
16 echo "*** Testing fileinode() with different notations of file names ***\n";
58 *** Testing fileinode() with different notations of file names ***
H A Dfileperms_variation3.phpt11 /* Passing file names with different notations, using slashes, wild-card chars */
15 echo "*** Testing fileperms() with different notations of file names ***\n";
57 *** Testing fileperms() with different notations of file names ***
H A Dfileowner_variation3.phpt12 /* Passing file names with different notations, using slashes, wild-card chars */
16 echo "*** Testing fileowner() with different notations of file names ***\n";
58 *** Testing fileowner() with different notations of file names ***
H A Dlstat_stat_variation19.phpt2 Test lstat() and stat() functions: usage variations - dir/file names in array
18 /* test for stats of dir/file when their names are stored in an array */
34 $names = array(
46 var_dump( stat($names[0]) ); // values stored with numeric index
50 var_dump( stat($names[1]) ); // values stored with numeric index
/PHP-7.3/sapi/fpm/tests/
H A Dbug68391-conf-include-order.phpt27 $names = ['cccc', 'aaaa', 'eeee', 'dddd', 'bbbb'];
28 foreach($names as $name) {
/PHP-7.3/ext/standard/tests/filters/
H A Dbasic.phpt10 function filter_test($names)
15 foreach ($names as $name) {
/PHP-7.3/ext/date/tests/
H A DDateTime_data-dates.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-7.3/ext/standard/tests/array/
H A Darray_column_variant_objects.phpt51 echo "*** Testing array_column() : object property fetching (numeric property names) ***\n";
65 echo "*** Testing array_column() : object property fetching (string property names) ***\n";
82 *** Testing array_column() : object property fetching (numeric property names) ***
119 *** Testing array_column() : object property fetching (string property names) ***
/PHP-7.3/ext/standard/tests/strings/
H A Dsetlocale_variation4.phpt23 /*If locale is NULL, the locale names will be set from the values of environment variables with the…
44 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
155 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
H A Dsetlocale_variation5.phpt23 …ocale is empty string "", the locale names will be set from the values of environment variables wi…
48 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
159 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
/PHP-7.3/Zend/tests/
H A Dns_049.phpt2 049: __NAMESPACE__ constant and runtime names (php name)
H A Dns_048.phpt2 048: __NAMESPACE__ constant and runtime names (ns name)
H A Dns_009.phpt2 009: __NAMESPACE__ constant and runtime names (php name)
H A Dns_019.phpt2 019: __NAMESPACE__ constant and runtime names (php name)
H A Dns_008.phpt2 008: __NAMESPACE__ constant and runtime names (ns name)
H A Dns_018.phpt2 018: __NAMESPACE__ constant and runtime names (ns name)
/PHP-7.3/Zend/tests/use_function/
H A Dno_conflict_with_classes.phpt2 "use function" should not conflict with class names
/PHP-7.3/ext/standard/tests/network/
H A Dbug69523.phpt8 Warning: Cookie names must not be empty in %s on line %d
/PHP-7.3/ext/zip/lib/
H A Dzip_unchange_all.c46 _zip_hash_revert(za->names); in zip_unchange_all()

Completed in 42 milliseconds

12345678910