Home
last modified time | relevance | path

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

123456789

/php-src/ext/standard/tests/file/
H A Dcopy_variation1.phpt2 Test copy() function: usage variations - destination file names(numerics/strings)
5 /* Test copy() function: In creation of destination file names containing numerics/strings
9 echo "*** Test copy() function: destination file names containing numerics/strings ***\n";
16 /* array of destination file names */
19 /* File names containing numerics, strings */
72 *** Test copy() function: destination file names containing numerics/strings ***
H A Dcopy_variation4.phpt2 Test copy() function: usage variations - destination file names(empty string, nulls & bools)
13 /* Test copy() function: In creation of destination file names with empty string, nulls & bools
17 echo "*** Test copy() function: destination file names with empty string, nulls & bools ***\n";
24 /* array of destination file names */
27 /* File names containing(or with) nulls */
80 *** Test copy() function: destination file names with empty string, nulls & bools ***
H A Dlstat_stat_variation18.phpt5 /* test for stats of dir/file when their names are stored in objects */
18 class names {
26 $dir_name = new names("$file_path/lstat_stat_variation18");
29 $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
5 /* test for stats of dir/file when their names are stored in an array */
21 $names = array(
33 var_dump( stat($names[0]) ); // values stored with numeric index
37 var_dump( stat($names[1]) ); // values stored with numeric index
H A Dfilegroup_variation3.phpt8 /* Passing file names with different notations, using slashes, wild-card chars */
12 echo "*** Testing filegroup() with different notations of file names ***\n";
58 *** Testing filegroup() with different notations of file names ***
H A Dfileinode_variation3.phpt7 /* Passing file names with different notations, using slashes, wild-card chars */
11 echo "*** Testing fileinode() with different notations of file names ***\n";
57 *** Testing fileinode() with different notations of file names ***
H A Dfileowner_variation3.phpt8 /* Passing file names with different notations, using slashes, wild-card chars */
12 echo "*** Testing fileowner() with different notations of file names ***\n";
58 *** Testing fileowner() with different notations of file names ***
H A Dfileperms_variation3.phpt7 /* Passing file names with different notations, using slashes, wild-card chars */
11 echo "*** Testing fileperms() with different notations of file names ***\n";
57 *** Testing fileperms() with different notations of file names ***
/php-src/ext/standard/tests/serialize/
H A Dbug79526.phpt27 Warning: serialize(): A::__sleep() should return an array only containing the names of instance-var…
29 Warning: serialize(): B::__sleep() should return an array only containing the names of instance-var…
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation4.phpt17 /*If locale is NULL, the locale names will be set from the values of environment variables with the…
38 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
141 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
H A Dsetlocale_variation5.phpt17 …ocale is empty string "", the locale names will be set from the values of environment variables wi…
42 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
145 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
/php-src/ext/standard/tests/filters/
H A Dbasic.phpt9 function filter_test($names)
14 foreach ($names as $name) {
/php-src/ext/date/tests/
H A DDateTime_data-dates.inc4 * Note: test names match method names in a set of PHPUnit tests
/php-src/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-src/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-src/ext/mysqlnd/
H A Dmysqlnd_statistics.c198 mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING * names, zval *retu… in mysqlnd_fill_stats_hash() argument
207 add_assoc_string_ex(return_value, names[i].s, names[i].l, tmp); in mysqlnd_fill_stats_hash()
/php-src/Zend/Optimizer/
H A Dcompact_vars.c100 zend_string **names = safe_emalloc(sizeof(zend_string *), num_cvs, 0); in zend_optimizer_compact_vars() local
103 names[vars_map[i]] = op_array->vars[i]; in zend_optimizer_compact_vars()
109 op_array->vars = names; in zend_optimizer_compact_vars()
/php-src/Zend/tests/use_function/
H A Dno_conflict_with_classes.phpt2 "use function" should not conflict with class names
/php-src/ext/standard/tests/general_functions/
H A Dis_callable_variation2.phpt2 Test is_callable() function : usage variations - on invalid function names
20 echo "\n*** Testing is_callable() on invalid function names ***\n";
52 *** Testing is_callable() on invalid function names ***
/php-src/ext/standard/tests/dir/
H A Dbug41693.phpt2 Bug #41693 (scandir() allows empty directory names)

Completed in 32 milliseconds

123456789