Home
last modified time | relevance | path

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

123456789

/PHP-7.4/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.4/ext/standard/tests/file/
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 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 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 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 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 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 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
/PHP-7.4/ext/standard/tests/filters/
H A Dbasic.phpt9 function filter_test($names)
14 foreach ($names as $name) {
/PHP-7.4/ext/date/tests/
H A DDateTime_data-dates.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-7.4/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)
H A Dvarvars_by_ref.phpt2 Accessing variable variables using referenced names
/PHP-7.4/Zend/tests/use_function/
H A Dno_conflict_with_classes.phpt2 "use function" should not conflict with class names
/PHP-7.4/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.4/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.4/ext/standard/tests/network/
H A Dbug69523.phpt8 Warning: Cookie names must not be empty in %s on line %d
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_vars.c101 zend_string **names = safe_emalloc(sizeof(zend_string *), num_cvs, 0); in zend_optimizer_compact_vars() local
104 names[vars_map[i]] = op_array->vars[i]; in zend_optimizer_compact_vars()
110 op_array->vars = names; in zend_optimizer_compact_vars()
/PHP-7.4/ext/xmlrpc/
H A DEXPERIMENTAL2 its functions may change their names

Completed in 37 milliseconds

123456789